public static class LLJava.VariableRef extends LLJava.VariableAccess
| Modifier and Type | Field and Description |
|---|---|
protected LLJava.Name |
name
Generated by umod; model author's documentation MISSING.
|
targetlocationformat| Constructor and Description |
|---|
VariableRef(LLJava.Name name)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
LLJava.VariableRef |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.Name |
get_name()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.VariableRef> |
get_name(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.VariableRef |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_name(LLJava.Name val)
Generated by umod; model author's documentation MISSING.
|
get_target, get_target, set_targetget_location, get_location, set_locationprotected LLJava.Name name
LLJava.Name(never null)public VariableRef(LLJava.Name name)
name - is copied to field namepublic LLJava.VariableRef doclone()
Cloneable is known
to be implemented.doclone in class LLJava.VariableAccesspublic static String getFormatHint()
name public Format format()
format in interface Formattableformat in class LLJava.VariableAccesspublic LLJava.VariableRef initFrom(Object o0)
initFrom in class LLJava.VariableAccesspublic LLJava.Name get_name()
LLJava.Name(never null)public boolean set_name(LLJava.Name val)
val - the new value of type LLJava.Name(never null)namepublic static Pattern<LLJava.VariableRef> get_name(Pattern<? super LLJava.Name> p)
LLJava.__Patterns.see also the complete user documentation .