Searched refs:CASTORE (Results 1 – 13 of 13) sorted by relevance
26 public class CASTORE extends ArrayInstruction implements StackConsumer { class30 public CASTORE() { in CASTORE() method in CASTORE31 super(org.apache.bcel.Const.CASTORE); in CASTORE()
78 ArrayInstruction CASTORE = new CASTORE(); field213 INSTRUCTIONS[Const.CASTORE] = CASTORE; in Clinit()
77 public static final ArrayInstruction CASTORE = new CASTORE(); field in InstructionConst208 INSTRUCTIONS[Const.CASTORE] = CASTORE;
62 case org.apache.bcel.Const.CASTORE: in getType()
252 void visitCASTORE( CASTORE obj ); in visitCASTORE()
398 public void visitCASTORE( final CASTORE obj ) { in visitCASTORE()
564 return InstructionConst.CASTORE; in createArrayStore()
620 short CASTORE = 85; field
905 public static final short CASTORE = 85; field in Const
177 testInsn(CASTORE, true); in testInsn()
152 case Opcodes.CASTORE: in visitInsn()
222 public void visitCASTORE(final CASTORE o) { in visitCASTORE()
677 public void visitCASTORE(final CASTORE o) { in visitCASTORE()