Modifier and Type | Class and Description |
---|---|
class |
CastBoolean
Cast to a Boolean
|
Modifier and Type | Method and Description |
---|---|
static ExprBoolean |
CastBoolean.toExprBoolean(Expression expr)
Create a String expression from a Expression
|
Modifier and Type | Class and Description |
---|---|
class |
LitBoolean
Literal Boolean
|
Modifier and Type | Method and Description |
---|---|
static ExprBoolean |
LitBoolean.toExprBoolean(boolean b) |
static ExprBoolean |
LitBoolean.toExprBoolean(boolean b,
Position start,
Position end) |
Modifier and Type | Class and Description |
---|---|
class |
OpBool |
class |
OPDecision |
class |
OpNegate |
Modifier and Type | Method and Description |
---|---|
static ExprBoolean |
OPDecision.toExprBoolean(Expression left,
Expression right,
int operation)
Create a String expression from a operation
|
static ExprBoolean |
OpBool.toExprBoolean(Expression left,
Expression right,
int operation)
Create a String expression from a Expression
|
static ExprBoolean |
OpNegate.toExprBoolean(Expression expr,
Position start,
Position end)
Create a String expression from a Expression
|
Modifier and Type | Method and Description |
---|---|
ExprBoolean |
Argument.getRequired() |
ExprBoolean |
Argument.isPassByReference() |
Modifier and Type | Method and Description |
---|---|
Condition.Pair |
Condition.addElseIf(ExprBoolean condition,
Statement body,
Position start,
Position end)
adds a else statement
|
Constructor and Description |
---|
Argument(Expression name,
Expression type,
Expression required,
Expression defaultValue,
ExprBoolean passByReference,
Expression displayName,
Expression hint,
Map meta)
Constructor of the class
|
Condition.Pair(ExprBoolean condition,
Statement body,
Position start,
Position end) |
Condition(ExprBoolean condition,
Statement body,
Position start,
Position end)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
void |
Function.addArgument(Expression name,
Expression type,
Expression required,
Expression defaultValue,
ExprBoolean passByReference,
Expression displayName,
Expression hint,
Map meta) |
Copyright © 2015 Lucee