eu.bandm.sig.absy
Class TAnd

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.TAnd
All Implemented Interfaces:
Formattable, Cloneable

public class TAnd
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
TAnd(Test left, Test right)
           
 
Method Summary
 TAnd doclone()
           
 Format format()
           
static String getFormatHint()
           
 TAnd 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

TAnd

public TAnd(Test left,
            Test right)
Method Detail

doclone

public TAnd 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 TAnd initFrom(Object o0)
Overrides:
initFrom in class BinaryTest