Exemplo n.º 1
0
 public static BytecodeBipush at(BytecodeStream bcs) {
   return new BytecodeBipush(bcs.method(), bcs.bci());
 }
Exemplo n.º 2
0
 public static BytecodeFastAAccess0 at(BytecodeStream bcs) {
   return new BytecodeFastAAccess0(bcs.method(), bcs.bci());
 }
Exemplo n.º 3
0
 public static BytecodeGetField at(BytecodeStream bcs) {
   return new BytecodeGetField(bcs.method(), bcs.bci());
 }