public static class Demangler.PointerTypeRef extends Demangler.TypeRef
Modifier and Type | Field and Description |
---|---|
Demangler.TypeRef |
pointedType |
Constructor and Description |
---|
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, matchesParam
public Demangler.TypeRef pointedType
public PointerTypeRef(Demangler.TypeRef pointedType)
public StringBuilder getQualifiedName(StringBuilder b, boolean generic)
getQualifiedName
in class Demangler.TypeRef
public boolean matches(Type type, Demangler.Annotations annotations)
matches
in class Demangler.TypeRef
Copyright © 2009-2020. All Rights Reserved.