public class ASTField extends SimpleNode
children, id, parent, parser
Constructor and Description |
---|
ASTField(int id) |
ASTField(PointcutExpressionParser p,
int id) |
Modifier and Type | Method and Description |
---|---|
ArrayList |
getAttributes() |
String |
getClassExpr() |
ClassExpression |
getClazz() |
String |
getFieldExpr() |
IdentifierExpression |
getFieldIdentifier() |
ClassExpression |
getType() |
String |
getTypeExpression() |
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 |
setClassExpr(String classExpr) |
void |
setFieldExpr(String fieldExpr) |
void |
setTypeExpression(String type) |
childrenAccept, childrenAccept, dump, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
public ASTField(int id)
public ASTField(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 setTypeExpression(String type)
public String getTypeExpression()
public String getClassExpr()
public String getFieldExpr()
public void setClassExpr(String classExpr)
public void setFieldExpr(String fieldExpr)
public ArrayList getAttributes()
public ClassExpression getType()
public ClassExpression getClazz()
public IdentifierExpression getFieldIdentifier()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.