Package javassist.bytecode
Class SignatureAttribute.Type
java.lang.Object
javassist.bytecode.SignatureAttribute.Type
- Direct Known Subclasses:
SignatureAttribute.BaseType
,SignatureAttribute.ObjectType
- Enclosing class:
SignatureAttribute
Primitive types and object types.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type name in the JVM internal style.
-
Constructor Details
-
Type
public Type()
-
-
Method Details
-
jvmTypeName
Returns the type name in the JVM internal style. For example, if the type is a nested classfoo.Bar.Baz
, thenfoo.Bar$Baz
is returned.
-