Uses of Interface
org.jboss.jdeparser.JArrayExpr
-
Uses of JArrayExpr in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return JArrayExprModifier and TypeMethodDescriptionJType._newArray()
Create a new array of this type which is inline-initialized.Add an element to this array.static JArrayExpr
JExprs.array()
Return a new array expression.static JArrayExpr
JExprs.array
(int... members) Return a new array expression.static JArrayExpr
JExprs.array
(long... members) Return a new array expression.static JArrayExpr
Return a new array expression.static JArrayExpr
Return a new array expression.