ValueExpression<V> constructor

ValueExpression<V>(
  1. String type
)

Implementation

ValueExpression(String type) : super(type);