public static class LLJava.MethodHandle extends LLJava.Loadable
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
protected LLJava.HandleKind |
kind
Generated by umod; model author's documentation MISSING.
|
protected LLJava.MemberRef |
reference
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
MethodHandle(LLJava.HandleKind kind,
LLJava.MemberRef reference)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.MethodHandle |
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.
|
LLJava.HandleKind |
get_kind()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.MethodHandle> |
get_kind(Pattern<? super LLJava.HandleKind> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.MemberRef |
get_reference()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.MethodHandle> |
get_reference(Pattern<? super LLJava.MemberRef> 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.MethodHandle |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.MethodHandle |
with_kind(LLJava.HandleKind val)
Generated by umod; model author's documentation MISSING.
|
LLJava.MethodHandle |
with_reference(LLJava.MemberRef val)
Generated by umod; model author's documentation MISSING.
|
boolean |
x_equals(LLJava.MethodHandle e0) |
protected static final int BASE_HASH
protected LLJava.HandleKind kind
LLJava.HandleKind
(never null)protected LLJava.MemberRef reference
LLJava.MemberRef
(never null)public MethodHandle(LLJava.HandleKind kind, LLJava.MemberRef reference)
public LLJava.MethodHandle doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Loadable
public Format format()
format
in interface Formattable
format
in class LLJava.Loadable
public boolean equals(Object e0)
ALGEBRAIC
.public boolean x_equals(LLJava.MethodHandle e0)
public int hashCode()
ALGEBRAIC
.public LLJava.MethodHandle initFrom(Object o0)
initFrom
in class LLJava.Loadable
public LLJava.HandleKind get_kind()
LLJava.HandleKind
(never
null)public LLJava.MethodHandle with_kind(LLJava.HandleKind val)
val
- the new value of type LLJava.HandleKind
(never null)kind
public LLJava.MemberRef get_reference()
LLJava.MemberRef
(never
null)public LLJava.MethodHandle with_reference(LLJava.MemberRef val)
val
- the new value of type LLJava.MemberRef
(never null)reference
public static Pattern<LLJava.MethodHandle> get_kind(Pattern<? super LLJava.HandleKind> p)
LLJava.__Patterns
.public static Pattern<LLJava.MethodHandle> get_reference(Pattern<? super LLJava.MemberRef> p)
LLJava.__Patterns
.see also the complete user documentation .