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