Beta
Builder is an ASTBuilder that provides a method to create an ASTNode.
Constructor of Builder
Optional
Options to initialize Builder
Create an ASTNode of the specified type
Type of the ASTNode
Properties of the ASTNode
Children of the ASTNode
An ASTNode
if the maximum number of AST nodes is exceeded
Internal
Reset the node count. Used internally by the parser between parse invocations.
Builder is an ASTBuilder that provides a method to create an ASTNode.