|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LexicalException | |
---|---|
org.ourgrid.common.spec | |
org.ourgrid.common.spec.lexical |
Uses of LexicalException in org.ourgrid.common.spec |
---|
Methods in org.ourgrid.common.spec that throw LexicalException | |
---|---|
LexicalAnalyzer |
CompilerModulesFactory.createLexicalAnalyzer(java.lang.String sourceFile)
Makes an instance of the Lexical Module. |
LexicalAnalyzer |
CommonCModulesFactory.createLexicalAnalyzer(java.lang.String sourceFile)
|
Uses of LexicalException in org.ourgrid.common.spec.lexical |
---|
Methods in org.ourgrid.common.spec.lexical that throw LexicalException | |
---|---|
Token |
LexicalAnalyzer.getToken()
This is the main function of the lexical analyzer. |
Token |
CommonLexicalAnalyzer.getToken()
|
Token |
LexicalAnalyzer.getToken(TokenDelimiter delimiters)
It will read the next string from source and return the token it represents. |
Token |
CommonLexicalAnalyzer.getToken(TokenDelimiter delimiters)
|
void |
CommonLexicalAnalyzerTestJob.testGetTokenWithDelimiter()
|
void |
CommonLexicalAnalyzerTestGrid.testGetTokenWithDelimiter()
|
Constructors in org.ourgrid.common.spec.lexical that throw LexicalException | |
---|---|
CommonLexicalAnalyzer(java.lang.String sourceFile)
The CommonLexicalAnalyzer constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |