public class BlobCPEntry extends Object implements ConstantPoolEntry
BlobCPEntry
represents a ballerina byte array value in the constant pool.ConstantPoolEntry.EntryType
Constructor and Description |
---|
BlobCPEntry(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.