org.quasiliteral.astro
Interface AstroArg

All Known Subinterfaces:
Astro
All Known Implementing Classes:
AstroAST, AstroToken, QAstro, QAstroArg, Term

public interface AstroArg

Untamed:


Method Summary
 SourceSpan getOptSpan()
          Enabled: Where was the source text that was originally lexed or parsed to produce this node?
 

Method Detail

getOptSpan

public SourceSpan getOptSpan()
Enabled: Where was the source text that was originally lexed or parsed to produce this node?



comments?