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