Class XalanSurrogateRepairLexer

java.lang.Object
antlr.CharScanner
eu.bandm.tools.util3.XalanSurrogateRepairLexer
All Implemented Interfaces:
antlr.TokenStream, XSRTokenTypes

public class XalanSurrogateRepairLexer extends antlr.CharScanner implements XSRTokenTypes, antlr.TokenStream
  • Field Summary

    Fields inherited from class antlr.CharScanner

    _returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth

    Fields inherited from interface eu.bandm.tools.util3.XSRTokenTypes

    EOF, NULL_TREE_LOOKAHEAD, NUMERIC_CR, OTHER
  • Constructor Summary

    Constructors
    Constructor
    Description
    XalanSurrogateRepairLexer(antlr.InputBuffer ib)
     
    XalanSurrogateRepairLexer(antlr.LexerSharedInputState state)
     
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
    mOTHER(boolean _createToken)
     
    antlr.Token
     

    Methods inherited from class antlr.CharScanner

    append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getTabSize, getText, getTokenObject, LA, makeToken, mark, match, match, match, matchNot, matchRange, newline, panic, panic, reportError, reportError, reportWarning, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setTabSize, setText, setTokenObjectClass, tab, testLiteralsTable, testLiteralsTable, toLower, traceIn, traceIndent, traceOut, uponEOF

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XalanSurrogateRepairLexer

      public XalanSurrogateRepairLexer(InputStream in)
    • XalanSurrogateRepairLexer

      public XalanSurrogateRepairLexer(Reader in)
    • XalanSurrogateRepairLexer

      public XalanSurrogateRepairLexer(antlr.InputBuffer ib)
    • XalanSurrogateRepairLexer

      public XalanSurrogateRepairLexer(antlr.LexerSharedInputState state)
  • Method Details

    • nextToken

      public antlr.Token nextToken() throws antlr.TokenStreamException
      Specified by:
      nextToken in interface antlr.TokenStream
      Throws:
      antlr.TokenStreamException
    • mOTHER

      public final void mOTHER(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
      Throws:
      antlr.RecognitionException
      antlr.CharStreamException
      antlr.TokenStreamException