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.codec | |
eu.bandm.tools.lljava.parser |
Modifier and Type | Class and Description |
---|---|
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.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.StringLiteral
Syntactic expression denoting a
String
literal. |
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.LoadableExpr> |
LLJava.MemberDynamicName.bootstrapArguments
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.LoadableExpr |
LLJava.LoadableExpr.doclone()
Clones this object.
|
LLJava.LoadableExpr |
LLJava.LoadableExpr.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<LLJava.LoadableExpr> |
LLJava.MemberDynamicName.get_bootstrapArguments()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.LoadableExpr> |
LLJava.LoadableExpr.get_entry(Pattern<? super LLJava.Loadable> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.LoadableExpr> |
LLJava.__Patterns.term_LoadableExpr(Pattern<? super LLJava.LoadArgument> superpattern,
Pattern<? super LLJava.Loadable> p_entry) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.LoadableExpr e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.LoadableExpr e0) |
protected void |
LLJava.Visitor.action(LLJava.LoadableExpr e0) |
protected void |
LLJava.__Formatter.action(LLJava.LoadableExpr el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.LoadableExpr e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.LoadableExpr e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.LoadableExpr e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.LoadableExpr e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.LoadableExpr el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_LoadableExpr(Pattern<? super LLJava.LoadableExpr> p) |
static Pattern<LLJava.MemberDynamicName> |
LLJava.MemberDynamicName.get_bootstrapArguments(Pattern<? super CheckedList<LLJava.LoadableExpr>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
LLJava.MemberDynamicName.set_bootstrapArguments(CheckedList<LLJava.LoadableExpr> val)
Generated by umod; model author's documentation MISSING.
|
static Pattern<? super LLJava.ClassExpr> |
LLJava.__Patterns.term_ClassExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.ClassTypeExpr> p_type) |
static Pattern<? super LLJava.DynamicExpr> |
LLJava.__Patterns.term_DynamicExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.MemberDynamicName> p_fullName) |
static Pattern<? super LLJava.Literal> |
LLJava.__Patterns.term_Literal(Pattern<? super LLJava.LoadableExpr> superpattern) |
static Pattern<? super LLJava.MemberDynamicName> |
LLJava.__Patterns.term_MemberDynamicName(Pattern<? super LLJava.MemberFullName> superpattern,
Pattern<? super LLJava.MethodHandleExpr> p_factory,
Pattern<? super CheckedList<LLJava.LoadableExpr>> p_bootstrapArguments) |
static Pattern<? super LLJava.MethodHandleExpr> |
LLJava.__Patterns.term_MethodHandleExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.MethodHandleTarget> p_target) |
static Pattern<? super LLJava.MethodTypeExpr> |
LLJava.__Patterns.term_MethodTypeExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.ResultExpr> p_result,
Pattern<? super CheckedList<LLJava.TypeExpr>> p_parameters) |
Constructor and Description |
---|
MemberDynamicName(LLJava.Id name,
LLJava.MethodHandleExpr factory,
CheckedList<LLJava.LoadableExpr> bootstrapArguments)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
protected LLJava.LoadableExpr |
Decoder.loadable(int index) |
protected LLJava.LoadableExpr |
Decoder.loadable(LLJava.Loadable entry) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.LoadableExpr> |
LLJavaGrammar.loadable |
Modifier and Type | Method and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.LoadableExpr> |
LLJavaGrammar.loadable(Expression<SourceId,LLJavaLexer.TokenType,LLJava.LoadableExpr> loadable) |
see also the complete user documentation .