public abstract static class LLJava.Arith extends LLJava.Instruction
get_post, get_pre, post, pre
get_location, location
format
Constructor and Description |
---|
Arith()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Arith |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.Arith |
initFrom(java.lang.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 Arith()
public LLJava.Arith doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Instruction
public Format format()
format
in interface Formattable
format
in class LLJava.Instruction
public LLJava.Arith initFrom(java.lang.Object o0)
initFrom
in class LLJava.Instruction
see also the complete user documentation .