public final class ConstantFloat extends Constant implements SimpleConstant
Constant| Constructor and Description |
|---|
ConstantFloat(float floatValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ClassVisitor v) |
void |
dump(java.io.DataOutputStream file) |
java.lang.String |
getStringValue() |
java.lang.Float |
getValue() |
java.lang.String |
toString() |
public void accept(ClassVisitor v)
public final void dump(java.io.DataOutputStream file)
throws java.io.IOException
public final java.lang.String getStringValue()
getStringValue in interface SimpleConstant