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.
|
locationformat| 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_locationprotected LLJava.Slot target
LLJava.Slot(maybe null)public VariableAccess()
public LLJava.VariableAccess doclone()
Cloneable is known
to be implemented.doclone in class LLJava.StoreArgumentpublic Format format()
format in interface Formattableformat in class LLJava.StoreArgumentpublic LLJava.VariableAccess initFrom(Object o0)
initFrom in class LLJava.StoreArgumentpublic 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)targetpublic static Pattern<LLJava.VariableAccess> get_target(Pattern<? super LLJava.Slot> p)
LLJava.__Patterns.see also the complete user documentation .