public abstract static class LLJava.ConstantPoolEntry extends Object implements Cloneable, Formattable
load
instructions may be optimized away by selecting a
specialized instruction. format
Constructor and Description |
---|
ConstantPoolEntry()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
LLJava.ConstantPoolEntry |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.ConstantPoolEntry |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
public ConstantPoolEntry()
public LLJava.ConstantPoolEntry doclone()
Cloneable
is known
to be implemented.public Format format()
format
in interface Formattable
public LLJava.ConstantPoolEntry initFrom(Object o0)
see also the complete user documentation .