net.sf.smc
Class SmcLexerContext.SmcLexerState
java.lang.Object
statemap.State
net.sf.smc.SmcLexerContext.SmcLexerState
- Direct Known Subclasses:
- SmcLexerContext.NewCommentMap_Default, SmcLexerContext.OldCommentMap_Default, SmcLexerContext.SourceMap_Default, SmcLexerContext.TokenMap_Default
- Enclosing class:
- SmcLexerContext
public abstract static class SmcLexerContext.SmcLexerState
- extends statemap.State
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmcLexerContext.SmcLexerState
protected SmcLexerContext.SmcLexerState(java.lang.String name,
int id)
Entry
protected void Entry(SmcLexerContext context)
Exit
protected void Exit(SmcLexerContext context)
EOL
protected void EOL(SmcLexerContext context)
alpha
protected void alpha(SmcLexerContext context)
asterisk
protected void asterisk(SmcLexerContext context)
colon
protected void colon(SmcLexerContext context)
comma
protected void comma(SmcLexerContext context)
commentDone
protected void commentDone(SmcLexerContext context)
digit
protected void digit(SmcLexerContext context)
dollar
protected void dollar(SmcLexerContext context)
equal
protected void equal(SmcLexerContext context)
left_brace
protected void left_brace(SmcLexerContext context)
left_bracket
protected void left_bracket(SmcLexerContext context)
left_paren
protected void left_paren(SmcLexerContext context)
percent
protected void percent(SmcLexerContext context)
period
protected void period(SmcLexerContext context)
right_brace
protected void right_brace(SmcLexerContext context)
right_paren
protected void right_paren(SmcLexerContext context)
semicolon
protected void semicolon(SmcLexerContext context)
slash
protected void slash(SmcLexerContext context)
sourceDone
protected void sourceDone(SmcLexerContext context)
underscore
protected void underscore(SmcLexerContext context)
unicode
protected void unicode(SmcLexerContext context)
whitespace
protected void whitespace(SmcLexerContext context)
Default
protected void Default(SmcLexerContext context)