Package org.aspectj.weaver.ast
Class Expr
- java.lang.Object
-
- org.aspectj.weaver.ast.ASTNode
-
- org.aspectj.weaver.ast.Expr
-
-
Constructor Summary
Constructors Constructor Description Expr()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidaccept(IExprVisitor v)abstract ResolvedTypegetType()static CallExprmakeCallExpr(Member member, Expr[] exprs, ResolvedType returnType)
-
-
-
Field Detail
-
NONE
public static final Expr[] NONE
-
-
Method Detail
-
accept
public abstract void accept(IExprVisitor v)
-
getType
public abstract ResolvedType getType()
-
makeCallExpr
public static CallExpr makeCallExpr(Member member, Expr[] exprs, ResolvedType returnType)
-
-