Drools :: Compiler 6.0.0.CR5

org.drools.compiler.lang
Class AbstractDRLLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by org.drools.compiler.lang.AbstractDRLLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource, DRLLexer
Direct Known Subclasses:
DRL5Lexer, DRL6Lexer

public abstract class AbstractDRLLexer
extends org.antlr.runtime.Lexer
implements DRLLexer


Field Summary
 
Fields inherited from class org.antlr.runtime.Lexer
input
 
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, state
 
Constructor Summary
AbstractDRLLexer()
           
AbstractDRLLexer(org.antlr.runtime.CharStream input)
           
AbstractDRLLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, mTokens, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getGrammarFileName, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.compiler.lang.DRLLexer
getErrors
 
Methods inherited from interface org.antlr.runtime.TokenSource
getSourceName, nextToken
 

Constructor Detail

AbstractDRLLexer

public AbstractDRLLexer()

AbstractDRLLexer

public AbstractDRLLexer(org.antlr.runtime.CharStream input)

AbstractDRLLexer

public AbstractDRLLexer(org.antlr.runtime.CharStream input,
                        org.antlr.runtime.RecognizerSharedState state)

Drools :: Compiler 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.