|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.interpreter.ref.RefSupport
railo.runtime.interpreter.ref.literal.LBoolean
public final class LBoolean
constructor of the class
Field Summary | |
---|---|
static Ref |
FALSE
Field FALSE |
static Ref |
TRUE
Field TRUE |
Constructor Summary | |
---|---|
LBoolean(boolean b)
constructor with boolean |
|
LBoolean(Boolean literal)
constructor with Boolean |
|
LBoolean(String str)
constructor with boolean |
Method Summary | |
---|---|
boolean |
eeq(Ref other)
|
String |
getString()
cast literal to a string |
String |
getTypeName()
return the name name of a reference |
Object |
getValue()
return the value for that the reference is for |
String |
toString()
|
Methods inherited from class railo.runtime.interpreter.ref.RefSupport |
---|
getCollection, touchValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface railo.runtime.interpreter.ref.Ref |
---|
getCollection, touchValue |
Field Detail |
---|
public static final Ref TRUE
TRUE
public static final Ref FALSE
FALSE
Constructor Detail |
---|
public LBoolean(Boolean literal)
literal
- public LBoolean(boolean b)
b
- public LBoolean(String str) throws PageException
str
-
PageException
Method Detail |
---|
public Object getValue()
Ref
getValue
in interface Ref
Ref.getValue()
public String getTypeName()
Ref
getTypeName
in interface Ref
Ref.getTypeName()
public String getString()
Literal
getString
in interface Literal
Literal.getString()
public String toString()
toString
in class Object
Object.toString()
public boolean eeq(Ref other) throws PageException
eeq
in interface Ref
eeq
in class RefSupport
PageException
Ref.eeq(railo.runtime.interpreter.ref.Ref)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |