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 | Method and Description |
---|---|
LLJava.Invoke |
LLJava.Invoke.doclone()
Clones this object.
|
LLJava.Invoke |
LLJava.Invoke.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.Invoke> |
LLJava.Invoke.get_modifiers(Pattern<? super EnumSet<LLJava.Modifier>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Invoke> |
LLJava.Invoke.get_strategy(Pattern<? super LLJava.Strategy> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Invoke e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Invoke e0) |
protected void |
LLJava.Visitor.action(LLJava.Invoke e0) |
protected void |
LLJava.__Formatter.action(LLJava.Invoke el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Invoke e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Invoke e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Invoke e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Invoke e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Invoke el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Invoke(Pattern<? super LLJava.Invoke> p) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.Invoke x) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Invoke> |
LLJavaGrammar.invokeInstruction |
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Invoke> |
LLJavaGrammar.invokeInstructionNonrecursive |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Invoke |
LLJavaGrammar.invokeInstruction(Reducer.Context<SourceId> context,
Void dummy,
List<LLJava.ModifierExpr> modifiers,
LLJava.MethodReference ref) |
protected LLJava.Invoke |
LLJavaParser.invokeInstruction(Reducer.Context<SourceId> context,
Void dummy,
List<LLJava.ModifierExpr> modifiers,
LLJava.MethodReference ref) |
see also the complete user documentation .