public abstract static class Demangler.TypeRef extends Object implements Demangler.TemplateArg
Constructor and Description |
---|
TypeRef() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getQualifiedName(boolean generic) |
abstract StringBuilder |
getQualifiedName(StringBuilder b,
boolean generic) |
boolean |
matches(Type type,
Demangler.Annotations annotations) |
boolean |
matchesParam(Object param,
Demangler.Annotations annotations) |
public TypeRef()
public abstract StringBuilder getQualifiedName(StringBuilder b, boolean generic)
public String getQualifiedName(boolean generic)
public boolean matchesParam(Object param, Demangler.Annotations annotations)
matchesParam
in interface Demangler.TemplateArg
public boolean matches(Type type, Demangler.Annotations annotations)
Copyright © 2009-2020. All Rights Reserved.