Searched refs:atKeyword (Results 1 – 4 of 4) sorted by relevance
34 public void accept(Visitor v) throws CompileError { v.atKeyword(this); } in accept()
46 public void atKeyword(Keyword n) throws CompileError {} in atKeyword() method in Visitor
962 public void atKeyword(Keyword k) throws CompileError { in atKeyword() method in TypeChecker
1855 public void atKeyword(Keyword k) throws CompileError { in atKeyword() method in CodeGen