public class ASTConstructor extends SimpleNode
children, id, parent, parser
Constructor and Description |
---|
ASTConstructor(int id) |
ASTConstructor(PointcutExpressionParser p,
int id) |
Modifier and Type | Method and Description |
---|---|
ArrayList |
getAttributes() |
String |
getClassExpr() |
ClassExpression |
getClazz() |
IdentifierExpression |
getConstructorAnnotation() |
ArrayList |
getExceptions() |
ArrayList |
getParameters() |
boolean |
hasAnyZeroOrMoreParameters() |
boolean |
isAnyParameters() |
Object |
jjtAccept(PointcutExpressionParserVisitor visitor,
Object data)
Accept the visitor.
|
Object |
jjtAccept(TypeExpressionParserVisitor visitor,
Object data)
Accept the visitor.
|
void |
jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's
list of children.
|
void |
setClassExpression(String expression) |
void |
setNewExpression(String expr) |
childrenAccept, childrenAccept, dump, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
public ASTConstructor(int id)
public ASTConstructor(PointcutExpressionParser p, int id)
public Object jjtAccept(PointcutExpressionParserVisitor visitor, Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
public Object jjtAccept(TypeExpressionParserVisitor visitor, Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
public void jjtAddChild(Node n, int i)
Node
jjtAddChild
in interface Node
jjtAddChild
in class SimpleNode
public void setClassExpression(String expression)
public void setNewExpression(String expr)
public String getClassExpr()
public ArrayList getAttributes()
public ArrayList getExceptions()
public ArrayList getParameters()
public boolean isAnyParameters()
public boolean hasAnyZeroOrMoreParameters()
public ClassExpression getClazz()
public IdentifierExpression getConstructorAnnotation()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.