|
|||||||||
| 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 IdentNode

java.lang.Objectcom.tripi.asp.DefaultNode
com.tripi.asp.IdentNode
- All Implemented Interfaces:
- Node
- public class IdentNode
- extends DefaultNode
IdentNode contains an identifier
- Version:
- 0.9
| Field Summary | |
(package private) java.lang.String |
ident
The string identifier of this node |
| Constructor Summary | |
IdentNode(java.lang.String ident)
Constructor. |
|
| Method Summary | |
void |
dump()
Dumps the code representation of this node. |
boolean |
equals(java.lang.Object obj)
Tests equality of this identifier to another identifier. |
java.lang.Object |
execute(AspContext context)
Executes this node. |
int |
hashCode()
Calculates the hashtable code for this IdentNode. |
java.lang.String |
toString()
Outputs the string representation of this identifier, which is simple the text name of the identifier this IdentNode points to. |
| Methods inherited from class com.tripi.asp.DefaultNode |
prepare |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
ident
java.lang.String ident
- The string identifier of this node
| Constructor Detail |
IdentNode
public IdentNode(java.lang.String ident)
- Constructor.
| Method Detail |
dump
public void dump()
- Dumps the code representation of this node.
- Specified by:
dumpin interfaceNode- Overrides:
dumpin classDefaultNode
execute
public java.lang.Object execute(AspContext context) throws AspException
- Executes this node. For an Ident node, if this ident contains
a function the function is called with no arguments. Otherwise,
the value of the identifier is returned.
- Specified by:
executein interfaceNode- Overrides:
executein classDefaultNode
equals
public boolean equals(java.lang.Object obj)
- Tests equality of this identifier to another identifier.
hashCode
public int hashCode()
- Calculates the hashtable code for this IdentNode. Every IdentNode
which contains the same identifier name should return the same
hash code.
toString
public java.lang.String toString()
- Outputs the string representation of this identifier, which is
simple the text name of the identifier this IdentNode points to.
|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC