Uses of Class
eu.bandm.tools.lljava.absy.LLJava.FieldReference
Packages that use LLJava.FieldReference
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.FieldReference in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as LLJava.FieldReferenceModifier and TypeFieldDescriptionprotected LLJava.FieldReferenceLLJava.FieldAccess.targetGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.FieldReferenceModifier and TypeMethodDescriptionLLJava.FieldReference.doclone()Clones this object.LLJava.FieldAccess.get_target()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.FieldReferenceModifier and TypeMethodDescriptionstatic Pattern<LLJava.FieldReference> LLJava.FieldReference.get_type(Pattern<? super LLJava.TypeExpr> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.FieldReference> LLJava.__Patterns.term_FieldReference(Pattern<? super LLJava.MemberReference> superpattern, Pattern<? super LLJava.TypeExpr> p_type) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.FieldReferenceModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.FieldReference el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.FieldReference e0) protected voidLLJava.MultiVisitor.action(LLJava.FieldReference e0) protected voidLLJava.Visitor.action(LLJava.FieldReference e0) protected voidConstantPoolCollector.Creator.descend(LLJava.FieldReference x) protected voidLLJava.MultiVisitor.descend(LLJava.FieldReference e0) (package private) static StringConstantPoolCollector.descriptor(LLJava.FieldReference f) voidLLJava.MATCH_ONLY_00.match(LLJava.FieldReference e0) protected voidLLJava.MultiVisitor.post(LLJava.FieldReference e0) protected voidLLJava.MultiVisitor.pre(LLJava.FieldReference e0) protected FormatLLJava.__Formatter.toFormat(LLJava.FieldReference el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.FieldReferenceModifier and TypeMethodDescriptionLLJava.__Patterns.cast_FieldReference(Pattern<? super LLJava.FieldReference> p) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.FieldReferenceModifierConstructorDescriptionFieldAccess(boolean statically, LLJava.FieldReference target) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Get(boolean statically, LLJava.FieldReference target) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Put(boolean statically, LLJava.FieldReference target) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.FieldReference in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec that return LLJava.FieldReferenceModifier and TypeMethodDescriptionprotected LLJava.FieldReferenceDecoder.fieldRef(int index) protected LLJava.FieldReferenceDecoder.unparse(LLJava.FieldRef ref) -
Uses of LLJava.FieldReference in eu.bandm.tools.lljava.live.impl
Fields in eu.bandm.tools.lljava.live.impl declared as LLJava.FieldReferenceModifier and TypeFieldDescriptionfinal LLJava.FieldReferenceBaseCompilationContextImpl.FieldInfo.referenceMethods in eu.bandm.tools.lljava.live.impl that return LLJava.FieldReferenceModifier and TypeMethodDescriptionprotected LLJava.FieldReferenceBaseCompilationContextImpl.ref(LLJava.Field field) protected LLJava.FieldReferenceMethods in eu.bandm.tools.lljava.live.impl with parameters of type LLJava.FieldReferenceModifier and TypeMethodDescriptionprotected VariableContext.VariableBaseCompilationContextImpl.variable(LLJava.Type type, LLJava.FieldReference ref) -
Uses of LLJava.FieldReference in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.FieldReferenceMethods in eu.bandm.tools.lljava.parser with parameters of type LLJava.FieldReferenceModifier and TypeMethodDescriptionprotected abstract LLJava.GetLLJavaGrammar.getInstruction(Reducer.Context<SourceId> context, Void dummy, boolean statically, LLJava.FieldReference field) protected LLJava.GetLLJavaParser.getInstruction(Reducer.Context<SourceId> context, Void dummy, boolean statically, LLJava.FieldReference field) protected abstract LLJava.PutLLJavaGrammar.putInstruction(Reducer.Context<SourceId> context, Void dummy, boolean statically, LLJava.FieldReference field) protected LLJava.PutLLJavaParser.putInstruction(Reducer.Context<SourceId> context, Void dummy, boolean statically, LLJava.FieldReference field)