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 NonNullList<LLJava.Field> LLJava.Class.fieldsGenerated 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 @Opt 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 @Opt LLJava.Literal> p_initializer) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.FieldModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Field el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Field e0) protected voidLLJava.MultiVisitor.action(LLJava.Field e0) protected voidLLJava.Visitor.action(LLJava.Field e0) protected voidLLJava.MultiVisitor.descend(LLJava.Field e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Field e0) protected voidLLJava.MultiVisitor.post(LLJava.Field e0) protected voidLLJava.MultiVisitor.pre(LLJava.Field e0) protected FormatLLJava.__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 NonNullList<LLJava.Field>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanLLJava.Class.set_fields(NonNullList<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 voidEncoder.descend(LLJava.Field f) voidSignatureParser.parseFieldSignature(String signature, LLJava.Field field) protected voidSignatureParser.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.FieldReferenceBaseCompilationContextImpl.ref(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.FieldLLJavaGrammar.fieldDefinition(Reducer.Context<SourceId> context, List<LLJava.ModifierExpr> modifiers, LLJava.TypeExpr type, LLJava.Id name, Optional<LLJava.Literal> initializer) protected LLJava.FieldLLJavaParser.fieldDefinition(Reducer.Context<SourceId> context, List<LLJava.ModifierExpr> modifiers, LLJava.TypeExpr type, LLJava.Id name, Optional<LLJava.Literal> initializer)