public class ASTCall extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected SimpleNode |
behavior |
children, id, parent, parser| Constructor and Description |
|---|
ASTCall(int id) |
ASTCall(PointcutExpressionParser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getBehavior() |
Object |
jjtAccept(PointcutExpressionParserVisitor 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.
|
childrenAccept, childrenAccept, dump, jjtAccept, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toStringprotected SimpleNode behavior
public ASTCall(int id)
public ASTCall(PointcutExpressionParser p, int id)
public Object jjtAccept(PointcutExpressionParserVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic void jjtAddChild(Node n, int i)
NodejjtAddChild in interface NodejjtAddChild in class SimpleNodepublic Node getBehavior()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.