public interface ConstantPool
ConstantPool represents a table of symbolic information about constants, functions, actions, connectors,
structs etc.| Modifier and Type | Method and Description |
|---|---|
int |
addCPEntry(ConstantPoolEntry cpEntry) |
ConstantPoolEntry[] |
getConstPoolEntries() |
ConstantPoolEntry |
getCPEntry(int index) |
int |
getCPEntryIndex(ConstantPoolEntry cpEntry) |
int addCPEntry(ConstantPoolEntry cpEntry)
ConstantPoolEntry getCPEntry(int index)
int getCPEntryIndex(ConstantPoolEntry cpEntry)
ConstantPoolEntry[] getConstPoolEntries()
Copyright © 2018 WSO2. All rights reserved.