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