Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Literal
Packages that use LLJava.Literal
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.Literal in eu.bandm.tools.lljava.absy
Subclasses of LLJava.Literal in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classSyntactic expression denoting abooleanliteral.static classSyntactic expression denoting acharliteral.static classSyntactic expression denoting adoubleliteral.static classSyntactic expression denoting afloatliteral.static classSyntactic expression denoting anintliteral.static classSyntactic expression denoting alongliteral.static classSyntactic expression denoting aStringliteral.Fields in eu.bandm.tools.lljava.absy declared as LLJava.LiteralModifier and TypeFieldDescriptionprotected LLJava.LiteralLLJava.Field.initializerGenerated by umod; model author's documentation MISSING.protected LLJava.LiteralLLJava.ConstantAnnotationValue.literalGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.LiteralModifier and TypeMethodDescriptionLLJava.Literal.doclone()Clones this object.LLJava.Field.get_initializer()Generated by umod; model author's documentation MISSING.LLJava.ConstantAnnotationValue.get_literal()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.LiteralModifier and TypeMethodDescriptionstatic Pattern<LLJava.Literal> LLJava.__Patterns.term_Literal(Pattern<? super LLJava.LoadableExpr> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.LiteralModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Literal el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Literal e0) protected voidLLJava.MultiVisitor.action(LLJava.Literal e0) protected voidLLJava.Visitor.action(LLJava.Literal e0) protected voidLLJava.MultiVisitor.descend(LLJava.Literal e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Literal e0) protected voidLLJava.MultiVisitor.post(LLJava.Literal e0) protected voidLLJava.MultiVisitor.pre(LLJava.Literal e0) booleanLLJava.Field.set_initializer(LLJava.Literal val) Generated by umod; model author's documentation MISSING.booleanLLJava.ConstantAnnotationValue.set_literal(LLJava.Literal val) Generated by umod; model author's documentation MISSING.protected FormatLLJava.__Formatter.toFormat(LLJava.Literal el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.LiteralModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Literal(Pattern<? super LLJava.Literal> p) 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.LLJava.ConstantAnnotationValue.get_literal(Pattern<? super LLJava.Literal> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.BooleanLiteral> LLJava.__Patterns.term_BooleanLiteral(Pattern<? super LLJava.Literal> superpattern, Pattern<? super Boolean> p_value) static Pattern<LLJava.CharLiteral> LLJava.__Patterns.term_CharLiteral(Pattern<? super LLJava.Literal> superpattern, Pattern<? super Character> p_value) static Pattern<LLJava.DoubleLiteral> LLJava.__Patterns.term_DoubleLiteral(Pattern<? super LLJava.Literal> superpattern, Pattern<? super Double> p_value) static Pattern<LLJava.FloatLiteral> LLJava.__Patterns.term_FloatLiteral(Pattern<? super LLJava.Literal> superpattern, Pattern<? super Float> p_value) static Pattern<LLJava.IntLiteral> LLJava.__Patterns.term_IntLiteral(Pattern<? super LLJava.Literal> superpattern, Pattern<? super Integer> p_value) static Pattern<LLJava.LongLiteral> LLJava.__Patterns.term_LongLiteral(Pattern<? super LLJava.Literal> superpattern, Pattern<? super Long> p_value) static Pattern<LLJava.StringLiteral> LLJava.__Patterns.term_StringLiteral(Pattern<? super LLJava.Literal> superpattern, Pattern<? super String> p_value) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.LiteralModifierConstructorDescriptionConstantAnnotationValue(LLJava.Literal literal) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Field(LLJava.TypeExpr type, LLJava.Id name, LLJava.Literal initializer) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". -
Uses of LLJava.Literal in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec that return LLJava.LiteralModifier and TypeMethodDescriptionprotected LLJava.LiteralDecoder.literal(int index) protected LLJava.LiteralDecoder.literal(LLJava.Loadable entry) -
Uses of LLJava.Literal in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.LiteralMethod parameters in eu.bandm.tools.lljava.parser with type arguments of type LLJava.LiteralModifier 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)