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.
 ClassDecl reparseClassDecl()
          Parses problem statement and returns the ClassDecl from the same parameters as previously made in getClassDecl.
 

Method Detail

getClassDecl

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


reparseClassDecl

ClassDecl reparseClassDecl()
Parses problem statement and returns the ClassDecl from the same parameters as previously made in getClassDecl.