Uses of Class
eu.bandm.tools.lljava.absy.LLJava.FloatLiteral
Packages that use LLJava.FloatLiteral
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.FloatLiteral in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.FloatLiteralModifier and TypeMethodDescriptionLLJava.FloatLiteral.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.FloatLiteralModifier and TypeMethodDescriptionstatic Pattern
<LLJava.FloatLiteral> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.FloatLiteral> LLJava.__Patterns.term_FloatLiteral
(Pattern<? super LLJava.Literal> superpattern, Pattern<? super Float> p_value) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.FloatLiteralModifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.FloatLiteral el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.FloatLiteral e0) protected void
LLJava.MultiVisitor.action
(LLJava.FloatLiteral e0) protected void
LLJava.Visitor.action
(LLJava.FloatLiteral e0) protected void
ConstantPoolCollector.Creator.descend
(LLJava.FloatLiteral x) protected void
LLJava.MultiVisitor.descend
(LLJava.FloatLiteral e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.FloatLiteral e0) protected void
LLJava.MultiVisitor.post
(LLJava.FloatLiteral e0) protected void
LLJava.MultiVisitor.pre
(LLJava.FloatLiteral e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.FloatLiteral el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.FloatLiteralModifier and TypeMethodDescriptionLLJava.__Patterns.cast_FloatLiteral
(Pattern<? super LLJava.FloatLiteral> p) -
Uses of LLJava.FloatLiteral in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.FloatLiteralMethods in eu.bandm.tools.lljava.parser that return LLJava.FloatLiteralModifier and TypeMethodDescriptionprotected abstract LLJava.FloatLiteral
LLJavaGrammar.floatLiteral
(Reducer.Context<SourceId> context, String text) protected LLJava.FloatLiteral
LLJavaParser.floatLiteral
(Reducer.Context<SourceId> context, String text)