public abstract static class LLJava.VariableAccess extends LLJava.StoreArgument
Modifier and Type | Field and Description |
---|---|
protected LLJava.Slot |
target
Generated by umod; model author's documentation MISSING.
|
location
format
Constructor and Description |
---|
VariableAccess()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
LLJava.VariableAccess |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.Slot |
get_target()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.VariableAccess> |
get_target(Pattern<? super LLJava.Slot> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.VariableAccess |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_target(LLJava.Slot val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_location
protected LLJava.Slot target
LLJava.Slot
(maybe null)public VariableAccess()
public LLJava.VariableAccess doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.StoreArgument
public Format format()
format
in interface Formattable
format
in class LLJava.StoreArgument
public LLJava.VariableAccess initFrom(Object o0)
initFrom
in class LLJava.StoreArgument
public LLJava.Slot get_target()
LLJava.Slot
(maybe null)public boolean set_target(LLJava.Slot val)
val
- the new value of type LLJava.Slot
(maybe null)target
public static Pattern<LLJava.VariableAccess> get_target(Pattern<? super LLJava.Slot> p)
LLJava.__Patterns
.see also the complete user documentation .