public static class LLJava.NullLiteral extends LLJava.LoadArgument
null
value.
location
format
Constructor and Description |
---|
NullLiteral()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
LLJava.NullLiteral |
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.NullLiteral |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
get_location, get_location, set_location
public NullLiteral()
public LLJava.NullLiteral doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.LoadArgument
public static String getFormatHint()
'null'
public Format format()
format
in interface Formattable
format
in class LLJava.LoadArgument
public LLJava.NullLiteral initFrom(Object o0)
initFrom
in class LLJava.LoadArgument
see also the complete user documentation .