public final class SmcLexerContext
extends statemap.FSMContext
Modifier and Type | Class and Description |
---|---|
protected static class |
SmcLexerContext.NewCommentMap_Default |
protected static class |
SmcLexerContext.OldCommentMap_Default |
static class |
SmcLexerContext.SmcLexerState |
protected static class |
SmcLexerContext.SourceMap_Default |
protected static class |
SmcLexerContext.TokenMap_Default |
Constructor and Description |
---|
SmcLexerContext(net.sf.smc.SmcLexer owner) |
SmcLexerContext(net.sf.smc.SmcLexer owner,
SmcLexerContext.SmcLexerState initState) |
Modifier and Type | Method and Description |
---|---|
void |
alpha() |
void |
asterisk() |
void |
colon() |
void |
comma() |
void |
commentDone() |
void |
digit() |
void |
dollar() |
void |
EOL() |
void |
equal() |
protected net.sf.smc.SmcLexer |
getOwner() |
SmcLexerContext.SmcLexerState |
getState() |
void |
left_brace() |
void |
left_bracket() |
void |
left_paren() |
void |
percent() |
void |
period() |
void |
right_brace() |
void |
right_paren() |
void |
semicolon() |
void |
setOwner(net.sf.smc.SmcLexer owner) |
void |
slash() |
void |
sourceDone() |
void |
underscore() |
void |
unicode() |
void |
whitespace() |
public SmcLexerContext(net.sf.smc.SmcLexer owner)
public SmcLexerContext(net.sf.smc.SmcLexer owner, SmcLexerContext.SmcLexerState initState)
public void EOL()
public void alpha()
public void asterisk()
public void colon()
public void comma()
public void commentDone()
public void digit()
public void dollar()
public void equal()
public void left_brace()
public void left_bracket()
public void left_paren()
public void percent()
public void period()
public void right_brace()
public void right_paren()
public void semicolon()
public void slash()
public void sourceDone()
public void underscore()
public void unicode()
public void whitespace()
public SmcLexerContext.SmcLexerState getState() throws statemap.StateUndefinedException
statemap.StateUndefinedException
protected net.sf.smc.SmcLexer getOwner()
public void setOwner(net.sf.smc.SmcLexer owner)