Searched refs:CONSTANT_Double (Results 1 – 19 of 19) sorted by relevance
47 case org.apache.bcel.Const.CONSTANT_Double: in getType()60 case org.apache.bcel.Const.CONSTANT_Double: in getValue()
801 case Const.CONSTANT_Double: in addConstant()
75 return ClassConstants.CONSTANT_Double; in getTag()
42 super(Const.CONSTANT_Double); in ConstantDouble()
75 if ((tag == Const.CONSTANT_Double) || (tag == Const.CONSTANT_Long)) { in ConstantPool()119 case Const.CONSTANT_Double: in constantToString()
133 case Const.CONSTANT_Double: in toString()
154 case Const.CONSTANT_Double: in readConstant()
169 Const.CONSTANT_Double); in stringifyValue()
112 tag == ClassConstants.CONSTANT_Double) in visitLibraryClass()349 case ClassConstants.CONSTANT_Double: return new DoubleConstant(); in createConstant()
111 tag == ClassConstants.CONSTANT_Double) in visitProgramClass()969 case ClassConstants.CONSTANT_Double: return new DoubleConstant(); in createConstant()
99 tag == ClassConstants.CONSTANT_Double) in visitProgramClass()
153 constant.getTag() == ClassConstants.CONSTANT_Double) in addDoubleConstant()775 tag == ClassConstants.CONSTANT_Double) in addConstant()
50 PRIORITIES[ClassConstants.CONSTANT_Double] = 5; // Always wide index (ldc2_w).
64 public static final int CONSTANT_Double = 6; field in ClassDefinitionUtils
117 public static final int CONSTANT_Double = 6; field in ClassConstants
166 if ((tag == Constants.CONSTANT_Double) || in processConstantPool()
219 byte CONSTANT_Double = 6; field
313 public static final byte CONSTANT_Double = 6; field in Const
501 if (obj.getTag() != Const.CONSTANT_Double) { in visitConstantDouble()