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.
|
namelocationformat| 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_nameget_location, get_location, set_locationprotected 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.namefactory - is copied to field factorybootstrapArguments - is copied to field bootstrapArgumentspublic MemberDynamicName(LLJava.Id name, LLJava.MethodHandleExpr factory)
name - is copied to field LLJava.MemberFullName.namefactory - is copied to field factorypublic LLJava.MemberDynamicName doclone()
Cloneable is known
to be implemented.doclone in class LLJava.MemberFullNamepublic static String getFormatHint()
factory
;bootstrapArguments['('|',' ,')'];'.'name public Format format()
format in interface Formattableformat in class LLJava.MemberFullNamepublic LLJava.MemberDynamicName initFrom(Object o0)
initFrom in class LLJava.MemberFullNamepublic 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)factorypublic 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)bootstrapArgumentspublic 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 .