Package org.sunflow.system
Class Parser
java.lang.Object
org.sunflow.system.Parser
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkNextToken
(String token) void
close()
boolean
float
int
boolean
peekNextToken
(String tok)
-
Constructor Details
-
Parser
- Throws:
FileNotFoundException
-
-
Method Details
-
close
- Throws:
IOException
-
getNextToken
- Throws:
IOException
-
peekNextToken
- Throws:
IOException
-
getNextCodeBlock
- Throws:
Parser.ParserException
IOException
-
getNextBoolean
- Throws:
IOException
-
getNextInt
- Throws:
IOException
-
getNextFloat
- Throws:
IOException
-
checkNextToken
- Throws:
Parser.ParserException
IOException
-