ConstantPool.ConstCell |
ConstantPool.FindCell(ConstantPool.ConstValue ref) |
ConstantPool.ConstCell |
ConstantPool.FindCell(Tables.ConstType tag,
ConstantPool.ConstCell value) |
ConstantPool.ConstCell |
ConstantPool.FindCell(Tables.ConstType tag,
ConstantPool.ConstCell left,
ConstantPool.ConstCell right) |
ConstantPool.ConstCell |
ConstantPool.FindCell(Tables.ConstType tag,
Integer value) |
ConstantPool.ConstCell |
ConstantPool.FindCell(Tables.ConstType tag,
Long value) |
ConstantPool.ConstCell |
ConstantPool.FindCell(Tables.ConstType tag,
String value) |
ConstantPool.ConstCell |
ConstantPool.FindCellAsciz(String str) |
ConstantPool.ConstCell |
ConstantPool.FindCellClassByName(String name) |
ConstantPool.ConstCell |
ConstantPool.FindCellModuleByName(String name) |
ConstantPool.ConstCell |
ConstantPool.FindCellPackageByName(String name) |
ConstantPool.ConstCell |
ConstantPool.getCell(int cpx) |
protected ConstantPool.ConstCell |
ParserCP.parseConstRef(Tables.ConstType defaultTag) |
protected ConstantPool.ConstCell |
ParserCP.parseConstRef(Tables.ConstType defaultTag,
Tables.ConstType default2Tag) |
protected ConstantPool.ConstCell |
ParserCP.parseConstRef(Tables.ConstType defaultTag,
Tables.ConstType default2Tag,
boolean ignoreKeywords)
Parse an instruction argument, one of: * #NUMBER, #NAME, [TAG] CONSTVALUE
|
protected ConstantPool.ConstCell |
ConstantPool.uncheckedGetCell(int cpx) |