com.bea.document.internal.pattern
Class PatternParser.__jjScanner

java.lang.Object
  extended bycom.metamata.parse.Scanner
      extended bycom.bea.document.internal.pattern.PatternParser.__jjScanner
Enclosing class:
PatternParser

public class PatternParser.__jjScanner
extends com.metamata.parse.Scanner


Constructor Summary
PatternParser.__jjScanner(Reader input)
           
 
Method Summary
 void backup(int amount)
           
 int getBeginColumn()
           
 int getBeginLine()
           
 int getEndColumn()
           
 int getEndLine()
           
 com.metamata.parse.Token getNextToken()
           
 char readChar()
           
 void switchTo(int state)
           
 int tokenCount()
           
 String tokenImage(int kind)
           
 
Methods inherited from class com.metamata.parse.Scanner
createToken
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternParser.__jjScanner

public PatternParser.__jjScanner(Reader input)
Method Detail

getNextToken

public com.metamata.parse.Token getNextToken()

switchTo

public void switchTo(int state)

tokenCount

public int tokenCount()

tokenImage

public String tokenImage(int kind)

readChar

public char readChar()
              throws IOException
Throws:
IOException

backup

public void backup(int amount)

getBeginLine

public int getBeginLine()

getBeginColumn

public int getBeginColumn()

getEndLine

public int getEndLine()

getEndColumn

public int getEndColumn()