public class FloatCPEntry extends Object implements ConstantPoolEntry
FloatCPEntry represents a Ballerina float value in the constant pool.ConstantPoolEntry.EntryType| Constructor and Description |
|---|
FloatCPEntry(double value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ConstantPoolEntry.EntryType |
getEntryType() |
double |
getValue() |
int |
hashCode() |
public double getValue()
public ConstantPoolEntry.EntryType getEntryType()
getEntryType in interface ConstantPoolEntryCopyright © 2018 WSO2. All rights reserved.