Modifier and Type | Interface and Description |
---|---|
interface |
Set |
Modifier and Type | Class and Description |
---|---|
class |
RefSupport
Support class to implement the refs
|
Modifier and Type | Method and Description |
---|---|
Ref |
Set.getKey(PageContext pc) |
Ref |
Set.getParent(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
boolean |
RefSupport.eeq(PageContext pc,
Ref other) |
boolean |
Ref.eeq(PageContext pc,
Ref other) |
Modifier and Type | Class and Description |
---|---|
class |
Casting
cast
|
Modifier and Type | Method and Description |
---|---|
Ref |
Casting.getRef() |
Constructor and Description |
---|
Casting(String strType,
short type,
Ref ref)
constructor of the class
|
Modifier and Type | Class and Description |
---|---|
class |
BIFCall
a built In Function call
|
class |
UDFCall
call of a User defined Function
|
Constructor and Description |
---|
BIFCall(FunctionLibFunction flf,
Ref[] refArgs)
constructor of the class
|
BIFCall(Object obj,
FunctionLibFunction flf,
Ref[] refArgs) |
UDFCall(Ref parent,
Ref refName,
Ref[] arguments) |
UDFCall(Ref parent,
Ref refName,
Ref[] arguments) |
UDFCall(Ref parent,
String name,
Ref[] arguments) |
UDFCall(Ref parent,
String name,
Ref[] arguments) |
Modifier and Type | Interface and Description |
---|---|
interface |
Literal
a literal value
|
Modifier and Type | Class and Description |
---|---|
class |
LBigDecimal
Literal Number
|
class |
LBoolean
constructor of the class
|
class |
LFunctionValue
ref for a functionValue
|
class |
LNumber
Literal Number
|
class |
LString
Literal String
|
class |
LStringBuffer
Literal String
|
Modifier and Type | Field and Description |
---|---|
static Ref |
LBoolean.FALSE
Field
FALSE |
static Ref |
LBoolean.TRUE
Field
TRUE |
Modifier and Type | Method and Description |
---|---|
void |
LStringBuffer.append(Ref ref) |
boolean |
LStringBuffer.eeq(PageContext pc,
Ref other) |
boolean |
LBigDecimal.eeq(PageContext pc,
Ref other) |
boolean |
LString.eeq(PageContext pc,
Ref other) |
boolean |
LBoolean.eeq(PageContext pc,
Ref other) |
boolean |
LNumber.eeq(PageContext pc,
Ref other) |
Constructor and Description |
---|
LFunctionValue(Ref name,
Object value) |
LFunctionValue(Ref name,
Ref value)
constructor of the class
|
Modifier and Type | Class and Description |
---|---|
class |
And
Plus operation
|
class |
Big
Plus operation
|
class |
BigDiv
Dividie operation
|
class |
BigIntDiv
Dividie operation
|
class |
BigMinus
Minus operation
|
class |
BigMod
Minus operation
|
class |
BigMulti
Minus operation
|
class |
BigPlus
Plus operation
|
class |
Concat
Concat operation
|
class |
Cont
imp operation
|
class |
CT
imp operation
|
class |
Div
Plus operation
|
class |
EEQ
imp operation
|
class |
Elvis |
class |
EQ
imp operation
|
class |
EQV
eqv operation
|
class |
Exp
imp operation
|
class |
GT
imp operation
|
class |
GTE
imp operation
|
class |
Imp
imp operation
|
class |
IntDiv
Plus operation
|
class |
LT
imp operation
|
class |
LTE
imp operation
|
class |
Minus
Plus operation
|
class |
Mod
Plus operation
|
class |
Multi
Plus operation
|
class |
NCT
imp operation
|
class |
NEEQ
imp operation
|
class |
Negate
Plus operation
|
class |
NEQ
imp operation
|
class |
Not
Plus operation
|
class |
Or
Plus operation
|
class |
Plus
Plus operation
|
class |
Xor
eqv operation
|
Constructor and Description |
---|
And(Ref left,
Ref right)
constructor of the class
|
Big(Ref left,
Ref right)
constructor of the class
|
BigDiv(Ref left,
Ref right)
constructor of the class
|
BigIntDiv(Ref left,
Ref right)
constructor of the class
|
BigMinus(Ref left,
Ref right)
constructor of the class
|
BigMod(Ref left,
Ref right)
constructor of the class
|
BigMulti(Ref left,
Ref right)
constructor of the class
|
BigPlus(Ref left,
Ref right)
constructor of the class
|
Concat(Ref left,
Ref right)
constructor of the class
|
Cont(Ref cont,
Ref left,
Ref right)
constructor of the class
|
CT(Ref left,
Ref right)
constructor of the class
|
Div(Ref left,
Ref right)
constructor of the class
|
EEQ(Ref left,
Ref right)
constructor of the class
|
Elvis(Ref left,
Ref right) |
EQ(Ref left,
Ref right)
constructor of the class
|
EQV(Ref left,
Ref right)
constructor of the class
|
Exp(Ref left,
Ref right)
constructor of the class
|
GT(Ref left,
Ref right)
constructor of the class
|
GTE(Ref left,
Ref right)
constructor of the class
|
Imp(Ref left,
Ref right)
constructor of the class
|
IntDiv(Ref left,
Ref right)
constructor of the class
|
LT(Ref left,
Ref right)
constructor of the class
|
LTE(Ref left,
Ref right)
constructor of the class
|
Minus(Ref left,
Ref right)
constructor of the class
|
Mod(Ref left,
Ref right)
constructor of the class
|
Multi(Ref left,
Ref right)
constructor of the class
|
NCT(Ref left,
Ref right)
constructor of the class
|
NEEQ(Ref left,
Ref right)
constructor of the class
|
Negate(Ref ref)
constructor of the class
|
NEQ(Ref left,
Ref right)
constructor of the class
|
Not(Ref ref)
constructor of the class
|
Or(Ref left,
Ref right)
constructor of the class
|
Plus(Ref left,
Ref right)
constructor of the class
|
Xor(Ref left,
Ref right)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
static boolean |
RefUtil.eeq(PageContext pc,
Ref left,
Ref right) |
static Object[] |
RefUtil.getValue(PageContext pc,
Ref[] refs)
transalte a Ref array to a Object array
|
Modifier and Type | Class and Description |
---|---|
class |
ArgumentBind |
class |
Assign |
class |
Bind |
class |
DynAssign |
class |
Scope |
class |
Variable |
Modifier and Type | Method and Description |
---|---|
Ref |
Bind.getKey(PageContext pc) |
Ref |
Variable.getKey(PageContext pc) |
Ref |
ArgumentBind.getKey(PageContext pc) |
Ref |
Scope.getKey(PageContext pc) |
Ref |
Bind.getParent(PageContext pc) |
Ref |
Variable.getParent(PageContext pc) |
Ref |
ArgumentBind.getParent(PageContext pc) |
Ref |
Scope.getParent(PageContext pc) |
Constructor and Description |
---|
Assign(Ref coll,
Ref value,
boolean limited) |
Assign(Set coll,
Ref value,
boolean limited) |
DynAssign(Ref key,
Ref value,
boolean limited) |
Variable(Ref parent,
Ref refKey,
boolean limited) |
Variable(Ref parent,
String key,
boolean limited) |
Copyright © 2015 Lucee