protected static class SmcLexerContext.NewCommentMap_Default extends SmcLexerContext.SmcLexerState
Modifier | Constructor and Description |
---|---|
protected |
SmcLexerContext.NewCommentMap_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 |
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, EOL, Exit, sourceDone
protected SmcLexerContext.NewCommentMap_Default(java.lang.String name, int id)
protected void alpha(SmcLexerContext context)
alpha
in class SmcLexerContext.SmcLexerState
protected void digit(SmcLexerContext context)
digit
in class SmcLexerContext.SmcLexerState
protected void percent(SmcLexerContext context)
percent
in class SmcLexerContext.SmcLexerState
protected void slash(SmcLexerContext context)
slash
in class SmcLexerContext.SmcLexerState
protected void asterisk(SmcLexerContext context)
asterisk
in class SmcLexerContext.SmcLexerState
protected void left_brace(SmcLexerContext context)
left_brace
in class SmcLexerContext.SmcLexerState
protected void right_brace(SmcLexerContext context)
right_brace
in class SmcLexerContext.SmcLexerState
protected void left_bracket(SmcLexerContext context)
left_bracket
in class SmcLexerContext.SmcLexerState
protected void left_paren(SmcLexerContext context)
left_paren
in class SmcLexerContext.SmcLexerState
protected void right_paren(SmcLexerContext context)
right_paren
in class SmcLexerContext.SmcLexerState
protected void period(SmcLexerContext context)
period
in class SmcLexerContext.SmcLexerState
protected void colon(SmcLexerContext context)
colon
in class SmcLexerContext.SmcLexerState
protected void comma(SmcLexerContext context)
comma
in class SmcLexerContext.SmcLexerState
protected void semicolon(SmcLexerContext context)
semicolon
in class SmcLexerContext.SmcLexerState
protected void underscore(SmcLexerContext context)
underscore
in class SmcLexerContext.SmcLexerState
protected void equal(SmcLexerContext context)
equal
in class SmcLexerContext.SmcLexerState
protected void dollar(SmcLexerContext context)
dollar
in class SmcLexerContext.SmcLexerState
protected void whitespace(SmcLexerContext context)
whitespace
in class SmcLexerContext.SmcLexerState
protected void unicode(SmcLexerContext context)
unicode
in class SmcLexerContext.SmcLexerState