public class ASTPropertyList extends SimpleNode
children, id, parent, parser
Constructor and Description |
---|
ASTPropertyList(int id) |
ASTPropertyList(SyntaxTreeBuilder p,
int id) |
Modifier and Type | Method and Description |
---|---|
ASTPropertyList |
getNextPropertyList() |
ASTObjectList |
getObjectList() |
Node |
getVerb() |
Object |
jjtAccept(SyntaxTreeBuilderVisitor visitor,
Object data)
Accept the visitor.
|
childrenAccept, dump, dump, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString, toString
public ASTPropertyList(int id)
public ASTPropertyList(SyntaxTreeBuilder p, int id)
public Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException
Node
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
VisitorException
public Node getVerb()
public ASTObjectList getObjectList()
public ASTPropertyList getNextPropertyList()
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.