Modifier and Type | Field and Description |
---|---|
private final TypeDescription | typeDescription
The type that is being created. |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public StackManipulation. | apply(MethodVisitor
The method visitor used to write the method implementation to. methodVisitor, Implementation.The context of the current implementation. implementationContextImplements net. |
public static StackManipulation | Returns: A stack manipulation that represents the creation of the given type.The type to be created. typeDescription)Creates a type creation for the given type. |
typeDescription | back to summary |
---|---|
private final TypeDescription typeDescription The type that is being created. |
TypeCreation | back to summary |
---|---|
protected TypeCreation(TypeDescription typeDescription) Constructs a new type creation.
|
apply | back to summary |
---|---|
public StackManipulation. Implements net. Doc from net. Applies the stack manipulation that is described by this instance.
|
of | back to summary |
---|---|
public static StackManipulation of(TypeDescription typeDescription) Creates a type creation for the given type.
|