Searched defs:atNewExpr (Results 1 – 4 of 4) sorted by relevance
42 public void atNewExpr(NewExpr n) throws CompileError {} in atNewExpr() method in Visitor
321 public void atNewExpr(NewExpr expr) throws CompileError { in atNewExpr() method in MemberCodeGen
164 public void atNewExpr(NewExpr expr) throws CompileError { in atNewExpr() method in TypeChecker
777 public abstract void atNewExpr(NewExpr n) throws CompileError; in atNewExpr() method in CodeGen