public static class LLJava.MemberDynamicName extends LLJava.MemberFullName
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.LoadableExpr> |
bootstrapArguments
Generated by umod; model author's documentation MISSING.
|
protected LLJava.MethodHandleExpr |
factory
Generated by umod; model author's documentation MISSING.
|
name
location
format
Constructor and Description |
---|
MemberDynamicName(LLJava.Id name,
LLJava.MethodHandleExpr factory)
Synthetic minimal constructor provided by the umod compiler.
|
MemberDynamicName(LLJava.Id name,
LLJava.MethodHandleExpr factory,
CheckedList<LLJava.LoadableExpr> bootstrapArguments)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
void |
descend_bootstrapArguments(LLJava.MATCH_ONLY_00 visitor) |
LLJava.MemberDynamicName |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
CheckedList<LLJava.LoadableExpr> |
get_bootstrapArguments()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.MemberDynamicName> |
get_bootstrapArguments(Pattern<? super CheckedList<LLJava.LoadableExpr>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.MethodHandleExpr |
get_factory()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.MemberDynamicName> |
get_factory(Pattern<? super LLJava.MethodHandleExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.MemberDynamicName |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_bootstrapArguments(CheckedList<LLJava.LoadableExpr> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_factory(LLJava.MethodHandleExpr val)
Generated by umod; model author's documentation MISSING.
|
get_name, get_name, set_name
get_location, get_location, set_location
protected LLJava.MethodHandleExpr factory
LLJava.MethodHandleExpr
(never
null)protected CheckedList<LLJava.LoadableExpr> bootstrapArguments
CheckedList
<LLJava.LoadableExpr
(never
null)>(never null)public MemberDynamicName(LLJava.Id name, LLJava.MethodHandleExpr factory, CheckedList<LLJava.LoadableExpr> bootstrapArguments)
name
- is copied to field LLJava.MemberFullName.name
factory
- is copied to field factory
bootstrapArguments
- is copied to field bootstrapArguments
public MemberDynamicName(LLJava.Id name, LLJava.MethodHandleExpr factory)
name
- is copied to field LLJava.MemberFullName.name
factory
- is copied to field factory
public LLJava.MemberDynamicName doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.MemberFullName
public static String getFormatHint()
factory
;bootstrapArguments['('|',' ,')'];'.'name
public Format format()
format
in interface Formattable
format
in class LLJava.MemberFullName
public LLJava.MemberDynamicName initFrom(Object o0)
initFrom
in class LLJava.MemberFullName
public LLJava.MethodHandleExpr get_factory()
LLJava.MethodHandleExpr
(never
null)public boolean set_factory(LLJava.MethodHandleExpr val)
val
- the new value of type LLJava.MethodHandleExpr
(never
null)factory
public CheckedList<LLJava.LoadableExpr> get_bootstrapArguments()
CheckedList
<LLJava.LoadableExpr
(never
null)>(never null)public boolean set_bootstrapArguments(CheckedList<LLJava.LoadableExpr> val)
val
- the new value of type CheckedList
<LLJava.LoadableExpr
(never
null)>(never null)bootstrapArguments
public void descend_bootstrapArguments(LLJava.MATCH_ONLY_00 visitor)
public static Pattern<LLJava.MemberDynamicName> get_factory(Pattern<? super LLJava.MethodHandleExpr> p)
LLJava.__Patterns
.public static Pattern<LLJava.MemberDynamicName> get_bootstrapArguments(Pattern<? super CheckedList<LLJava.LoadableExpr>> p)
LLJava.__Patterns
.see also the complete user documentation .