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 | Method and Description |
---|---|
LLJava.DynamicExpr |
LLJava.DynamicExpr.doclone()
Clones this object.
|
LLJava.DynamicExpr |
LLJava.DynamicExpr.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.DynamicExpr> |
LLJava.DynamicExpr.get_fullName(Pattern<? super LLJava.MemberDynamicName> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.DynamicExpr> |
LLJava.DynamicExpr.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.DynamicExpr e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.DynamicExpr e0) |
protected void |
LLJava.Visitor.action(LLJava.DynamicExpr e0) |
protected void |
LLJava.__Formatter.action(LLJava.DynamicExpr el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.DynamicExpr e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.DynamicExpr e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.DynamicExpr e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.DynamicExpr e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.DynamicExpr el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_DynamicExpr(Pattern<? super LLJava.DynamicExpr> p) |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.DynamicExpr |
LLJavaGrammar.dynamicReference(Reducer.Context<SourceId> context,
LLJava.TypeExpr type,
LLJava.MemberDynamicName fullName) |
protected LLJava.DynamicExpr |
LLJavaParser.dynamicReference(Reducer.Context<SourceId> context,
LLJava.TypeExpr type,
LLJava.MemberDynamicName fullName) |
Modifier and Type | Method and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.DynamicExpr> |
LLJavaGrammar.dynamicReference(Expression<SourceId,LLJavaLexer.TokenType,LLJava.LoadableExpr> loadable) |
see also the complete user documentation .