public final class LBoolean extends RefSupport implements Literal
Modifier and Type | Field and Description |
---|---|
static Ref |
FALSE
Field
FALSE |
static Ref |
TRUE
Field
TRUE |
Constructor and Description |
---|
LBoolean(boolean b)
constructor with boolean
|
LBoolean(Boolean literal)
constructor with Boolean
|
LBoolean(String str)
constructor with boolean
|
Modifier and Type | Method and Description |
---|---|
boolean |
eeq(PageContext pc,
Ref other) |
String |
getString(PageContext pc)
cast literal to a string
|
String |
getTypeName()
return the name name of a reference
|
Object |
getValue(PageContext pc)
return the value for that the reference is for
|
String |
toString() |
getCollection, touchValue
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCollection, touchValue
public LBoolean(boolean b)
b
- public LBoolean(String str) throws PageException
str
- PageException
public Object getValue(PageContext pc)
Ref
public String getTypeName()
Ref
getTypeName
in interface Ref
public String getString(PageContext pc)
Literal
public boolean eeq(PageContext pc, Ref other) throws PageException
eeq
in interface Ref
eeq
in class RefSupport
PageException
Copyright © 2015 Lucee