anvil.script.parser
Interface ParserInterface

All Superinterfaces:
ErrorListener
All Known Implementing Classes:
ParserBase, TemplateParser

public interface ParserInterface
extends ErrorListener


Method Summary
 Statement getCurrentStatement()
           
 ModuleEnvelope getEnvelope()
           
 SourceFile getSourceFile()
           
 Location toLocation(int line, int column)
           
 
Methods inherited from interface anvil.ErrorListener
error, error, errors, getEvents, merge
 

Method Detail

toLocation

public Location toLocation(int line,
                           int column)

getSourceFile

public SourceFile getSourceFile()

getEnvelope

public ModuleEnvelope getEnvelope()

getCurrentStatement

public Statement getCurrentStatement()