ClassDecl ========= .. java:package:: fr.inria.tapenade.representation :noindex: .. java:type:: public final class ClassDecl extends SymbolDecl The specific SymbolTable entry for a class definition. Fields ------ unit ^^^^ .. java:field:: public Unit unit :outertype: ClassDecl The node of this class in the callgraph. It can be null in special case (nested class). Constructors ------------ ClassDecl ^^^^^^^^^ .. java:constructor:: public ClassDecl(String name, Unit unit) :outertype: ClassDecl Methods ------- toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: ClassDecl