protected static class SmcLexerContext.OldCommentMap_Default extends SmcLexerContext.SmcLexerState
| Modifier | Constructor and Description |
|---|---|
protected |
SmcLexerContext.OldCommentMap_Default(java.lang.String name,
int id) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
alpha(SmcLexerContext context) |
protected void |
asterisk(SmcLexerContext context) |
protected void |
colon(SmcLexerContext context) |
protected void |
comma(SmcLexerContext context) |
protected void |
digit(SmcLexerContext context) |
protected void |
dollar(SmcLexerContext context) |
protected void |
EOL(SmcLexerContext context) |
protected void |
equal(SmcLexerContext context) |
protected void |
left_brace(SmcLexerContext context) |
protected void |
left_bracket(SmcLexerContext context) |
protected void |
left_paren(SmcLexerContext context) |
protected void |
percent(SmcLexerContext context) |
protected void |
period(SmcLexerContext context) |
protected void |
right_brace(SmcLexerContext context) |
protected void |
right_paren(SmcLexerContext context) |
protected void |
semicolon(SmcLexerContext context) |
protected void |
slash(SmcLexerContext context) |
protected void |
underscore(SmcLexerContext context) |
protected void |
unicode(SmcLexerContext context) |
protected void |
whitespace(SmcLexerContext context) |
commentDone, Default, Entry, Exit, sourceDoneprotected SmcLexerContext.OldCommentMap_Default(java.lang.String name,
int id)
protected void alpha(SmcLexerContext context)
alpha in class SmcLexerContext.SmcLexerStateprotected void digit(SmcLexerContext context)
digit in class SmcLexerContext.SmcLexerStateprotected void percent(SmcLexerContext context)
percent in class SmcLexerContext.SmcLexerStateprotected void slash(SmcLexerContext context)
slash in class SmcLexerContext.SmcLexerStateprotected void asterisk(SmcLexerContext context)
asterisk in class SmcLexerContext.SmcLexerStateprotected void left_brace(SmcLexerContext context)
left_brace in class SmcLexerContext.SmcLexerStateprotected void right_brace(SmcLexerContext context)
right_brace in class SmcLexerContext.SmcLexerStateprotected void left_bracket(SmcLexerContext context)
left_bracket in class SmcLexerContext.SmcLexerStateprotected void left_paren(SmcLexerContext context)
left_paren in class SmcLexerContext.SmcLexerStateprotected void right_paren(SmcLexerContext context)
right_paren in class SmcLexerContext.SmcLexerStateprotected void period(SmcLexerContext context)
period in class SmcLexerContext.SmcLexerStateprotected void colon(SmcLexerContext context)
colon in class SmcLexerContext.SmcLexerStateprotected void comma(SmcLexerContext context)
comma in class SmcLexerContext.SmcLexerStateprotected void semicolon(SmcLexerContext context)
semicolon in class SmcLexerContext.SmcLexerStateprotected void underscore(SmcLexerContext context)
underscore in class SmcLexerContext.SmcLexerStateprotected void equal(SmcLexerContext context)
equal in class SmcLexerContext.SmcLexerStateprotected void dollar(SmcLexerContext context)
dollar in class SmcLexerContext.SmcLexerStateprotected void whitespace(SmcLexerContext context)
whitespace in class SmcLexerContext.SmcLexerStateprotected void EOL(SmcLexerContext context)
EOL in class SmcLexerContext.SmcLexerStateprotected void unicode(SmcLexerContext context)
unicode in class SmcLexerContext.SmcLexerState