Exemplo n.º 1
0
 public Block newObject(ParameterizedType type) {
   nodes.add(TypeInstruction.newObject(type));
   return this;
 }
Exemplo n.º 2
0
 public Block newObject(Class<?> type) {
   nodes.add(TypeInstruction.newObject(type));
   return this;
 }