kawigi.problem
Interface ClassDeclGenerator

All Known Implementing Classes:
ProblemParser, TCProblemConverter

public interface ClassDeclGenerator

Interface implemented by the TopCoder problem converter and the problem statement parser.


Method Summary
 ClassDecl getClassDecl(java.lang.Object... parameters)
          Returns the ClassDecl of the current problem.
 

Method Detail

getClassDecl

ClassDecl getClassDecl(java.lang.Object... parameters)
Returns the ClassDecl of the current problem.