Uses of Class
eu.bandm.tools.lljava.absy.LLJava.ClassRef
Packages that use 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
Fields in eu.bandm.tools.lljava.absy declared as LLJava.ClassRefModifier and TypeFieldDescriptionprotected LLJava.ClassRefLLJava.ClassExpr.entryGenerated by umod; model author's documentation MISSING.protected LLJava.ClassRefLLJava.ClassReference.entryGenerated by umod; model author's documentation MISSING.protected LLJava.ClassRefLLJava.TypeInstruction.entryThe raw reference type represented by the argument of this instruction.protected LLJava.ClassRefLLJava.MemberRef.ownerGenerated by umod; model author's documentation MISSING.protected LLJava.ClassRefLLJava.Class.thisEntryGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.ClassRefModifier 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.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.ClassRefModifier 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) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.ClassRefModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.ClassRef el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.ClassRef e0) protected voidLLJava.MultiVisitor.action(LLJava.ClassRef e0) protected voidLLJava.Visitor.action(LLJava.ClassRef e0) protected voidLLJava.MultiVisitor.descend(LLJava.ClassRef e0) voidLLJava.MATCH_ONLY_00.match(LLJava.ClassRef e0) protected voidLLJava.MultiVisitor.post(LLJava.ClassRef e0) protected voidLLJava.MultiVisitor.pre(LLJava.ClassRef e0) booleanLLJava.ClassReference.set_entry(LLJava.ClassRef val) Generated by umod; model author's documentation MISSING.booleanLLJava.TypeInstruction.set_entry(LLJava.ClassRef val) The raw reference type represented by the argument of this instruction.booleanLLJava.Class.set_thisEntry(LLJava.ClassRef val) Generated by umod; model author's documentation MISSING.protected FormatLLJava.__Formatter.toFormat(LLJava.ClassRef el) LLJava.MemberRef.with_owner(LLJava.ClassRef val) Generated by umod; model author's documentation MISSING.booleanLLJava.ClassRef.x_equals(LLJava.ClassRef e0) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.ClassRefModifier 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.Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.ClassRefModifierConstructorDescriptionAbstractMethodRef(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
Methods in eu.bandm.tools.lljava.codec that return LLJava.ClassRefMethods in eu.bandm.tools.lljava.codec with parameters of type LLJava.ClassRef