public NamespaceResolver(CompilerContext context) { _context = context; _aliasDefStack = new Stack <NsInfo>(); }
public LexerParserErrorListener(CompilerContext context, string fileName) { _context = context; _fileName = fileName; }