public static class LLJava.Or extends LLJava.ArithInstruction
post, pre
location
format
Constructor and Description |
---|
Or()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Or |
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.Or |
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 Or()
public LLJava.Or doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.ArithInstruction
public static String getFormatHint()
'or'
public Format format()
format
in interface Formattable
format
in class LLJava.ArithInstruction
public LLJava.Or initFrom(Object o0)
initFrom
in class LLJava.ArithInstruction
see also the complete user documentation .