Searched defs:Bytecode (Results 1 - 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java95 * <p>A <code>Bytecode</code> object is an unbounded array
99 * Bytecode b = new Bytecode(cp, 1, 0);
113 public class Bytecode extends ByteVector implements Cloneable, Opcode { class in inherits:ByteVector,Cloneable,Opcode
116 * constant pool table given to this <code>Bytecode</code> object.
126 * Constructs a <code>Bytecode</code> object with an empty bytecode
138 public Bytecode(ConstPool cp, int stacksize, int localvars) { method in class:Bytecode
147 * Constructs a <code>Bytecode</code> object with an empty bytecode
152 * @see Bytecode#setMaxStack(int)
153 * @see Bytecode#setMaxLocal
155 public Bytecode(ConstPool cp) { method in class:Bytecode
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 128 milliseconds