Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ASTBuilder ¶
type ASTBuilder interface {
ASTManager
TokenProvider
}
type ASTManager ¶
type ASTManager interface {
RecordStateValue(valueType ast.AST_NODETYPE, nodeValue interface{}) error
GetAST() ast.JsonNode
HasComplete() bool
TopElementType() (ast.AST_NODETYPE, error)
HasOpenElements() bool
}
Click to show internal directories.
Click to hide internal directories.