|
LPEX 3.6.6 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFortranLexer
Interface FortranLexer can be implemented to define a Fortran lexer to be used by a FortranParser.
Method Summary | |
---|---|
void |
initialize()
Initializes the Fortran lexer. |
int |
processToken()
Retrieves and processes the next Fortran token. |
void |
reinitialize()
Reinitializes the Fortran lexer. |
void |
setTaskTags(String[] taskTags)
Sets the comment tags for tasks (TODOs) to be used by the lexer. |
Method Detail |
---|
void initialize()
void reinitialize()
int processToken()
LpexCommonParser.LEXER_RC_OK
,
LpexCommonParser.LEXER_RC_EOF
,
LpexCommonParser.LEXER_RC_MORE
void setTaskTags(String[] taskTags)
taskTags
- array of non-null, non-empty strings, or
null
if no task tags in effect
|
LPEX 3.6.6 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |