public abstract static class SignatureAttribute.Type extends Object
Constructor and Description |
---|
Type() |
Modifier and Type | Method and 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 © 2016 Shigeru Chiba, www.javassist.org. All rights reserved.