AstNode

Represents a single AST node

abstract
class AstNode {}

Members

Variables

end
Token end;

The range of tokens that represent this AST node

start
Token start;

The range of tokens that represent this AST node

Meta