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, toStringpublic ASTConstructor(int id)
public ASTConstructor(PointcutExpressionParser p, int id)
public Object jjtAccept(PointcutExpressionParserVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic Object jjtAccept(TypeExpressionParserVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic void jjtAddChild(Node n, int i)
NodejjtAddChild in interface NodejjtAddChild in class SimpleNodepublic 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.