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