Uses of Class
javassist.compiler.ast.NewExpr
-
Packages that use NewExpr Package Description javassist.compiler javassist.compiler.ast -
-
Uses of NewExpr in javassist.compiler
Methods in javassist.compiler that return NewExpr Modifier and Type Method Description private NewExpr
Parser. parseNew(SymbolTable tbl)
Methods in javassist.compiler with parameters of type NewExpr Modifier and Type Method 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)
-
Uses of NewExpr in javassist.compiler.ast
Methods in javassist.compiler.ast that return NewExpr Modifier and Type Method Description static NewExpr
NewExpr. makeObjectArray(ASTList className, ASTList arraySize, ArrayInit init)
Methods in javassist.compiler.ast with parameters of type NewExpr Modifier and Type Method Description void
Visitor. atNewExpr(NewExpr n)
-