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, toString
protected SimpleNode behavior
public ASTCall(int id)
public ASTCall(PointcutExpressionParser p, int id)
public Object jjtAccept(PointcutExpressionParserVisitor 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 Node getBehavior()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.