Package | Description |
---|---|
eu.bandm.tools.lljava.absy |
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
|
eu.bandm.tools.lljava.parser |
Modifier and Type | Class and Description |
---|---|
static class |
LLJava.ArrayAccess
Syntactic expression denoting an array access.
|
static class |
LLJava.BooleanLiteral
Syntactic expression denoting a
boolean
literal. |
static class |
LLJava.CharLiteral
Syntactic expression denoting a
char
literal. |
static class |
LLJava.ClassExpr
Syntactic expression denoting a class literal.
|
static class |
LLJava.DoubleLiteral
Syntactic expression denoting a
double
literal. |
static class |
LLJava.DynamicExpr
Syntactic expression denoting a dynamic value.
|
static class |
LLJava.FloatLiteral
Syntactic expression denoting a
float
literal. |
static class |
LLJava.IntLiteral
Syntactic expression denoting an
int
literal. |
static class |
LLJava.Literal
Syntactic expression denoting a primitive or
String literal. |
static class |
LLJava.LoadableExpr
Abstract base class of representations of everything
that can
be loaded onto the operand stack using the
ldc instruction. |
static class |
LLJava.LongLiteral
Syntactic expression denoting a
long
literal. |
static class |
LLJava.MethodHandleExpr
Syntactic expression denoting a method handle.
|
static class |
LLJava.MethodTypeExpr
Syntactic expression denoting a method type.
|
static class |
LLJava.NullLiteral
Syntactic expression denoting a
null value. |
static class |
LLJava.SlotRef
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.SlotReference
Syntactic expression denoting an anonymous variable
slot reference.
|
static class |
LLJava.StoreArgument
Abstract base class of representations of everything
that can
be both loaded onto and stored off the operand stack.
|
static class |
LLJava.StringLiteral
Syntactic expression denoting a
String
literal. |
static class |
LLJava.This
Syntactic expression denoting a
this
reference. |
static class |
LLJava.VariableAccess
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.VariableRef
Syntactic expression denoting a local variable
reference.
|
Modifier and Type | Field and Description |
---|---|
protected LLJava.LoadArgument |
LLJava.Load.arg
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.LoadArgument |
LLJava.LoadArgument.doclone()
Clones this object.
|
LLJava.LoadArgument |
LLJava.Load.get_arg()
Generated by umod; model author's documentation MISSING.
|
LLJava.LoadArgument |
LLJava.LoadArgument.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.LoadArgument> |
LLJava.__Patterns.term_LoadArgument(Pattern<? super LLJava.Node> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.LoadArgument e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.LoadArgument e0) |
protected void |
LLJava.Visitor.action(LLJava.LoadArgument e0) |
protected void |
LLJava.__Formatter.action(LLJava.LoadArgument el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.LoadArgument e0) |
static LLJava.Instruction |
Factory.load(LLJava.LoadArgument arg) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.LoadArgument e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.LoadArgument e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.LoadArgument e0) |
boolean |
LLJava.Load.set_arg(LLJava.LoadArgument val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.LoadArgument el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_LoadArgument(Pattern<? super LLJava.LoadArgument> p) |
static Pattern<LLJava.Load> |
LLJava.Load.get_arg(Pattern<? super LLJava.LoadArgument> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Load> |
LLJava.__Patterns.term_Load(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.LoadArgument> p_arg) |
static Pattern<? super LLJava.LoadableExpr> |
LLJava.__Patterns.term_LoadableExpr(Pattern<? super LLJava.LoadArgument> superpattern,
Pattern<? super LLJava.Loadable> p_entry) |
static Pattern<? super LLJava.NullLiteral> |
LLJava.__Patterns.term_NullLiteral(Pattern<? super LLJava.LoadArgument> superpattern) |
static Pattern<? super LLJava.StoreArgument> |
LLJava.__Patterns.term_StoreArgument(Pattern<? super LLJava.LoadArgument> superpattern) |
Constructor and Description |
---|
Load(LLJava.LoadArgument arg)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.LoadArgument> |
LLJavaGrammar.loadArgument |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Condition |
LLJavaGrammar.condition(Reducer.Context<SourceId> context,
LLJavaLexer.TokenType operator,
LLJava.LoadArgument operand) |
protected LLJava.Condition |
LLJavaParser.condition(Reducer.Context<SourceId> context,
LLJavaLexer.TokenType operator,
LLJava.LoadArgument operand) |
protected abstract LLJava.Load |
LLJavaGrammar.loadInstruction(Reducer.Context<SourceId> context,
LLJava.LoadArgument argument) |
protected LLJava.Load |
LLJavaParser.loadInstruction(Reducer.Context<SourceId> context,
LLJava.LoadArgument argument) |
see also the complete user documentation .