|
||||||||||
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.LStringBuffer
public final class LStringBuffer
Literal String
Constructor Summary | |
---|---|
LStringBuffer()
constructor of the class |
|
LStringBuffer(String str)
constructor of the class |
Method Summary | |
---|---|
void |
append(char c)
|
void |
append(Ref ref)
|
void |
append(String str)
|
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 |
boolean |
isEmpty()
|
Methods inherited from class railo.runtime.interpreter.ref.RefSupport |
---|
getCollection, touchValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface railo.runtime.interpreter.ref.Ref |
---|
getCollection, touchValue |
Constructor Detail |
---|
public LStringBuffer(String str)
str
- public LStringBuffer()
str
- Method Detail |
---|
public Object getValue() throws PageException
Ref
getValue
in interface Ref
PageException
Ref.getValue()
public void append(Ref ref)
public void append(char c)
public void append(String str)
public boolean isEmpty()
public String getTypeName()
Ref
getTypeName
in interface Ref
Ref.getTypeName()
public String getString() throws PageException
Literal
getString
in interface Literal
PageException
Literal.getString()
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 |