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