|
||||||||||
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.LString
public final class LString
Literal String
Constructor Summary | |
---|---|
LString(String str)
constructor of the class |
Method Summary | |
---|---|
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()
|
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 |
Constructor Detail |
---|
public LString(String str)
str
- Method Detail |
---|
public Object getValue(PageContext pc)
Ref
getValue
in interface Ref
public String toString()
toString
in class Object
public String getTypeName()
Ref
getTypeName
in interface Ref
public String getString(PageContext pc)
Literal
getString
in interface Literal
public boolean eeq(PageContext pc, Ref other) throws PageException
eeq
in interface Ref
eeq
in class RefSupport
PageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |