public Block newObject(ParameterizedType type) { nodes.add(TypeInstruction.newObject(type)); return this; }
public Block newObject(Class<?> type) { nodes.add(TypeInstruction.newObject(type)); return this; }