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