Uses of Class
javassist.compiler.ast.NewExpr
Packages that use NewExpr
-
Uses of NewExpr in javassist.compiler
Methods in javassist.compiler that return NewExprMethods in javassist.compiler with parameters of type NewExprModifier and TypeMethodDescriptionvoid
MemberCodeGen.atNewArrayExpr
(NewExpr expr) void
TypeChecker.atNewArrayExpr
(NewExpr expr) abstract void
void
void
-
Uses of NewExpr in javassist.compiler.ast
Methods in javassist.compiler.ast that return NewExprModifier and TypeMethodDescriptionstatic NewExpr
NewExpr.makeObjectArray
(ASTList className, ASTList arraySize, ArrayInit init) Methods in javassist.compiler.ast with parameters of type NewExpr