HomeSort by relevance Sort by last modified time
    Searched refs:Bytecode (Results 26 - 30 of 30) sorted by null

12

  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 2 * Javassist, a Java-bytecode translator toolkit.
19 import javassist.bytecode.*;
33 public MemberCodeGen(Bytecode b, CtClass cc, ClassPool cp) {
79 bytecode.addAload(0);
80 bytecode.addInvokespecial(MemberResolver.getSuperclass(thisClass),
105 private void jsrJmp(Bytecode b) {
111 protected boolean doit(Bytecode b, int opcode) {
159 protected boolean doit(Bytecode b, int opcode) {
189 Bytecode bc = bytecode;
    [all...]
CodeGen.java 2 * Javassist, a Java-bytecode translator toolkit.
21 import javassist.bytecode.*;
35 protected Bytecode bytecode; field in class:CodeGen
61 protected abstract boolean doit(Bytecode b, int opcode);
82 public CodeGen(Bytecode b) {
83 bytecode = b;
105 public int getMaxLocals() { return bytecode.getMaxLocals(); }
108 bytecode.setMaxLocals(n);
112 bytecode.incMaxLocals(size)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
93 * A utility class for producing a bytecode sequence.
95 * <p>A <code>Bytecode</code> object is an unbounded array
96 * containing bytecode. For example,
99 * Bytecode b = new Bytecode(cp, 1, 0);
104 * <p>This program produces a Code attribute including a bytecode
113 public class Bytecode extends ByteVector implements Cloneable, Opcode {
116 * constant pool table given to this <code>Bytecode</code> object
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 100 milliseconds

12