Searched defs:NewExpr (Results 1 – 2 of 2) sorted by relevance
24 public class NewExpr extends ASTList implements TokenId { class28 public NewExpr(ASTList className, ASTList args) { in NewExpr() method in NewExpr34 public NewExpr(int type, ASTList arraySize, ArrayInit init) { in NewExpr() method in NewExpr
26 public class NewExpr extends Expr { class33 protected NewExpr(int pos, CodeIterator i, CtClass declaring, in NewExpr() method in NewExpr