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.ClassRef |
LLJava.ClassExpr.entry
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ClassRef |
LLJava.ClassReference.entry
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ClassRef |
LLJava.TypeInstruction.entry
The raw reference type represented by the argument
of
this instruction.
|
protected LLJava.ClassRef |
LLJava.MemberRef.owner
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ClassRef |
LLJava.Class.thisEntry
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.ClassRef |
LLJava.ClassRef.doclone()
Clones this object.
|
LLJava.ClassRef |
LLJava.ClassExpr.get_entry()
Generated by umod; model author's documentation MISSING.
|
LLJava.ClassRef |
LLJava.ClassReference.get_entry()
Generated by umod; model author's documentation MISSING.
|
LLJava.ClassRef |
LLJava.TypeInstruction.get_entry()
The raw reference type represented by the argument
of
this instruction.
|
LLJava.ClassRef |
LLJava.MemberRef.get_owner()
Generated by umod; model author's documentation MISSING.
|
LLJava.ClassRef |
LLJava.Class.get_thisEntry()
Generated by umod; model author's documentation MISSING.
|
LLJava.ClassRef |
LLJava.ClassRef.initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.ClassRef |
LLJava.ClassRef.with_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.ClassRef> |
LLJava.ClassRef.get_name(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.ClassRef> |
LLJava.__Patterns.term_ClassRef(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.ClassRef e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.ClassRef e0) |
protected void |
LLJava.Visitor.action(LLJava.ClassRef e0) |
protected void |
LLJava.__Formatter.action(LLJava.ClassRef el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.ClassRef e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.ClassRef e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.ClassRef e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.ClassRef e0) |
boolean |
LLJava.ClassReference.set_entry(LLJava.ClassRef val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.TypeInstruction.set_entry(LLJava.ClassRef val)
The raw reference type represented by the argument
of
this instruction.
|
boolean |
LLJava.Class.set_thisEntry(LLJava.ClassRef val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.ClassRef el) |
LLJava.MemberRef |
LLJava.MemberRef.with_owner(LLJava.ClassRef val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.ClassRef.x_equals(LLJava.ClassRef e0) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_ClassRef(Pattern<? super LLJava.ClassRef> p) |
static Pattern<LLJava.ClassReference> |
LLJava.ClassReference.get_entry(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeInstruction> |
LLJava.TypeInstruction.get_entry(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberRef> |
LLJava.MemberRef.get_owner(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_thisEntry(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Class> |
LLJava.__Patterns.term_Class(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super LLJava.Id> p_innerName,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ClassReference> p_superClass,
Pattern<? super CheckedList<LLJava.ClassReference>> p_interfaces,
Pattern<? super CheckedList<LLJava.Field>> p_fields,
Pattern<? super CheckedList<LLJava.Method>> p_methods,
Pattern<? super CheckedList<LLJava.InnerClass>> p_innerClasses,
Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p_pool,
Pattern<? super LLJava.ClassRef> p_thisEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.ClassReference> |
LLJava.__Patterns.term_ClassReference(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ClassTypeExpr> p_type,
Pattern<? super LLJava.ClassRef> p_entry) |
static Pattern<? super LLJava.MemberRef> |
LLJava.__Patterns.term_MemberRef(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.ClassRef> p_owner,
Pattern<? super LLJava.NameAndType> p_nametype) |
static Pattern<? super LLJava.TypeInstruction> |
LLJava.__Patterns.term_TypeInstruction(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.ClassRef> p_entry) |
Constructor and Description |
---|
AbstractMethodRef(LLJava.ClassRef owner,
LLJava.NameAndType nametype)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
FieldRef(LLJava.ClassRef owner,
LLJava.NameAndType nametype)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
InterfaceMethodRef(LLJava.ClassRef owner,
LLJava.NameAndType nametype)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
MemberRef(LLJava.ClassRef owner,
LLJava.NameAndType nametype)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
MethodRef(LLJava.ClassRef owner,
LLJava.NameAndType nametype)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
protected LLJava.ClassRef |
Decoder.getClassRef(int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.ClassRef e) |
see also the complete user documentation .