.. java:import:: fr.inria.tapenade.representation FunctionDecl .. java:import:: fr.inria.tapenade.representation ILUtils .. java:import:: fr.inria.tapenade.representation InterfaceDecl .. java:import:: fr.inria.tapenade.representation SymbolDecl .. java:import:: fr.inria.tapenade.representation SymbolTable .. java:import:: fr.inria.tapenade.representation TapEnv .. java:import:: fr.inria.tapenade.representation TapList .. java:import:: fr.inria.tapenade.representation Unit .. java:import:: fr.inria.tapenade.utils ILLang .. java:import:: fr.inria.tapenade.utils Tree InterfaceDeclStruct =================== .. java:package:: fr.inria.tapenade.ir2tree :noindex: .. java:type:: final class InterfaceDeclStruct extends DeclStruct Constructors ------------ InterfaceDeclStruct ^^^^^^^^^^^^^^^^^^^ .. java:constructor:: protected InterfaceDeclStruct(InterfaceDecl interfaceDecl) :outertype: InterfaceDeclStruct Methods ------- generateTree ^^^^^^^^^^^^ .. java:method:: @Override protected Tree generateTree(TapList declaredTypes, SymbolTable symbolTable) :outertype: InterfaceDeclStruct toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: InterfaceDeclStruct