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