java.lang.Object
com.tripi.asp.DefaultNode
com.tripi.asp.DefineIdentNode
- All Implemented Interfaces:
- Node
- public class DefineIdentNode
- extends DefaultNode
Implements the definition of an ident.
- Version:
- 0.9
|
Field Summary |
(package private) IdentNode |
ident
Name of ident to define |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ident
IdentNode ident
- Name of ident to define
DefineIdentNode
public DefineIdentNode(IdentNode ident)
- Constructor.
getIdent
public IdentNode getIdent()
- Get the ident this node is defining.
dump
public void dump()
throws AspException
- Dumps this expression.
- Specified by:
dump in interface Node- Overrides:
dump in class DefaultNode
prepare
public void prepare(AspContext scope)
throws AspException
- Prepares this expression, this involves setting the scope of
the dimension statement.
- Specified by:
prepare in interface Node- Overrides:
prepare in class DefaultNode
execute
public java.lang.Object execute(AspContext scope)
throws AspException
- Executes this expression.
- Specified by:
execute in interface Node- Overrides:
execute in class DefaultNode