Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Field
Packages that use 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
Fields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.FieldModifier and TypeFieldDescriptionprotected CheckedList
<LLJava.Field> LLJava.Class.fields
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.FieldModifier and TypeMethodDescriptionLLJava.Field.doclone()
Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.FieldModifier 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) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.FieldModifier 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) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.FieldModifier 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
Fields in eu.bandm.tools.lljava.codec with type parameters of type LLJava.FieldMethods in eu.bandm.tools.lljava.codec that return LLJava.FieldMethods in eu.bandm.tools.lljava.codec with parameters of type LLJava.FieldModifier 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.impl
Fields in eu.bandm.tools.lljava.live.impl declared as LLJava.FieldMethods in eu.bandm.tools.lljava.live.impl with parameters of type LLJava.FieldModifier and TypeMethodDescriptionprotected LLJava.FieldReference
BaseCompilationContextImpl.ref
(LLJava.Field field) Constructors in eu.bandm.tools.lljava.live.impl with parameters of type LLJava.FieldModifierConstructorDescription(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
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.FieldMethods in eu.bandm.tools.lljava.parser that return LLJava.FieldModifier 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)