Package | Description |
---|---|
eu.bandm.tools.lljava.absy |
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
|
eu.bandm.tools.lljava.codec |
Modifier and Type | Field and Description |
---|---|
protected LLJava.HandleKind |
LLJava.MethodHandle.kind
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.HandleKind |
LLJava.MethodHandle.get_kind()
Generated by umod; model author's documentation MISSING.
|
static LLJava.HandleKind |
LLJava.HandleKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LLJava.HandleKind[] |
LLJava.HandleKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LLJava.MethodHandle |
LLJava.MethodHandle.with_kind(LLJava.HandleKind val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.MethodHandle> |
LLJava.MethodHandle.get_kind(Pattern<? super LLJava.HandleKind> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.MethodHandle> |
LLJava.__Patterns.term_MethodHandle(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.HandleKind> p_kind,
Pattern<? super LLJava.MemberRef> p_reference) |
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 | Field and Description |
---|---|
static Map<LLJava.HandleKind,Byte> |
Constants.handleKinds |
static Map<Byte,LLJava.HandleKind> |
Constants.handleKindsConverse |
Modifier and Type | Method and Description |
---|---|
protected LLJava.HandleKind |
Decoder.decodeHandleKind(byte kind) |
see also the complete user documentation .