eu.bandm.sig.absy
Class PIntersect

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Pattern
          extended by eu.bandm.sig.absy.BinaryPattern
              extended by eu.bandm.sig.absy.PIntersect
All Implemented Interfaces:
Formattable, Cloneable

public class PIntersect
extends BinaryPattern


Field Summary
 
Fields inherited from class eu.bandm.sig.absy.BinaryPattern
get_left, get_right, left, right, set_left, set_right
 
Fields inherited from class eu.bandm.sig.absy.Pattern
bindings, get_bindings, get_type, set_bindings, set_type, type
 
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
PIntersect(Pattern left, Pattern right)
           
 
Method Summary
 PIntersect doclone()
           
 Format format()
           
 PIntersect initFrom(Object o0)
           
 
Methods inherited from class eu.bandm.sig.absy.BinaryPattern
get_left, get_right, set_left, set_right
 
Methods inherited from class eu.bandm.sig.absy.Pattern
descend_bindings, get_bindings, get_type, set_bindings, set_type
 
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

PIntersect

public PIntersect(Pattern left,
                  Pattern right)
Method Detail

doclone

public PIntersect doclone()
Overrides:
doclone in class BinaryPattern

format

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

initFrom

public PIntersect initFrom(Object o0)
Overrides:
initFrom in class BinaryPattern