public abstract static class LLJava.CodeRef extends LLJava.Node
get_location, location
format
Constructor and Description |
---|
CodeRef()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
LLJava.CodeRef |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.CodeRef |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
get_location, get_location, set_location
public CodeRef()
public LLJava.CodeRef doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Node
public Format format()
format
in interface Formattable
format
in class LLJava.Node
public LLJava.CodeRef initFrom(java.lang.Object o0)
initFrom
in class LLJava.Node
see also the complete user documentation .