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