Class Type.SimpleType
java.lang.Object
org.openjdk.asmtools.jdis.notations.Type
org.openjdk.asmtools.jdis.notations.Type.SimpleType
- Enclosing class:
Type
Represents a type signature with a simple name. The name may be that of a
primitive type, such "
int, float, etc
or that of a type argument, such as T, K, V, etc.
See:
JVMS 4.3.2
BaseType:
B, C, D, F, I,
J, S, Z;
VoidDescriptor:
V;
JVMS 4.3.4
TypeVariableSignature:
T Identifier ;
-
Nested Class Summary
Nested classes/interfaces inherited from class Type
Type.ArrayType, Type.ClassSigType, Type.ClassType, Type.MethodType, Type.SimpleType, Type.TypeParamType, Type.Visitor<R,P>, Type.WildcardType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,D> R accept(Type.Visitor<R, D> visitor, D data) booleantoString()Methods inherited from class Type
append, appendIfNotEmpty, isObject