public class HasAnnotation extends Test
| Constructor and Description |
|---|
HasAnnotation(Var v,
ResolvedType annType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ITestVisitor v) |
boolean |
equals(java.lang.Object other) |
UnresolvedType |
getAnnotationType() |
Var |
getVar() |
int |
hashCode() |
java.lang.String |
toString() |
makeAnd, makeCall, makeFieldGetCall, makeHasAnnotation, makeInstanceof, makeNot, makeOrpublic HasAnnotation(Var v, ResolvedType annType)
public void accept(ITestVisitor v)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic Var getVar()
public UnresolvedType getAnnotationType()