| net.sf.jga.fn.adaptor.AndGenerator
All known Subclasses: net.sf.jga.fn.AdaptorVisitor,
AndGenerator | public class AndGenerator extends Generator (Code) | | Generator that performs a shortcircuit and operation using a given pair
of Boolean Generators. When the first generator returns true, the second
is not evaluated.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
accept | public void accept(net.sf.jga.fn.Visitor v)(Code) | | Calls the Visitor's visit(AndGenerator) method, if it
implements the nested Visitor interface.
|
|
|