HomeSort by relevance Sort by last modified time
    Searched refs:CONSTANT_Long_info (Results 1 - 6 of 6) sorted by null

  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_Long_info.java 7 * $Id: CONSTANT_Long_info.java,v 1.1.1.1 2004/05/09 16:57:49 vlad_r Exp $
18 * The CONSTANT_Long_info and {@link CONSTANT_Double_info} represent eight-byte
21 * The unsigned high_bytes and low_bytes items of the CONSTANT_Long_info structure
29 final class CONSTANT_Long_info extends CONSTANT_literal_info
38 public CONSTANT_Long_info (final long value)
82 protected CONSTANT_Long_info (final UDataInputStream bytes) throws IOException
CONSTANT_info.java 46 * @see CONSTANT_Long_info
47 * @see CONSTANT_Long_info
76 case CONSTANT_Long_info.TAG:
77 return new CONSTANT_Long_info (bytes);
146 case CONSTANT_Long_info.TAG:
ICONSTANTVisitor.java 31 Object visit (CONSTANT_Long_info constant, Object ctx);
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 173 if ((cp_info instanceof CONSTANT_Long_info) || (cp_info instanceof CONSTANT_Double_info))
251 if (constant_value instanceof CONSTANT_Long_info)
252 m_table.setDeclaredSUID (((CONSTANT_Long_info) constant_value).m_value);
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 21 import com.vladium.jcd.cls.constant.CONSTANT_Long_info;
333 final int valueIndex = constants.add (new CONSTANT_Long_info (cls.computeSUID (true))); // ignore the added <clinit>
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 1053 milliseconds