HomeSort by relevance Sort by last modified time
    Searched defs:makeChar (Results 1 - 2 of 2) sorted by null

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
InstructionFinder.java 98 buf[i] = makeChar(handles[i].getInstruction().getOpcode());
118 return "" + makeChar(i);
282 private static char makeChar( final short opcode ) {
347 map.put("lconst", new String(new char[] { '(', makeChar(Const.LCONST_0), '|', makeChar(Const.LCONST_1), ')' }));
348 map.put("dconst", new String(new char[] { '(', makeChar(Const.DCONST_0), '|', makeChar(Const.DCONST_1), ')' }));
349 map.put("fconst", new String(new char[] { '(', makeChar(Const.FCONST_0), '|', makeChar(Const.FCONST_1), '|', makeChar(Const.FCONST_2), ')' }))
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 70 milliseconds