ponderToolkit.analyzer.priorities.node
Class AGteqRelationalOperator

java.lang.Object
  |
  +--ponderToolkit.analyzer.priorities.node.Node
        |
        +--ponderToolkit.analyzer.priorities.node.PRelationalOperator
              |
              +--ponderToolkit.analyzer.priorities.node.AGteqRelationalOperator
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AGteqRelationalOperator
extends PRelationalOperator


Constructor Summary
AGteqRelationalOperator()
           
AGteqRelationalOperator(TGteq _gteq_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TGteq getGteq()
           
 void setGteq(TGteq node)
           
 java.lang.String toString()
           
 
Methods inherited from class ponderToolkit.analyzer.priorities.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AGteqRelationalOperator

public AGteqRelationalOperator()

AGteqRelationalOperator

public AGteqRelationalOperator(TGteq _gteq_)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Node

apply

public void apply(Switch sw)

getGteq

public TGteq getGteq()

setGteq

public void setGteq(TGteq node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object