Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Field
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.Field in eu.bandm.tools.lljava.absy
Modifier and TypeFieldDescriptionprotected CheckedList<LLJava.Field>
LLJava.Class.fields
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.Field.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionLLJava.Class.get_fields()
Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Field>
LLJava.Field.get_initializer
(Pattern<? super LLJava.Literal> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Field>
LLJava.Field.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.Field>
LLJava.__Patterns.term_Field
(Pattern<? super LLJava.Member> superpattern, Pattern<? super LLJava.TypeExpr> p_type, Pattern<? super LLJava.Literal> p_initializer) Modifier and TypeMethodDescriptionprotected void
ContextChecker.ModifierChecker.action
(LLJava.Field x) protected void
ContextChecker.Typer.action
(LLJava.Field x) protected void
LLJava.__Formatter.action
(LLJava.Field el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Field e0) protected void
LLJava.MultiVisitor.action
(LLJava.Field e0) protected void
LLJava.Visitor.action
(LLJava.Field e0) protected void
ConstantPoolCollector.Creator.descend
(LLJava.Field f) protected void
LLJava.MultiVisitor.descend
(LLJava.Field e0) (package private) static String
ConstantPoolCollector.mangleSignature
(LLJava.Field f) void
LLJava.MATCH_ONLY_00.match
(LLJava.Field e0) protected void
LLJava.MultiVisitor.post
(LLJava.Field e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Field e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Field el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_Field
(Pattern<? super LLJava.Field> p) static Pattern<LLJava.Class>
LLJava.Class.get_fields
(Pattern<? super CheckedList<LLJava.Field>> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
LLJava.Class.set_fields
(CheckedList<LLJava.Field> val) Generated by umod; model author's documentation MISSING. -
Uses of LLJava.Field in eu.bandm.tools.lljava.codec
Modifier and TypeMethodDescriptionprotected void
Encoder.descend
(LLJava.Field f) void
SignatureParser.parseFieldSignature
(String signature, LLJava.Field field) protected void
SignatureParser.processField
(Reducer.Context<SourceId> context, LLJava.Field target, LLJava.TypeExpr type) -
Uses of LLJava.Field in eu.bandm.tools.lljava.live
Modifier and TypeMethodDescriptionprotected LLJava.FieldReference
BaseCompilationContext.ref
(LLJava.Field field) ModifierConstructorDescription(package private)
EnvFieldInfo
(LLJava.Type type, Class<T> valueType, T value, LLJava.Field field, LLJava.VariableRef param) (package private)
FieldInfo
(LLJava.Type type, LLJava.Field field) (package private)
StateFieldInfo
(LLJava.Type type, LLJava.Field field) -
Uses of LLJava.Field in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected abstract LLJava.Field
LLJavaGrammar.fieldDefinition
(Reducer.Context<SourceId> context, List<LLJava.ModifierExpr> modifiers, LLJava.TypeExpr type, LLJava.Id name, Optional<LLJava.Literal> initializer) protected LLJava.Field
LLJavaParser.fieldDefinition
(Reducer.Context<SourceId> context, List<LLJava.ModifierExpr> modifiers, LLJava.TypeExpr type, LLJava.Id name, Optional<LLJava.Literal> initializer)