Uses of Class
com.strobel.expressions.NewExpression
Packages that use NewExpression
-
Uses of NewExpression in com.strobel.expressions
Methods in com.strobel.expressions that return NewExpressionModifier and TypeMethodDescriptionstatic NewExpressionExpression.makeNew(ConstructorInfo constructor) static NewExpressionExpression.makeNew(ConstructorInfo constructor, Expression... parameters) static NewExpressionExpression.makeNew(ConstructorInfo constructor, ExpressionList<? extends Expression> parameters) static NewExpressionExpression.makeNew(Type<?> type, Expression... parameters) /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////final NewExpressionNewExpression.update(ExpressionList<? extends Expression> arguments) Methods in com.strobel.expressions with parameters of type NewExpressionModifier and TypeMethodDescriptionprotected ExpressionDebugViewWriter.visitNew(NewExpression node) protected ExpressionExpressionStringBuilder.visitNew(NewExpression node) protected ExpressionExpressionVisitor.visitNew(NewExpression node)