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.FieldAccess
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Get
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Invoke
Syntactic expression denoting a variant of the
invoke
instruction family. |
static class |
LLJava.Put
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected LLJava.MethodHandleTarget |
LLJava.MethodHandleExpr.target
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.MethodHandleTarget |
LLJava.MethodHandleTarget.doclone()
Clones this object.
|
LLJava.MethodHandleTarget |
LLJava.MethodHandleExpr.get_target()
Generated by umod; model author's documentation MISSING.
|
LLJava.MethodHandleTarget |
LLJava.MethodHandleTarget.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.MethodHandleTarget> |
LLJava.MethodHandleTarget.get_target(Pattern<? super LLJava.MemberReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.MethodHandleTarget> |
LLJava.__Patterns.term_MethodHandleTarget(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.MemberReference> p_target) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.MethodHandleTarget e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.MethodHandleTarget e0) |
protected void |
LLJava.Visitor.action(LLJava.MethodHandleTarget e0) |
protected void |
LLJava.__Formatter.action(LLJava.MethodHandleTarget el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.MethodHandleTarget e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.MethodHandleTarget e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.MethodHandleTarget e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.MethodHandleTarget e0) |
boolean |
LLJava.MethodHandleExpr.set_target(LLJava.MethodHandleTarget val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.MethodHandleTarget el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_MethodHandleTarget(Pattern<? super LLJava.MethodHandleTarget> p) |
static Pattern<LLJava.MethodHandleExpr> |
LLJava.MethodHandleExpr.get_target(Pattern<? super LLJava.MethodHandleTarget> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.FieldAccess> |
LLJava.__Patterns.term_FieldAccess(Pattern<? super LLJava.MethodHandleTarget> superpattern,
Pattern<? super Boolean> p_statically) |
static Pattern<? super LLJava.Invoke> |
LLJava.__Patterns.term_Invoke(Pattern<? super LLJava.MethodHandleTarget> superpattern,
Pattern<? super EnumSet<LLJava.Modifier>> p_modifiers,
Pattern<? super LLJava.Strategy> p_strategy) |
static Pattern<? super LLJava.MethodHandleExpr> |
LLJava.__Patterns.term_MethodHandleExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.MethodHandleTarget> p_target) |
Constructor and Description |
---|
MethodHandleExpr(LLJava.MethodHandleTarget target)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.MethodHandleTarget> |
LLJavaGrammar.methodHandleTarget |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.MethodHandleExpr |
LLJavaGrammar.methodHandle(Reducer.Context<SourceId> context,
LLJava.MethodHandleTarget target) |
protected LLJava.MethodHandleExpr |
LLJavaParser.methodHandle(Reducer.Context<SourceId> context,
LLJava.MethodHandleTarget target) |
see also the complete user documentation .