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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.tripi.asp.DefaultNode
      extended bycom.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
 
Constructor Summary
DefineIdentNode(IdentNode ident)
          Constructor.
 
Method Summary
 void dump()
          Dumps this expression.
 java.lang.Object execute(AspContext scope)
          Executes this expression.
 IdentNode getIdent()
          Get the ident this node is defining.
 void prepare(AspContext scope)
          Prepares this expression, this involves setting the scope of the dimension statement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ident

IdentNode ident
Name of ident to define

Constructor Detail

DefineIdentNode

public DefineIdentNode(IdentNode ident)
Constructor.

Method Detail

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