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.FieldReference
LLJava.FieldAccess.target
Generated 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 void
LLJava.__Formatter.action
(LLJava.FieldReference el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.FieldReference e0) protected void
LLJava.MultiVisitor.action
(LLJava.FieldReference e0) protected void
LLJava.Visitor.action
(LLJava.FieldReference e0) protected void
ConstantPoolCollector.Creator.descend
(LLJava.FieldReference x) protected void
LLJava.MultiVisitor.descend
(LLJava.FieldReference e0) (package private) static String
ConstantPoolCollector.descriptor
(LLJava.FieldReference f) void
LLJava.MATCH_ONLY_00.match
(LLJava.FieldReference e0) protected void
LLJava.MultiVisitor.post
(LLJava.FieldReference e0) protected void
LLJava.MultiVisitor.pre
(LLJava.FieldReference e0) protected Format
LLJava.__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.FieldReference
Decoder.fieldRef
(int index) protected LLJava.FieldReference
Decoder.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.FieldReference
BaseCompilationContextImpl.FieldInfo.reference
Methods in eu.bandm.tools.lljava.live.impl that return LLJava.FieldReferenceModifier and TypeMethodDescriptionprotected LLJava.FieldReference
BaseCompilationContextImpl.ref
(LLJava.Field field) protected LLJava.FieldReference
Methods in eu.bandm.tools.lljava.live.impl with parameters of type LLJava.FieldReferenceModifier and TypeMethodDescriptionprotected VariableContext.Variable
BaseCompilationContextImpl.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.Get
LLJavaGrammar.getInstruction
(Reducer.Context<SourceId> context, Void dummy, boolean statically, LLJava.FieldReference field) protected LLJava.Get
LLJavaParser.getInstruction
(Reducer.Context<SourceId> context, Void dummy, boolean statically, LLJava.FieldReference field) protected abstract LLJava.Put
LLJavaGrammar.putInstruction
(Reducer.Context<SourceId> context, Void dummy, boolean statically, LLJava.FieldReference field) protected LLJava.Put
LLJavaParser.putInstruction
(Reducer.Context<SourceId> context, Void dummy, boolean statically, LLJava.FieldReference field)