java.lang.Object
com.tripi.asp.DefaultNode
com.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. |
|
Method Summary |
void |
dump()
Dumps the visual contents of this ByRefNode |
IdentNode |
getIdent()
Get the identifier this ByRefNode points to. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ident
IdentNode ident
- The identifier this byrefnode corresponds to.
ByRefNode
public ByRefNode(IdentNode ident)
- Constructor.
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.