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, pre
location
format
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_pre
toString
get_location, get_location, set_location
protected LLJava.LoadArgument arg
LLJava.LoadArgument
(never null)public Load(LLJava.LoadArgument arg)
arg
- is copied to field arg
public LLJava.Load doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Instruction
public static String getFormatHint()
'load' arg
public Format format()
format
in interface Formattable
format
in class LLJava.Instruction
public LLJava.Load initFrom(Object o0)
initFrom
in class LLJava.Instruction
public 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)arg
public static Pattern<LLJava.Load> get_arg(Pattern<? super LLJava.LoadArgument> p)
LLJava.__Patterns
.see also the complete user documentation .