Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeFieldDescriptionprotected LLJava.FieldReference
LLJava.FieldAccess.target
Generated by umod; model author's documentation MISSING.Modifier 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.Modifier 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) Modifier 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) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_FieldReference
(Pattern<? super LLJava.FieldReference> p) ModifierConstructorDescriptionFieldAccess
(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
Modifier 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
Modifier and TypeFieldDescriptionfinal LLJava.FieldReference
BaseCompilationContext.FieldInfo.reference
Modifier and TypeMethodDescriptionprotected LLJava.FieldReference
BaseCompilationContext.ref
(LLJava.Field field) protected LLJava.FieldReference
Modifier and TypeMethodDescriptionprotected VariableContext.Variable
BaseCompilationContext.variable
(LLJava.Type type, LLJava.FieldReference ref) -
Uses of LLJava.FieldReference in eu.bandm.tools.lljava.parser
Modifier 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)