Node
Table of Contents
Interfaces
- ChildNodeInterface
- The created AST consists of a NodeRoot object with nested NodeObject children.
- NodeInterface
- The created AST consists of a NodeRoot object with nested NodeObject children.
Classes
- AbstractChildNode
- Generic child node. Implements common methods of NodeInterface used
in all Node classes.
- AbstractNode
- Generic node. Implements common methods of NodeInterface used
in all Node classes.
- ChildNode
- A generic child node that is not the node root.
- ReferenceChildNode
- A node object created for LineIdentifierReference lines which use the T_OPERATOR_REFERENCE
operator and have a TokenStreamIdentifier stream for "the right side" of the expression.
- RootNode
- AST entry node.