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.InvokeDynamic |
LLJava.MethodReference.dynamicEntry
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.InvokeDynamic |
LLJava.InvokeDynamic.doclone()
Clones this object.
|
LLJava.InvokeDynamic |
LLJava.MethodReference.get_dynamicEntry()
Generated by umod; model author's documentation MISSING.
|
LLJava.InvokeDynamic |
LLJava.InvokeDynamic.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.InvokeDynamic> |
LLJava.__Patterns.term_InvokeDynamic(Pattern<? super LLJava.AbstractDynamic> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.InvokeDynamic e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.InvokeDynamic e0) |
protected void |
LLJava.Visitor.action(LLJava.InvokeDynamic e0) |
protected void |
LLJava.__Formatter.action(LLJava.InvokeDynamic el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.InvokeDynamic e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.InvokeDynamic e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.InvokeDynamic e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.InvokeDynamic e0) |
boolean |
LLJava.MethodReference.set_dynamicEntry(LLJava.InvokeDynamic val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.InvokeDynamic el) |
boolean |
LLJava.InvokeDynamic.x_equals(LLJava.InvokeDynamic e0) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_InvokeDynamic(Pattern<? super LLJava.InvokeDynamic> p) |
static Pattern<LLJava.MethodReference> |
LLJava.MethodReference.get_dynamicEntry(Pattern<? super LLJava.InvokeDynamic> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.MethodReference> |
LLJava.__Patterns.term_MethodReference(Pattern<? super LLJava.MemberReference> superpattern,
Pattern<? super Boolean> p_asInterface,
Pattern<? super LLJava.ResultExpr> p_result,
Pattern<? super CheckedList<LLJava.MethodReferenceParameter>> p_parameters,
Pattern<? super LLJava.InvokeDynamic> p_dynamicEntry) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.InvokeDynamic e) |
see also the complete user documentation .