public static class LLJava.Invoke extends LLJava.MethodHandleTarget
invoke
instruction family. Modifier and Type | Field and Description |
---|---|
protected EnumSet<LLJava.Modifier> |
modifiers
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Strategy |
strategy
Generated by umod; model author's documentation MISSING.
|
protected LLJava.MethodReference |
target
Generated by umod; model author's documentation MISSING.
|
post, pre
location
format
Constructor and Description |
---|
Invoke(LLJava.MethodReference target)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
void |
descend_modifiers(LLJava.MATCH_ONLY_00 visitor) |
LLJava.Invoke |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
EnumSet<LLJava.Modifier> |
get_modifiers()
Generated by umod; model author's documentation MISSING.
|
static Pattern<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.
|
LLJava.Strategy |
get_strategy()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Invoke> |
get_strategy(Pattern<? super LLJava.Strategy> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.MethodReference |
get_target()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.Invoke |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_modifiers(EnumSet<LLJava.Modifier> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_strategy(LLJava.Strategy val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_target(LLJava.MemberReference val)
Generated by umod; model author's documentation MISSING.
|
get_target
get_post, get_post, get_pre, get_pre, set_post, set_pre
toString
get_location, get_location, set_location
protected EnumSet<LLJava.Modifier> modifiers
EnumSet
<LLJava.Modifier
(never null)>(never null)protected LLJava.Strategy strategy
LLJava.Strategy
(maybe null)protected LLJava.MethodReference target
LLJava.MethodReference
(never
null)public Invoke(LLJava.MethodReference target)
target
- is copied to field target
public LLJava.Invoke doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.MethodHandleTarget
public static String getFormatHint()
'invoke' |modifiers{$java
'FormatUtils.modifier'}[, , /],target
public Format format()
format
in interface Formattable
format
in class LLJava.MethodHandleTarget
public LLJava.Invoke initFrom(Object o0)
initFrom
in class LLJava.MethodHandleTarget
public EnumSet<LLJava.Modifier> get_modifiers()
EnumSet
<LLJava.Modifier
(never null)>(never
null)public boolean set_modifiers(EnumSet<LLJava.Modifier> val)
val
- the new value of type EnumSet
<LLJava.Modifier
(never null)>(never null)modifiers
public void descend_modifiers(LLJava.MATCH_ONLY_00 visitor)
public LLJava.Strategy get_strategy()
LLJava.Strategy
(maybe
null)public boolean set_strategy(LLJava.Strategy val)
val
- the new value of type LLJava.Strategy
(maybe null)strategy
public LLJava.MethodReference get_target()
get_target
in class LLJava.MethodHandleTarget
LLJava.MethodReference
(never
null)public boolean set_target(LLJava.MemberReference val)
val
- the new value of type LLJava.MethodReference
(never
null)target
public static Pattern<LLJava.Invoke> get_modifiers(Pattern<? super EnumSet<LLJava.Modifier>> p)
LLJava.__Patterns
.public static Pattern<LLJava.Invoke> get_strategy(Pattern<? super LLJava.Strategy> p)
LLJava.__Patterns
.see also the complete user documentation .