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