|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkawigi.problem.TCProblemConverter
public class 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.
| Constructor Summary | |
|---|---|
TCProblemConverter()
|
|
| Method Summary | |
|---|---|
ClassDecl |
getClassDecl(java.lang.Object... parameters)
Generates a ClassDecl from the given parameters. |
ClassDecl |
reparseClassDecl()
Converting saved component and tclang into ClassDecl once more. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TCProblemConverter()
| Method Detail |
|---|
public ClassDecl getClassDecl(java.lang.Object... parameters)
getClassDecl in interface ClassDeclGeneratorpublic ClassDecl reparseClassDecl()
reparseClassDecl in interface ClassDeclGenerator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||