public static class LLJava.ArrayAccess extends LLJava.StoreArgument
| Modifier and Type | Field and Description |
|---|---|
protected LLJava.Type |
type
Generated by umod; model author's documentation MISSING.
|
locationformat| Constructor and Description |
|---|
ArrayAccess()
Synthetic minimal constructor provided by the umod compiler.
|
| Modifier and Type | Method and Description |
|---|---|
LLJava.ArrayAccess |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.Type |
get_type()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.ArrayAccess> |
get_type(Pattern<? super LLJava.Type> 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.ArrayAccess |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_type(LLJava.Type val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_locationprotected LLJava.Type type
LLJava.Type(maybe null)public ArrayAccess()
public LLJava.ArrayAccess doclone()
Cloneable is known
to be implemented.doclone in class LLJava.StoreArgumentpublic static String getFormatHint()
'[]' public Format format()
format in interface Formattableformat in class LLJava.StoreArgumentpublic LLJava.ArrayAccess initFrom(Object o0)
initFrom in class LLJava.StoreArgumentpublic LLJava.Type get_type()
LLJava.Type(maybe null)public boolean set_type(LLJava.Type val)
val - the new value of type LLJava.Type(maybe null)typepublic static Pattern<LLJava.ArrayAccess> get_type(Pattern<? super LLJava.Type> p)
LLJava.__Patterns.see also the complete user documentation .