Uses of Class
com.strobel.expressions.NewArrayExpression
-
Packages that use NewArrayExpression Package Description com.strobel.expressions -
-
Uses of NewArrayExpression in com.strobel.expressions
Subclasses of NewArrayExpression in com.strobel.expressions Modifier and Type Class Description (package private) class
NewArrayBoundsExpression
(package private) class
NewArrayInitExpression
Methods in com.strobel.expressions that return NewArrayExpression Modifier and Type Method Description (package private) static NewArrayExpression
NewArrayExpression. make(ExpressionType nodeType, Type type, ExpressionList<? extends Expression> expressions)
static NewArrayExpression
Expression. newArrayBounds(Type<?> elementType, Expression dimension)
static NewArrayExpression
Expression. newArrayInit(Type<?> elementType, Expression... initializers)
static NewArrayExpression
Expression. newArrayInit(Type<?> elementType, ExpressionList<? extends Expression> initializers)
NewArrayExpression
NewArrayExpression. update(ExpressionList<? extends Expression> expressions)
Methods in com.strobel.expressions with parameters of type NewArrayExpression Modifier and Type Method Description protected Expression
DebugViewWriter. visitNewArray(NewArrayExpression node)
protected Expression
ExpressionStringBuilder. visitNewArray(NewArrayExpression node)
protected Expression
ExpressionVisitor. visitNewArray(NewArrayExpression node)
-