Package it.ovunque.bd.parser
Class MacinaSQL
java.lang.Object
java.io.StreamTokenizer
it.ovunque.bd.parser.MacinaSQL
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
stato()
void
stato
(PrintStream flusso) void
stato
(String prefisso, PrintStream flusso) Methods inherited from class java.io.StreamTokenizer
commentChar, eolIsSignificant, lineno, lowerCaseMode, ordinaryChar, ordinaryChars, parseNumbers, pushBack, quoteChar, resetSyntax, slashSlashComments, slashStarComments, toString, whitespaceChars, wordChars
-
Field Details
-
TT_COMMENTO
public static final int TT_COMMENTO- See Also:
-
TT_METACHIAVE
public static final int TT_METACHIAVE- See Also:
-
-
Constructor Details
-
MacinaSQL
-
-
Method Details
-
nextToken
- Overrides:
nextToken
in classStreamTokenizer
- Throws:
IOException
-
saltaLinea
- Throws:
IOException
-
fineLinea
- Throws:
IOException
-
descrTipo
-
stato
public void stato() -
stato
-
stato
-