JFlex
public class Skeleton extends Object
| Field Summary | |
|---|---|
| static String[] | line
The skeleton of a scanner |
| Constructor Summary | |
|---|---|
| Skeleton(PrintWriter out)
Creates a new skeleton instance.
| |
| Method Summary | |
|---|---|
| void | emitNext()
Emits the next part of the skeleton |
| static void | readSkelFile(File skeletonFile)
Reads an external skeleton file for later use with this class. |
Parameters: out the writer to write the skeleton-parts to