Home
last modified time | relevance | path

Searched refs:constant_items (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-bcel/src/examples/
DClassDumper.java52 private Constant[] constant_items; // collection of constants field in ClassDumper
146 constant_items = new Constant[constant_pool_count]; in processConstantPool()
147 constant_pool = new ConstantPool(constant_items); in processConstantPool()
153 constant_items[i] = Constant.readConstant(file); in processConstantPool()
162 System.out.println(constant_items[i]); in processConstantPool()
165 tag = constant_items[i].getTag(); in processConstantPool()
342 Constant c = constant_items[index]; in constantToString()