Uses of Class
com.sun.codemodel.JArray
-
Packages that use JArray Package Description com.sun.codemodel Library for generating Java source code -
-
Uses of JArray in com.sun.codemodel
Methods in com.sun.codemodel that return JArray Modifier and Type Method Description JArray
JArray. add(JExpression e)
Add an element to the array initializerstatic JArray
JExpr. newArray(JType type)
static JArray
JExpr. newArray(JType type, int size)
Generatesnew T[size]
.static JArray
JExpr. newArray(JType type, JExpression size)
Generatesnew T[size]
.
-