still more work on sketchbook, now starting to look at exceptions

This commit is contained in:
benfry
2004-01-17 00:33:02 +00:00
parent 3bfa132b52
commit d0b5874bab
4 changed files with 168 additions and 104 deletions

View File

@@ -135,6 +135,11 @@ public class PdePreprocessor {
name = getFirstClassName(parserAST);
}
// if 'null' was passed in for the name, but this isn't
// a 'java' mode class, then there's a problem, so punt.
//
if (name == null) return null;
// output the code
//
PdeEmitter emitter = new PdeEmitter();