Package org.aspectj.weaver.ast
Class And
- java.lang.Object
-
- org.aspectj.weaver.ast.ASTNode
-
- org.aspectj.weaver.ast.Test
-
- org.aspectj.weaver.ast.And
-
public class And extends Test
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ITestVisitor v)booleanequals(Object other)TestgetLeft()TestgetRight()StringtoString()-
Methods inherited from class org.aspectj.weaver.ast.Test
makeAnd, makeCall, makeFieldGetCall, makeHasAnnotation, makeInstanceof, makeNot, makeOr
-
-
-
-
Method Detail
-
accept
public void accept(ITestVisitor v)
-
getLeft
public Test getLeft()
-
getRight
public Test getRight()
-
-