public static class LLJava.SlotReference extends LLJava.VariableAccess
Modifier and Type | Field and Description |
---|---|
protected int |
index
Generated by umod; model author's documentation MISSING.
|
protected boolean |
wide
Generated by umod; model author's documentation MISSING.
|
target
location
format
Constructor and Description |
---|
SlotReference(int index)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
SlotReference(int index,
boolean wide)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.SlotReference |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
int |
get_index()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.SlotReference> |
get_index(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
get_wide()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.SlotReference> |
get_wide(Pattern<? super Boolean> 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.SlotReference |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_index(int val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_wide(boolean val)
Generated by umod; model author's documentation MISSING.
|
get_target, get_target, set_target
get_location, get_location, set_location
protected int index
get_index()
,
set_index(int)
protected boolean wide
get_wide()
,
set_wide(boolean)
public SlotReference(int index, boolean wide)
public SlotReference(int index)
index
- is copied to field index
public LLJava.SlotReference doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.VariableAccess
public static String getFormatHint()
'$'index
public Format format()
format
in interface Formattable
format
in class LLJava.VariableAccess
public LLJava.SlotReference initFrom(Object o0)
initFrom
in class LLJava.VariableAccess
public int get_index()
public boolean set_index(int val)
val
- the new value of type int(never null)index
public boolean get_wide()
public boolean set_wide(boolean val)
val
- the new value of type boolean(never null)wide
public static Pattern<LLJava.SlotReference> get_index(Pattern<? super Integer> p)
LLJava.__Patterns
.public static Pattern<LLJava.SlotReference> get_wide(Pattern<? super Boolean> p)
LLJava.__Patterns
.see also the complete user documentation .