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