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 class
Syntactic expression denoting aboolean
literal.static class
Syntactic expression denoting achar
literal.static class
Syntactic expression denoting adouble
literal.static class
Syntactic expression denoting afloat
literal.static class
Syntactic expression denoting anint
literal.static class
Syntactic expression denoting along
literal.static class
Syntactic expression denoting aString
literal.Fields in eu.bandm.tools.lljava.absy declared as LLJava.LiteralModifier and TypeFieldDescriptionprotected LLJava.Literal
LLJava.Field.initializer
Generated by umod; model author's documentation MISSING.protected LLJava.Literal
LLJava.ConstantAnnotationValue.literal
Generated 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 void
LLJava.__Formatter.action
(LLJava.Literal el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Literal e0) protected void
LLJava.MultiVisitor.action
(LLJava.Literal e0) protected void
LLJava.Visitor.action
(LLJava.Literal e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Literal e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Literal e0) protected void
LLJava.MultiVisitor.post
(LLJava.Literal e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Literal e0) boolean
LLJava.Field.set_initializer
(LLJava.Literal val) Generated by umod; model author's documentation MISSING.boolean
LLJava.ConstantAnnotationValue.set_literal
(LLJava.Literal val) Generated by umod; model author's documentation MISSING.protected Format
LLJava.__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.Literal
Decoder.literal
(int index) protected LLJava.Literal
Decoder.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.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)