Uses of Class
eu.bandm.tools.lljava.absy.LLJava.IntLiteral
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.IntLiteral in eu.bandm.tools.lljava.absy
Modifier and TypeMethodDescriptionLLJava.IntLiteral.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.IntLiteral>
Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.IntLiteral>
LLJava.__Patterns.term_IntLiteral
(Pattern<? super LLJava.Literal> superpattern, Pattern<? super Integer> p_value) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.IntLiteral el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.IntLiteral e0) protected void
LLJava.MultiVisitor.action
(LLJava.IntLiteral e0) protected void
LLJava.Visitor.action
(LLJava.IntLiteral e0) protected void
ConstantPoolCollector.Creator.descend
(LLJava.IntLiteral x) protected void
LLJava.MultiVisitor.descend
(LLJava.IntLiteral e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.IntLiteral e0) protected void
LLJava.MultiVisitor.post
(LLJava.IntLiteral e0) protected void
LLJava.MultiVisitor.pre
(LLJava.IntLiteral e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.IntLiteral el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_IntLiteral
(Pattern<? super LLJava.IntLiteral> p) -
Uses of LLJava.IntLiteral in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected abstract LLJava.IntLiteral
LLJavaGrammar.intLiteral
(Reducer.Context<SourceId> context, String text) protected LLJava.IntLiteral
LLJavaParser.intLiteral
(Reducer.Context<SourceId> context, String text) Modifier and TypeMethodDescriptionprotected abstract LLJava.Case
LLJavaGrammar.switchCase
(Reducer.Context<SourceId> context, List<Optional<LLJava.IntLiteral>> labels, LLJava.CodePoint target) protected LLJava.Case
LLJavaParser.switchCase
(Reducer.Context<SourceId> context, List<Optional<LLJava.IntLiteral>> labels, LLJava.CodePoint target)