|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.antlr.runtime.BaseRecognizer
org.antlr.runtime.Lexer
palio.util.attack.detection.SqlAttackRule
public class SqlAttackRule
Field Summary | |
---|---|
static int |
EOF
|
static int |
SQL_ATTACK_PATTERN
|
Fields inherited from class org.antlr.runtime.BaseRecognizer |
---|
DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME |
Constructor Summary | |
---|---|
SqlAttackRule()
|
|
SqlAttackRule(org.antlr.runtime.CharStream input)
|
Method Summary | |
---|---|
boolean |
alreadyParsedRule(org.antlr.runtime.IntStream input,
int ruleIndex)
|
java.lang.String |
getGrammarFileName()
|
void |
memoize(org.antlr.runtime.IntStream input,
int ruleIndex,
int ruleStartIndex)
|
void |
mTokens()
|
org.antlr.runtime.Token |
nextToken()
|
Methods inherited from class org.antlr.runtime.Lexer |
---|
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut |
Methods inherited from class org.antlr.runtime.BaseRecognizer |
---|
beginResync, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getErrorHeader, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, mismatchIsMissingToken, mismatchIsUnwantedToken, recover, recoverFromMismatchedSet, setBacktrackingLevel, toStrings, traceIn, traceOut |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SQL_ATTACK_PATTERN
public static final int EOF
Constructor Detail |
---|
public SqlAttackRule()
public SqlAttackRule(org.antlr.runtime.CharStream input)
Method Detail |
---|
public java.lang.String getGrammarFileName()
getGrammarFileName
in class org.antlr.runtime.BaseRecognizer
public org.antlr.runtime.Token nextToken()
nextToken
in interface org.antlr.runtime.TokenSource
nextToken
in class org.antlr.runtime.Lexer
public void memoize(org.antlr.runtime.IntStream input, int ruleIndex, int ruleStartIndex)
memoize
in class org.antlr.runtime.BaseRecognizer
public boolean alreadyParsedRule(org.antlr.runtime.IntStream input, int ruleIndex)
alreadyParsedRule
in class org.antlr.runtime.BaseRecognizer
public void mTokens() throws org.antlr.runtime.RecognitionException
mTokens
in class org.antlr.runtime.Lexer
org.antlr.runtime.RecognitionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |