public static class LLJava.BootstrapMethod extends Object implements Cloneable, Formattable
| Modifier and Type | Field and Description | 
|---|---|
| protected CheckedList<LLJava.Loadable> | argumentsGenerated by umod; model author's documentation MISSING. | 
| protected static int | BASE_HASH | 
| protected LLJava.MethodHandle | handleGenerated by umod; model author's documentation MISSING. | 
format| Constructor and Description | 
|---|
| BootstrapMethod(LLJava.MethodHandle handle)Synthetic minimal constructor provided by the umod compiler. | 
| BootstrapMethod(LLJava.MethodHandle handle,
               CheckedList<LLJava.Loadable> arguments)Constructor generated according to specification #0   Constructor defined according to directive "C 0/..". | 
| Modifier and Type | Method and Description | 
|---|---|
| void | descend_arguments(LLJava.MATCH_ONLY_00 visitor) | 
| LLJava.BootstrapMethod | doclone()Clones this object. | 
| boolean | equals(Object e0)Generated by umod because this class is  ALGEBRAIC. | 
| Format | format()Delivers a format object for pretty-printing by inheritance from some ancestor class. | 
| CheckedList<LLJava.Loadable> | get_arguments()Generated by umod; model author's documentation MISSING. | 
| static Pattern<LLJava.BootstrapMethod> | get_arguments(Pattern<? super CheckedList<LLJava.Loadable>> p)Lifts a pattern which matches the field value to one which matches this 
 whole object. | 
| LLJava.MethodHandle | get_handle()Generated by umod; model author's documentation MISSING. | 
| static Pattern<LLJava.BootstrapMethod> | get_handle(Pattern<? super LLJava.MethodHandle> p)Lifts a pattern which matches the field value to one which matches this 
 whole object. | 
| int | hashCode()Generated by umod because this class is  ALGEBRAIC. | 
| LLJava.BootstrapMethod | initFrom(Object o0)Copies values of all common fields from the argument. | 
| LLJava.BootstrapMethod | with_arguments(CheckedList<LLJava.Loadable> val)Generated by umod; model author's documentation MISSING. | 
| LLJava.BootstrapMethod | with_handle(LLJava.MethodHandle val)Generated by umod; model author's documentation MISSING. | 
| boolean | x_equals(LLJava.BootstrapMethod e0) | 
protected static final int BASE_HASH
protected LLJava.MethodHandle handle
LLJava.MethodHandle(never null)protected CheckedList<LLJava.Loadable> arguments
CheckedList<LLJava.Loadable(never 
 null)>(never null)public BootstrapMethod(LLJava.MethodHandle handle, CheckedList<LLJava.Loadable> arguments)
public BootstrapMethod(LLJava.MethodHandle handle)
handle - is copied to field handlepublic LLJava.BootstrapMethod doclone()
Cloneable is known 
 to be implemented.public Format format()
format in interface Formattablepublic boolean equals(Object e0)
ALGEBRAIC.public boolean x_equals(LLJava.BootstrapMethod e0)
public int hashCode()
ALGEBRAIC.public LLJava.BootstrapMethod initFrom(Object o0)
public LLJava.MethodHandle get_handle()
LLJava.MethodHandle(never 
 null)public LLJava.BootstrapMethod with_handle(LLJava.MethodHandle val)
val - the new value of type LLJava.MethodHandle(never 
 null)handlepublic CheckedList<LLJava.Loadable> get_arguments()
CheckedList<LLJava.Loadable(never 
  null)>(never null)public LLJava.BootstrapMethod with_arguments(CheckedList<LLJava.Loadable> val)
val - the new value of type CheckedList<LLJava.Loadable(never 
  null)>(never null)argumentspublic void descend_arguments(LLJava.MATCH_ONLY_00 visitor)
public static Pattern<LLJava.BootstrapMethod> get_handle(Pattern<? super LLJava.MethodHandle> p)
LLJava.__Patterns.public static Pattern<LLJava.BootstrapMethod> get_arguments(Pattern<? super CheckedList<LLJava.Loadable>> p)
LLJava.__Patterns.see also the complete user documentation .