public static class LLJava.Pop extends LLJava.Instruction
post, pre
location
format
Constructor and Description |
---|
Pop()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Pop |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.Pop |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
get_post, get_post, get_pre, get_pre, set_post, set_pre
toString
get_location, get_location, set_location
public Pop()
public LLJava.Pop doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Instruction
public static String getFormatHint()
'pop'
public Format format()
format
in interface Formattable
format
in class LLJava.Instruction
public LLJava.Pop initFrom(Object o0)
initFrom
in class LLJava.Instruction
see also the complete user documentation .