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.BootstrapMethod |
LLJava.AbstractDynamic.bootstrap
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.BootstrapMethod> |
LLJava.BootstrapMethodsAttribute.bootstrapMethods
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.BootstrapMethod |
LLJava.BootstrapMethod.doclone()
Clones this object.
|
LLJava.BootstrapMethod |
LLJava.AbstractDynamic.get_bootstrap()
Generated by umod; model author's documentation MISSING.
|
LLJava.BootstrapMethod |
LLJava.BootstrapMethod.initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.BootstrapMethod |
LLJava.BootstrapMethod.with_arguments(CheckedList<LLJava.Loadable> val)
Generated by umod; model author's documentation MISSING.
|
LLJava.BootstrapMethod |
LLJava.BootstrapMethod.with_handle(LLJava.MethodHandle val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.BootstrapMethod> |
LLJava.BootstrapMethod.get_arguments(Pattern<? super CheckedList<LLJava.Loadable>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
CheckedList<LLJava.BootstrapMethod> |
LLJava.BootstrapMethodsAttribute.get_bootstrapMethods()
Generated by umod; model author's documentation MISSING.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.BootstrapMethod e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.BootstrapMethod e0) |
protected void |
LLJava.Visitor.action(LLJava.BootstrapMethod e0) |
protected void |
LLJava.__Formatter.action(LLJava.BootstrapMethod el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.BootstrapMethod e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.BootstrapMethod e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.BootstrapMethod e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.BootstrapMethod e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.BootstrapMethod el) |
LLJava.AbstractDynamic |
LLJava.AbstractDynamic.with_bootstrap(LLJava.BootstrapMethod val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.BootstrapMethod.x_equals(LLJava.BootstrapMethod e0) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_BootstrapMethod(Pattern<? super LLJava.BootstrapMethod> p) |
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.BootstrapMethodsAttribute> |
LLJava.BootstrapMethodsAttribute.get_bootstrapMethods(Pattern<? super CheckedList<LLJava.BootstrapMethod>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
LLJava.BootstrapMethodsAttribute.set_bootstrapMethods(CheckedList<LLJava.BootstrapMethod> val)
Generated by umod; model author's documentation MISSING.
|
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) |
static Pattern<? super LLJava.BootstrapMethodsAttribute> |
LLJava.__Patterns.term_BootstrapMethodsAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super CheckedList<LLJava.BootstrapMethod>> p_bootstrapMethods) |
Constructor and Description |
---|
AbstractDynamic(LLJava.BootstrapMethod bootstrap,
LLJava.NameAndType nametype)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Dynamic(LLJava.BootstrapMethod bootstrap,
LLJava.NameAndType nametype)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
InvokeDynamic(LLJava.BootstrapMethod bootstrap,
LLJava.NameAndType nametype)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.BootstrapMethod x) |
see also the complete user documentation .