Package jmri.jmrix.srcp.parser
Interface Node
- All Known Implementing Classes:
ASTbus,ASTcommandresponse,ASTdescription,ASTdevicegroup,ASTerror,ASTfb,ASTga,ASTgl,ASThandshakeresponse,ASTinfo,ASTinforesponse,ASTlock,ASTnonzeroaddress,ASTok,ASTonoff,ASTport,ASTpower,ASTserver,ASTserviceversion,ASTsession,ASTsm,ASTtime,ASTtimestamp,ASTzeroaddress,SimpleNode
public interface Node
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()jjtAccept(SRCPClientParserVisitor visitor, Object data) voidjjtAddChild(Node n, int i) voidjjtClose()jjtGetChild(int i) intvoidjjtOpen()voidjjtSetParent(Node n)
-
Method Details
-
jjtOpen
void jjtOpen() -
jjtClose
void jjtClose() -
jjtSetParent
-
jjtGetParent
-
jjtAddChild
-
jjtGetChild
-
jjtGetNumChildren
int jjtGetNumChildren() -
getId
int getId() -
jjtAccept
-