public final class ConstructorParamValueExpressionBuilder extends ValueExpressionBuilder<ConstructorCallBuilder,ConstructorParamExpressionBuilder,ConstructorParamValueExpressionBuilder>
| Modifier and Type | Method and Description |
|---|---|
ConstructorBuilder |
endConstructorCall()
shortcut: endParam().endConstructorCall()
done passing parameters
|
ConstructorParamExpressionBuilder |
nextParam()
shortcut: endParam().nextParam()
end current param and start next
|
add, and, arraySize, call, callNoParam, castTo, getArrayValueAt, instanceOf, isEqualTo, isGreaterThan, isNotNull, isNullpublic ConstructorParamExpressionBuilder nextParam()
public ConstructorBuilder endConstructorCall()
Copyright © 2014. All Rights Reserved.