|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dk.brics.xact.wrappers.NodeWrapper<T>
public abstract class NodeWrapper<T extends Node>
Base class for Node
wrappers.
Constructor Summary | |
---|---|
NodeWrapper(T real,
ElementWrapper parent)
Constructs a new wrapper. |
Method Summary | |
---|---|
ElementWrapper |
getParent()
Returns the parent, null if at the root. |
T |
getReal()
Returns the node being wrapped. |
void |
setReal(T real)
Sets the node being wrapped. |
abstract void |
visitBy(WrapperNodeVisitor v)
Visits this wrapper by the given visitor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeWrapper(T real, ElementWrapper parent)
Method Detail |
---|
public ElementWrapper getParent()
public T getReal()
public void setReal(T real)
public abstract void visitBy(WrapperNodeVisitor v)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |