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.MethodHandle |
LLJava.MethodHandleExpr.entry
Generated by umod; model author's documentation MISSING.
|
protected LLJava.MethodHandle |
LLJava.BootstrapMethod.handle
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.MethodHandle |
LLJava.MethodHandle.doclone()
Clones this object.
|
LLJava.MethodHandle |
LLJava.MethodHandleExpr.get_entry()
Generated by umod; model author's documentation MISSING.
|
LLJava.MethodHandle |
LLJava.BootstrapMethod.get_handle()
Generated by umod; model author's documentation MISSING.
|
LLJava.MethodHandle |
LLJava.MethodHandle.initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.MethodHandle |
LLJava.MethodHandle.with_kind(LLJava.HandleKind val)
Generated by umod; model author's documentation MISSING.
|
LLJava.MethodHandle |
LLJava.MethodHandle.with_reference(LLJava.MemberRef 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<LLJava.MethodHandle> |
LLJava.MethodHandle.get_reference(Pattern<? super LLJava.MemberRef> 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) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.MethodHandle e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.MethodHandle e0) |
protected void |
LLJava.Visitor.action(LLJava.MethodHandle e0) |
protected void |
LLJava.__Formatter.action(LLJava.MethodHandle el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.MethodHandle e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.MethodHandle e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.MethodHandle e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.MethodHandle e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.MethodHandle el) |
LLJava.BootstrapMethod |
LLJava.BootstrapMethod.with_handle(LLJava.MethodHandle val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.MethodHandle.x_equals(LLJava.MethodHandle e0) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_MethodHandle(Pattern<? super LLJava.MethodHandle> p) |
static Pattern<LLJava.BootstrapMethod> |
LLJava.BootstrapMethod.get_handle(Pattern<? super LLJava.MethodHandle> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.BootstrapMethod> |
LLJava.__Patterns.term_BootstrapMethod(Pattern<Object> superpattern,
Pattern<? super LLJava.MethodHandle> p_handle,
Pattern<? super CheckedList<LLJava.Loadable>> p_arguments) |
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 |
---|---|
protected void |
Encoder.descend(LLJava.MethodHandle e) |
see also the complete user documentation .