SignatureAttribute.BaseType
, SignatureAttribute.ObjectType
public abstract static class SignatureAttribute.Type extends Object
Constructor | Description |
---|---|
Type() |
Modifier and Type | Method | Description |
---|---|---|
String |
jvmTypeName() |
Returns the type name in the JVM internal style.
|
public String jvmTypeName()
foo.Bar.Baz
,
then foo.Bar$Baz
is returned.Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.