java.lang.Object
com.tripi.asp.DefaultNode
com.tripi.asp.OptionExplicitNode
- All Implemented Interfaces:
- Node
- public class OptionExplicitNode
- extends DefaultNode
This node sets the "option explicit" flag to declare that a variable
must be declared before it can be used.
- Version:
- 0.9
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptionExplicitNode
public OptionExplicitNode()
- Constructor.
dump
public void dump()
- Dumps the string representation of this node.
- Specified by:
dump in interface Node- Overrides:
dump in class DefaultNode
execute
public java.lang.Object execute(AspContext context)
throws AspException
- Executes this node. Sets the !explicit flag in the context.
- Specified by:
execute in interface Node- Overrides:
execute in class DefaultNode