StructConstants =============== .. java:package:: fr.inria.tapenade.ir2tree :noindex: .. java:type:: final class StructConstants Constants used by the tree generation for internal representation. Fields ------ COMMON ^^^^^^ .. java:field:: protected static final int COMMON :outertype: StructConstants CONSTANT ^^^^^^^^ .. java:field:: protected static final int CONSTANT :outertype: StructConstants EQUIVALENCE ^^^^^^^^^^^ .. java:field:: protected static final int EQUIVALENCE :outertype: StructConstants FUNCTION ^^^^^^^^ .. java:field:: protected static final int FUNCTION :outertype: StructConstants INTERFACE ^^^^^^^^^ .. java:field:: protected static final int INTERFACE :outertype: StructConstants TYPE ^^^^ .. java:field:: protected static final int TYPE :outertype: StructConstants USE ^^^ .. java:field:: protected static final int USE :outertype: StructConstants VARIABLE ^^^^^^^^ .. java:field:: protected static final int VARIABLE :outertype: StructConstants