public static class Demangler.PointerTypeRef extends Demangler.TypeRef
| Modifier and Type | Field and Description |
|---|---|
Demangler.TypeRef |
pointedType |
| Constructor and Description |
|---|
Demangler.PointerTypeRef(Demangler.TypeRef pointedType) |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
getQualifiedName(StringBuilder b,
boolean generic) |
boolean |
matches(Type type,
Demangler.Annotations annotations) |
String |
toString() |
equals, getQualifiedName, matchesParampublic Demangler.TypeRef pointedType
public Demangler.PointerTypeRef(Demangler.TypeRef pointedType)
public StringBuilder getQualifiedName(StringBuilder b, boolean generic)
getQualifiedName in class Demangler.TypeRefpublic boolean matches(Type type, Demangler.Annotations annotations)
matches in class Demangler.TypeRefCopyright © 2009-2014. All Rights Reserved.