Package javassist.bytecode
Class SignatureAttribute.Type
- java.lang.Object
-
- javassist.bytecode.SignatureAttribute.Type
-
- Direct Known Subclasses:
SignatureAttribute.BaseType
,SignatureAttribute.ObjectType
- Enclosing class:
- SignatureAttribute
public abstract static class SignatureAttribute.Type extends Object
Primitive types and object types.
-
-
Constructor Summary
Constructors Constructor Description Type()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
jvmTypeName()
Returns the type name in the JVM internal style.
-
-
-
Method Detail
-
jvmTypeName
public String 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.
-
-