public static class Demangler.PointerTypeRef extends Demangler.TypeRef
Modifier and Type | Field and Description |
---|---|
boolean |
isConst |
boolean |
isReference |
Demangler.TypeRef |
pointedType |
Constructor and Description |
---|
PointerTypeRef(Demangler.TypeRef pointedType,
boolean isConst,
boolean isReference) |
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 boolean isReference
public boolean isConst
public PointerTypeRef(Demangler.TypeRef pointedType, boolean isConst, boolean isReference)
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-2015. All Rights Reserved.