static ExpressionDirective |
ExpressionDirective.create(ExpressionDirectiveType type) |
Creates a new Expression directive.
|
static ExpressionDirective |
ExpressionDirective.create(ExpressionDirectiveType type,
boolean operand) |
Creates a new Expression directive.
|
static ExpressionDirective |
ExpressionDirective.create(ExpressionDirectiveType type,
double operand) |
Creates a new Expression directive.
|
static ExpressionDirective |
ExpressionDirective.create(ExpressionDirectiveType type,
long operand) |
Creates a new Expression directive.
|
static ExpressionDirective |
ExpressionDirective.create(ExpressionDirectiveType type,
String operand) |
Creates a new Expression directive.
|