Uses of Class
eu.bandm.tools.lljava.absy.LLJava.NullLiteral
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.NullLiteral in eu.bandm.tools.lljava.absy
Modifier and TypeMethodDescriptionLLJava.NullLiteral.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.NullLiteral>
LLJava.__Patterns.term_NullLiteral
(Pattern<? super LLJava.LoadArgument> superpattern) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.NullLiteral el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.NullLiteral e0) protected void
LLJava.MultiVisitor.action
(LLJava.NullLiteral e0) protected void
LLJava.Visitor.action
(LLJava.NullLiteral e0) protected void
LLJava.MultiVisitor.descend
(LLJava.NullLiteral e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.NullLiteral e0) protected void
LLJava.MultiVisitor.post
(LLJava.NullLiteral e0) protected void
LLJava.MultiVisitor.pre
(LLJava.NullLiteral e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.NullLiteral el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_NullLiteral
(Pattern<? super LLJava.NullLiteral> p) -
Uses of LLJava.NullLiteral in eu.bandm.tools.lljava.parser