Searched refs:atNewExpr (Results 1 – 5 of 5) sorted by relevance
41 public void atNewExpr(NewExpr n) throws CompileError {} in atNewExpr() method in Visitor
72 public void accept(Visitor v) throws CompileError { v.atNewExpr(this); } in accept()
141 public void atNewExpr(NewExpr expr) throws CompileError { in atNewExpr() method in TypeChecker
291 public void atNewExpr(NewExpr expr) throws CompileError { in atNewExpr() method in MemberCodeGen
730 public abstract void atNewExpr(NewExpr n) throws CompileError; in atNewExpr() method in CodeGen