Package | Description |
---|---|
javassist.compiler | |
javassist.compiler.ast |
Modifier and Type | Method and Description |
---|---|
private NewExpr |
Parser.parseNew(SymbolTable tbl) |
Modifier and Type | Method and Description |
---|---|
void |
MemberCodeGen.atNewArrayExpr(NewExpr expr) |
void |
TypeChecker.atNewArrayExpr(NewExpr expr) |
abstract void |
CodeGen.atNewExpr(NewExpr n) |
void |
MemberCodeGen.atNewExpr(NewExpr expr) |
void |
TypeChecker.atNewExpr(NewExpr expr) |
Modifier and Type | Method and Description |
---|---|
static NewExpr |
NewExpr.makeObjectArray(ASTList className,
ASTList arraySize,
ArrayInit init) |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.atNewExpr(NewExpr n) |