Package | Description |
---|---|
lucee.transformer.bytecode.cast | |
lucee.transformer.bytecode.literal | |
lucee.transformer.bytecode.op |
Modifier and Type | Class and Description |
---|---|
class |
CastDouble
cast a Expression to a Double
|
Modifier and Type | Method and Description |
---|---|
static ExprDouble |
CastDouble.toExprDouble(Expression expr)
Create a String expression from a Expression
|
Modifier and Type | Class and Description |
---|---|
class |
LitDouble
Literal Double Value
|
Modifier and Type | Class and Description |
---|---|
class |
OpDouble |
class |
OpNegateNumber |
class |
OPUnary |
Modifier and Type | Method and Description |
---|---|
static ExprDouble |
OpDouble.toExprDouble(Expression left,
Expression right,
int operation)
Create a String expression from a Expression
|
static ExprDouble |
OpNegateNumber.toExprDouble(Expression expr,
int operation,
Position start,
Position end) |
static ExprDouble |
OpNegateNumber.toExprDouble(Expression expr,
Position start,
Position end)
Create a String expression from a Expression
|
Copyright © 2015 Lucee