|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tripi.asp
Class StringNode

java.lang.Objectcom.tripi.asp.DefaultNode
com.tripi.asp.StringNode
- All Implemented Interfaces:
- Node
- public class StringNode
- extends DefaultNode
This class represents a string in the parsed ASP code.
| Field Summary | |
(package private) java.lang.String |
string
String this string node contains |
| Constructor Summary | |
StringNode(java.lang.Object string)
Constructor. |
|
| Method Summary | |
void |
dump()
Dumps this string value. |
java.lang.Object |
execute(AspContext context)
Executes this string, returns the string value stripped of the surrounding quotes and any escape sequences. |
static StringNode |
fromStringToken(java.lang.String str)
Construct a string node from a string token. |
java.lang.String |
getString()
Get the string value. |
| Methods inherited from class com.tripi.asp.DefaultNode |
prepare |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
string
java.lang.String string
- String this string node contains
| Constructor Detail |
StringNode
public StringNode(java.lang.Object string)
- Constructor.
| Method Detail |
dump
public void dump()
- Dumps this string value.
- Specified by:
dumpin interfaceNode- Overrides:
dumpin classDefaultNode
getString
public java.lang.String getString()
- Get the string value.
execute
public java.lang.Object execute(AspContext context)
- Executes this string, returns the string value stripped of the
surrounding quotes and any escape sequences.
- Specified by:
executein interfaceNode- Overrides:
executein classDefaultNode
fromStringToken
public static StringNode fromStringToken(java.lang.String str)
- Construct a string node from a string token.
|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC