public static class LLJava.BootstrapMethodsAttribute extends LLJava.Attribute
| Modifier and Type | Field and Description |
|---|---|
protected CheckedList<LLJava.BootstrapMethod> |
bootstrapMethods
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
name
Generated by umod; model author's documentation MISSING.
|
format| Constructor and Description |
|---|
BootstrapMethodsAttribute()
Synthetic minimal constructor provided by the umod compiler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
descend_bootstrapMethods(LLJava.MATCH_ONLY_00 visitor) |
LLJava.BootstrapMethodsAttribute |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
CheckedList<LLJava.BootstrapMethod> |
get_bootstrapMethods()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.BootstrapMethodsAttribute> |
get_bootstrapMethods(Pattern<? super CheckedList<LLJava.BootstrapMethod>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.ConstantUTF8 |
get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.BootstrapMethodsAttribute |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_bootstrapMethods(CheckedList<LLJava.BootstrapMethod> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
get_nameprotected LLJava.ConstantUTF8 name
LLJava.ConstantUTF8(never null)protected CheckedList<LLJava.BootstrapMethod> bootstrapMethods
CheckedList<LLJava.BootstrapMethod(never
null)>(never null)public BootstrapMethodsAttribute()
public LLJava.BootstrapMethodsAttribute doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Attributepublic Format format()
format in interface Formattableformat in class LLJava.Attributepublic LLJava.BootstrapMethodsAttribute initFrom(Object o0)
initFrom in class LLJava.Attributepublic LLJava.ConstantUTF8 get_name()
get_name in class LLJava.AttributeLLJava.ConstantUTF8(never
null)public boolean set_name(LLJava.ConstantUTF8 val)
val - the new value of type LLJava.ConstantUTF8(never
null)namepublic CheckedList<LLJava.BootstrapMethod> get_bootstrapMethods()
CheckedList<LLJava.BootstrapMethod(never null)>(never null)public boolean set_bootstrapMethods(CheckedList<LLJava.BootstrapMethod> val)
val - the new value of type CheckedList<LLJava.BootstrapMethod(never null)>(never null)bootstrapMethodspublic void descend_bootstrapMethods(LLJava.MATCH_ONLY_00 visitor)
public static Pattern<LLJava.BootstrapMethodsAttribute> get_bootstrapMethods(Pattern<? super CheckedList<LLJava.BootstrapMethod>> p)
LLJava.__Patterns.see also the complete user documentation .