Class GroovySourceAST

java.lang.Object
antlr.BaseAST
antlr.CommonAST
org.codehaus.groovy.antlr.GroovySourceAST
All Implemented Interfaces:
AST, Serializable, Comparable, SourceInfo

public class GroovySourceAST
extends CommonAST
implements Comparable, SourceInfo
We have an AST subclass so we can track source information. Very odd that ANTLR doesn't do this by default.
See Also:
Serialized Form