org.opennms.netmgt.filter.node
Class ANotExprPart
java.lang.Object
org.opennms.netmgt.filter.node.Node
org.opennms.netmgt.filter.node.PExprPart
org.opennms.netmgt.filter.node.ANotExprPart
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class ANotExprPart
- extends PExprPart
Fields inherited from class org.opennms.netmgt.filter.node.Node |
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_not_
private TNot _not_
_expr_
private PExpr _expr_
ANotExprPart
public ANotExprPart()
ANotExprPart
public ANotExprPart(TNot _not_,
PExpr _expr_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getNot
public TNot getNot()
setNot
public void setNot(TNot node)
getExpr
public PExpr getExpr()
setExpr
public void setExpr(PExpr node)
toString
public java.lang.String toString()
removeChild
void removeChild(Node child)
- Specified by:
removeChild
in class Node
replaceChild
void replaceChild(Node oldChild,
Node newChild)
- Specified by:
replaceChild
in class Node
Generated by eevans on May 29 2005 2015.