Uses of Class
eu.bandm.tools.lljava.absy.LLJava.IntLiteral
Packages that use 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
Methods in eu.bandm.tools.lljava.absy that return LLJava.IntLiteralModifier and TypeMethodDescriptionLLJava.IntLiteral.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.IntLiteralModifier 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) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.IntLiteralModifier 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) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.IntLiteralModifier and TypeMethodDescriptionLLJava.__Patterns.cast_IntLiteral
(Pattern<? super LLJava.IntLiteral> p) -
Uses of LLJava.IntLiteral in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.IntLiteralMethods in eu.bandm.tools.lljava.parser that return LLJava.IntLiteralModifier and TypeMethodDescriptionprotected abstract LLJava.IntLiteral
LLJavaGrammar.intLiteral
(Reducer.Context<SourceId> context, String text) protected LLJava.IntLiteral
LLJavaParser.intLiteral
(Reducer.Context<SourceId> context, String text) Method parameters in eu.bandm.tools.lljava.parser with type arguments of type LLJava.IntLiteralModifier 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)