Package org.aspectj.weaver.ast
Class Instanceof
- java.lang.Object
-
- org.aspectj.weaver.ast.ASTNode
-
- org.aspectj.weaver.ast.Test
-
- org.aspectj.weaver.ast.Instanceof
-
public class Instanceof extends Test
-
-
Constructor Summary
Constructors Constructor Description Instanceof(Var left, UnresolvedType right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ITestVisitor v)booleanequals(Object other)UnresolvedTypegetType()VargetVar()inthashCode()StringtoString()-
Methods inherited from class org.aspectj.weaver.ast.Test
makeAnd, makeCall, makeFieldGetCall, makeHasAnnotation, makeInstanceof, makeNot, makeOr
-
-
-
-
Constructor Detail
-
Instanceof
public Instanceof(Var left, UnresolvedType right)
-
-
Method Detail
-
accept
public void accept(ITestVisitor v)
-
getVar
public Var getVar()
-
getType
public UnresolvedType getType()
-
-