public static class LLJava.InvokeDynamic extends LLJava.AbstractDynamic
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
bootstrap, nametype
format
Constructor and Description |
---|
InvokeDynamic(LLJava.BootstrapMethod bootstrap,
LLJava.NameAndType nametype)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.InvokeDynamic |
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.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC . |
LLJava.InvokeDynamic |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
x_equals(LLJava.InvokeDynamic e0) |
get_bootstrap, get_bootstrap, get_nametype, get_nametype, with_bootstrap, with_nametype
public InvokeDynamic(LLJava.BootstrapMethod bootstrap, LLJava.NameAndType nametype)
bootstrap
- is copied to field LLJava.AbstractDynamic.bootstrap
nametype
- is copied to field LLJava.AbstractDynamic.nametype
public LLJava.InvokeDynamic doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.AbstractDynamic
public Format format()
format
in interface Formattable
format
in class LLJava.AbstractDynamic
public boolean equals(Object e0)
ALGEBRAIC
.public boolean x_equals(LLJava.InvokeDynamic e0)
public int hashCode()
ALGEBRAIC
.public LLJava.InvokeDynamic initFrom(Object o0)
initFrom
in class LLJava.AbstractDynamic
see also the complete user documentation .