Package kawigi.problem

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

Class Summary
ClassDecl This class represents the code side of a problem statement.
ClassDeclFactory This class takes some set of parameters and generates a ClassDecl from it.
MethodDecl Represents the method to be implemented for a problem.
ProblemParser This is used to create the ClassDecl so that we can generate code for problems in standalone.
Skeleton Represents the combination of a String of source code and a location for the caret to be set.
TCProblemConverter This is perhaps one of the most important source files in KawigiEdit, because it converts TopCoder's problem statements into a format that allows KawigiEdit to generate skeleton and test code in plugin mode.
TemplateGenerator This is the class that converts a ClassDecl and language into skeleton code from a template.
Test Represents a test case.