Phylum ====== .. java:package:: fr.inria.tapenade.utils :noindex: .. java:type:: public class Phylum A collection of operators, used by operators to specify the allowed operators of their children. Fields ------ operators ^^^^^^^^^ .. java:field:: protected final int[] operators :outertype: Phylum The list of allowed operators represented by this Phylum. Constructors ------------ Phylum ^^^^^^ .. java:constructor:: protected Phylum(String name, int code, int[] operators) :outertype: Phylum Methods ------- toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: Phylum