public abstract static class LLJava.LoadableExpr extends LLJava.LoadArgument
ldc instruction. locationformat| Constructor and Description |
|---|
LoadableExpr()
Synthetic minimal constructor provided by the umod compiler.
|
| Modifier and Type | Method and Description |
|---|---|
LLJava.LoadableExpr |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.Loadable |
get_entry() |
static Pattern<LLJava.LoadableExpr> |
get_entry(Pattern<? super LLJava.Loadable> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.LoadableExpr |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
get_location, get_location, set_locationpublic LoadableExpr()
public LLJava.LoadableExpr doclone()
Cloneable is known
to be implemented.doclone in class LLJava.LoadArgumentpublic Format format()
format in interface Formattableformat in class LLJava.LoadArgumentpublic LLJava.LoadableExpr initFrom(Object o0)
initFrom in class LLJava.LoadArgumentpublic LLJava.Loadable get_entry()
public static Pattern<LLJava.LoadableExpr> get_entry(Pattern<? super LLJava.Loadable> p)
LLJava.__Patterns.see also the complete user documentation .