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 | Class and Description |
---|---|
static class |
LLJava.ClassRef
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantDouble
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantDoubleValue
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantFloat
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantInteger
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantLong
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantSingleValue
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantString
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.MethodHandle
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.MethodType
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.Loadable> |
LLJava.BootstrapMethod.arguments
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Loadable |
LLJava.Loadable.doclone()
Clones this object.
|
LLJava.Loadable |
LLJava.LoadableExpr.get_entry() |
LLJava.Loadable |
LLJava.Loadable.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<LLJava.Loadable> |
LLJava.BootstrapMethod.get_arguments()
Generated by umod; model author's documentation MISSING.
|
static Pattern<? super LLJava.Loadable> |
LLJava.__Patterns.term_Loadable(Pattern<? super LLJava.ConstantPoolEntry> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Loadable e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Loadable e0) |
protected void |
LLJava.Visitor.action(LLJava.Loadable e0) |
protected void |
LLJava.__Formatter.action(LLJava.Loadable el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Loadable e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Loadable e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Loadable e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Loadable e0) |
boolean |
LLJava.BooleanLiteral.set_entry(LLJava.Loadable val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.CharLiteral.set_entry(LLJava.Loadable val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.ClassExpr.set_entry(LLJava.Loadable val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.DoubleLiteral.set_entry(LLJava.Loadable val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.FloatLiteral.set_entry(LLJava.Loadable val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.IntLiteral.set_entry(LLJava.Loadable val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.LongLiteral.set_entry(LLJava.Loadable val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.MethodHandleExpr.set_entry(LLJava.Loadable val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.MethodTypeExpr.set_entry(LLJava.Loadable val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.StringLiteral.set_entry(LLJava.Loadable val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.Loadable el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Loadable(Pattern<? super LLJava.Loadable> p) |
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.
|
static Pattern<LLJava.LoadableExpr> |
LLJava.LoadableExpr.get_entry(Pattern<? super LLJava.Loadable> 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) |
static Pattern<? super LLJava.ClassRef> |
LLJava.__Patterns.term_ClassRef(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name) |
static Pattern<? super LLJava.ConstantDoubleValue> |
LLJava.__Patterns.term_ConstantDoubleValue(Pattern<? super LLJava.Loadable> superpattern) |
static Pattern<? super LLJava.ConstantSingleValue> |
LLJava.__Patterns.term_ConstantSingleValue(Pattern<? super LLJava.Loadable> superpattern) |
static Pattern<? super LLJava.LoadableExpr> |
LLJava.__Patterns.term_LoadableExpr(Pattern<? super LLJava.LoadArgument> superpattern,
Pattern<? super LLJava.Loadable> p_entry) |
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) |
static Pattern<? super LLJava.MethodType> |
LLJava.__Patterns.term_MethodType(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_descriptor) |
LLJava.BootstrapMethod |
LLJava.BootstrapMethod.with_arguments(CheckedList<LLJava.Loadable> val)
Generated by umod; model author's documentation MISSING.
|
Constructor and Description |
---|
BootstrapMethod(LLJava.MethodHandle handle,
CheckedList<LLJava.Loadable> arguments)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Field and Description |
---|---|
static Map<LLJava.Loadable,Byte> |
Constants.constantOpcodes |
Modifier and Type | Method and Description |
---|---|
protected LLJava.Literal |
Decoder.literal(LLJava.Loadable entry) |
protected LLJava.LoadableExpr |
Decoder.loadable(LLJava.Loadable entry) |
see also the complete user documentation .