public abstract static class LLJava.LoadableExpr extends LLJava.LoadArgument
ldc
instruction. location
format
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_location
public LoadableExpr()
public LLJava.LoadableExpr doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.LoadArgument
public Format format()
format
in interface Formattable
format
in class LLJava.LoadArgument
public LLJava.LoadableExpr initFrom(Object o0)
initFrom
in class LLJava.LoadArgument
public LLJava.Loadable get_entry()
public static Pattern<LLJava.LoadableExpr> get_entry(Pattern<? super LLJava.Loadable> p)
LLJava.__Patterns
.see also the complete user documentation .