public static class LLJava.Store extends LLJava.Instruction
| Modifier and Type | Field and Description |
|---|---|
protected LLJava.StoreArgument |
arg
Generated by umod; model author's documentation MISSING.
|
post, prelocationformat| Constructor and Description |
|---|
Store(LLJava.StoreArgument arg)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
LLJava.Store |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.StoreArgument |
get_arg()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Store> |
get_arg(Pattern<? super LLJava.StoreArgument> 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.Store |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_arg(LLJava.StoreArgument val)
Generated by umod; model author's documentation MISSING.
|
get_post, get_post, get_pre, get_pre, set_post, set_pretoStringget_location, get_location, set_locationprotected LLJava.StoreArgument arg
LLJava.StoreArgument(never null)public Store(LLJava.StoreArgument arg)
arg - is copied to field argpublic LLJava.Store doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Instructionpublic static String getFormatHint()
'store' arg public Format format()
format in interface Formattableformat in class LLJava.Instructionpublic LLJava.Store initFrom(Object o0)
initFrom in class LLJava.Instructionpublic LLJava.StoreArgument get_arg()
LLJava.StoreArgument(never
null)public boolean set_arg(LLJava.StoreArgument val)
val - the new value of type LLJava.StoreArgument(never
null)argpublic static Pattern<LLJava.Store> get_arg(Pattern<? super LLJava.StoreArgument> p)
LLJava.__Patterns.see also the complete user documentation .