Uses of Class
eu.bandm.tools.lljava.absy.LLJava.ClassRef
Package
Description
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
-
Uses of LLJava.ClassRef in eu.bandm.tools.lljava.absy
Modifier and TypeFieldDescriptionprotected 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 TypeMethodDescriptionLLJava.ClassRef.doclone()
Clones this object.LLJava.ClassExpr.get_entry()
Generated by umod; model author's documentation MISSING.LLJava.ClassReference.get_entry()
Generated by umod; model author's documentation MISSING.LLJava.TypeInstruction.get_entry()
The raw reference type represented by the argument of this instruction.LLJava.MemberRef.get_owner()
Generated by umod; model author's documentation MISSING.LLJava.Class.get_thisEntry()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.LLJava.ClassRef.with_name
(LLJava.ConstantUTF8 val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionstatic 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<LLJava.ClassRef>
LLJava.__Patterns.term_ClassRef
(Pattern<? super LLJava.Loadable> superpattern, Pattern<? super LLJava.ConstantUTF8> p_name) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.ClassRef el) 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.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.with_owner
(LLJava.ClassRef val) Generated by umod; model author's documentation MISSING.boolean
LLJava.ClassRef.x_equals
(LLJava.ClassRef e0) Modifier and TypeMethodDescriptionLLJava.__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.ModifierConstructorDescriptionAbstractMethodRef
(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/..". -
Uses of LLJava.ClassRef in eu.bandm.tools.lljava.codec