eu.bandm.sig.absy
Class TOr

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Test
          extended by eu.bandm.sig.absy.BinaryTest
              extended by eu.bandm.sig.absy.TOr
All Implemented Interfaces:
Formattable, Cloneable

public class TOr
extends BinaryTest


Field Summary
 
Fields inherited from class eu.bandm.sig.absy.BinaryTest
get_left, get_right, left, right, set_left, set_right
 
Fields inherited from class eu.bandm.sig.absy.Absy
get_location, location, set_location
 
Fields inherited from interface eu.bandm.tools.format.Formattable
format
 
Constructor Summary
TOr(Test left, Test right)
           
 
Method Summary
 TOr doclone()
           
 Format format()
           
static String getFormatHint()
           
 TOr initFrom(Object o0)
           
 
Methods inherited from class eu.bandm.sig.absy.BinaryTest
get_left, get_right, set_left, set_right
 
Methods inherited from class eu.bandm.sig.absy.Absy
get_location, set_location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TOr

public TOr(Test left,
           Test right)
Method Detail

doclone

public TOr doclone()
Overrides:
doclone in class BinaryTest

getFormatHint

public static String getFormatHint()

format

public Format format()
Specified by:
format in interface Formattable
Overrides:
format in class BinaryTest

initFrom

public TOr initFrom(Object o0)
Overrides:
initFrom in class BinaryTest