jq.parse
Class Parser

java.lang.Object
  extended byjq.parse.Parser

public class Parser
extends java.lang.Object


Constructor Summary
Parser(java.io.InputStream in, ParseListener l)
           
 
Method Summary
 void closeParen(java.lang.String token)
           
 void commentToken(java.lang.String token)
           
 void eof()
           
 void identifierToken(java.lang.String token)
           
static void main(java.lang.String[] args)
           
 void openParen(java.lang.String token)
           
 void stringToken(java.lang.String token)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser(java.io.InputStream in,
              ParseListener l)
Method Detail

main

public static void main(java.lang.String[] args)

openParen

public void openParen(java.lang.String token)
               throws java.io.IOException
Throws:
java.io.IOException

closeParen

public void closeParen(java.lang.String token)
                throws java.io.IOException
Throws:
java.io.IOException

stringToken

public void stringToken(java.lang.String token)
                 throws java.io.IOException
Throws:
java.io.IOException

commentToken

public void commentToken(java.lang.String token)

identifierToken

public void identifierToken(java.lang.String token)
                     throws java.io.IOException
Throws:
java.io.IOException

eof

public void eof()
         throws java.io.IOException
Throws:
java.io.IOException