Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeMethodDescriptionLLJava.LongLiteral.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier 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) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_LongLiteral
(Pattern<? super LLJava.LongLiteral> p) -
Uses of LLJava.LongLiteral in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected abstract LLJava.LongLiteral
LLJavaGrammar.longLiteral
(Reducer.Context<SourceId> context, String text) protected LLJava.LongLiteral
LLJavaParser.longLiteral
(Reducer.Context<SourceId> context, String text)