Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DConstantLong.java33 public final class ConstantLong extends Constant implements ConstantObject { class
41 public ConstantLong(final long bytes) { in ConstantLong() method in ConstantLong
50 public ConstantLong(final ConstantLong c) { in ConstantLong() method in ConstantLong
61 ConstantLong(final DataInput file) throws IOException { in ConstantLong() method in ConstantLong
DSimpleElementValue.java101 final ConstantLong j = (ConstantLong) super.getConstantPool().getConstant(getIndex()); in getValueLong()
164 final ConstantLong j = (ConstantLong) cpool.getConstant(getIndex(), in stringifyValue()
DVisitor.java47 void visitConstantLong(ConstantLong obj); in visitConstantLong()
DConstantValue.java128 buf = String.valueOf(((ConstantLong) c).getBytes()); in toString()
DEmptyVisitor.java111 public void visitConstantLong(final ConstantLong obj) in visitConstantLong()
DConstant.java153 return new ConstantLong(input); in readConstant()
DConstantPool.java126 str = String.valueOf(((ConstantLong) c).getBytes()); in constantToString()
DDescendingVisitor.java337 public void visitConstantLong(final ConstantLong constant) in visitConstantLong()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DConstantPoolGen.java33 import org.apache.bcel.classfile.ConstantLong;
187 } else if (c instanceof ConstantLong) { in ConstantPoolGen()
452 if (constants[i] instanceof ConstantLong) { in lookupLong()
453 final ConstantLong c = (ConstantLong) constants[i]; in lookupLong()
476 constants[index] = new ConstantLong(n); in addLong()
806 return addLong(((ConstantLong) c).getBytes()); in addConstant()
DSimpleElementValueGen.java26 import org.apache.bcel.classfile.ConstantLong;
215 final ConstantLong j = (ConstantLong) getConstantPool().getConstant(idx); in stringifyValue()
DLDC2_W.java59 return Long.valueOf(((org.apache.bcel.classfile.ConstantLong) c).getBytes()); in getValue()
/external/apache-commons-bcel/docs/eps/
Dconstantpool.fig207 4 0 0 923 -1 16 10 1.5708 4 135 990 1479 9665 ConstantLong\001
/external/apache-commons-bcel/src/test/java/org/apache/bcel/visitors/
DCounterVisitor.java34 import org.apache.bcel.classfile.ConstantLong;
232 public void visitConstantLong(final ConstantLong obj) in visitConstantLong()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DStringRepresentation.java34 import org.apache.bcel.classfile.ConstantLong;
206 public void visitConstantLong(final ConstantLong obj) { in visitConstantLong()
DPass2Verifier.java41 import org.apache.bcel.classfile.ConstantLong;
355 CONST_Long = ConstantLong.class; in CPESSC_Visitor()
493 public void visitConstantLong(final ConstantLong obj) { in visitConstantLong()
DPass3aVerifier.java33 import org.apache.bcel.classfile.ConstantLong;
564 if (! ( (c instanceof ConstantLong) || in visitLDC2_W()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java27 import org.apache.bcel.classfile.ConstantLong;
1077 if (c instanceof ConstantLong) { in visitLDC2_W()
DInstConstraintVisitor.java29 import org.apache.bcel.classfile.ConstantLong;
2418 if (! ( ( c instanceof ConstantLong) || in visitLDC2_W()
/external/apache-commons-bcel/docs/
Dclassfile.mdl278 (object Class "ConstantLong"
1896 (object ClassView "Class" "Logical View::ConstantLong" @95
1908 label "ConstantLong")
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...