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.
|
Modifier and Type | Field and Description |
---|---|
protected LLJava.Strategy |
LLJava.Invoke.strategy
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Strategy |
LLJava.Invoke.get_strategy()
Generated by umod; model author's documentation MISSING.
|
static LLJava.Strategy |
LLJava.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LLJava.Strategy[] |
LLJava.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LLJava.Invoke.set_strategy(LLJava.Strategy val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
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) |
see also the complete user documentation .