public abstract static class LLJava.Literal extends LLJava.LoadableExpr
String literal. locationformat| Constructor and Description |
|---|
Literal()
Synthetic minimal constructor provided by the umod compiler.
|
| Modifier and Type | Method and Description |
|---|---|
LLJava.Literal |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.Literal |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
get_entry, get_entryget_location, get_location, set_locationpublic Literal()
public LLJava.Literal doclone()
Cloneable is known
to be implemented.doclone in class LLJava.LoadableExprpublic Format format()
format in interface Formattableformat in class LLJava.LoadableExprpublic LLJava.Literal initFrom(Object o0)
initFrom in class LLJava.LoadableExprsee also the complete user documentation .