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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.tripi.asp.DefaultNode
      extended bycom.tripi.asp.ByRefNode
All Implemented Interfaces:
Node

public class ByRefNode
extends DefaultNode

The ByRefNode holds an ident which is a variable passed by reference to a function or procedure.

Version:
0.9

Field Summary
(package private)  IdentNode ident
          The identifier this byrefnode corresponds to.
 
Constructor Summary
ByRefNode(IdentNode ident)
          Constructor.
 
Method Summary
 void dump()
          Dumps the visual contents of this ByRefNode
 IdentNode getIdent()
          Get the identifier this ByRefNode points to.
 
Methods inherited from class com.tripi.asp.DefaultNode
execute, prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ident

IdentNode ident
The identifier this byrefnode corresponds to.

Constructor Detail

ByRefNode

public ByRefNode(IdentNode ident)
Constructor.

Method Detail

dump

public void dump()
Dumps the visual contents of this ByRefNode

Specified by:
dump in interface Node
Overrides:
dump in class DefaultNode

getIdent

public IdentNode getIdent()
Get the identifier this ByRefNode points to.