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.
|
Modifier and Type | Class and Description |
---|---|
static class |
LLJava.Dynamic
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.InvokeDynamic
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.AbstractDynamic |
LLJava.AbstractDynamic.doclone()
Clones this object.
|
LLJava.AbstractDynamic |
LLJava.AbstractDynamic.initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.AbstractDynamic |
LLJava.AbstractDynamic.with_bootstrap(LLJava.BootstrapMethod val)
Generated by umod; model author's documentation MISSING.
|
LLJava.AbstractDynamic |
LLJava.AbstractDynamic.with_nametype(LLJava.NameAndType val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.AbstractDynamic> |
LLJava.AbstractDynamic.get_bootstrap(Pattern<? super LLJava.BootstrapMethod> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.AbstractDynamic> |
LLJava.AbstractDynamic.get_nametype(Pattern<? super LLJava.NameAndType> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.AbstractDynamic> |
LLJava.__Patterns.term_AbstractDynamic(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.BootstrapMethod> p_bootstrap,
Pattern<? super LLJava.NameAndType> p_nametype) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.AbstractDynamic e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.AbstractDynamic e0) |
protected void |
LLJava.Visitor.action(LLJava.AbstractDynamic e0) |
protected void |
LLJava.__Formatter.action(LLJava.AbstractDynamic el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.AbstractDynamic e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.AbstractDynamic e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.AbstractDynamic e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.AbstractDynamic e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.AbstractDynamic el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_AbstractDynamic(Pattern<? super LLJava.AbstractDynamic> p) |
static Pattern<? super LLJava.Dynamic> |
LLJava.__Patterns.term_Dynamic(Pattern<? super LLJava.AbstractDynamic> superpattern) |
static Pattern<? super LLJava.InvokeDynamic> |
LLJava.__Patterns.term_InvokeDynamic(Pattern<? super LLJava.AbstractDynamic> superpattern) |
see also the complete user documentation .