Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp
Class OptionExplicitNode  view OptionExplicitNode download OptionExplicitNode.java

java.lang.Object
  extended bycom.tripi.asp.DefaultNode
      extended bycom.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

Constructor Summary
OptionExplicitNode()
          Constructor.
 
Method Summary
 void dump()
          Dumps the string representation of this node.
 java.lang.Object execute(AspContext context)
          Executes this node.
 
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
 

Constructor Detail

OptionExplicitNode

public OptionExplicitNode()
Constructor.

Method Detail

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