uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleCompAppend
Class SimpleCompAppend

java.lang.Object
  extended by uk.ac.bbk.dcs.automed.qproc.annotate.grammars.QueryParser
      extended by uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleCompAppend.SimpleCompAppend
All Implemented Interfaces:
SimpleCompAppendConstants

public class SimpleCompAppend
extends QueryParser
implements SimpleCompAppendConstants


Field Summary
private  java.util.Vector jj_expentries
           
private  int[] jj_expentry
           
private  int jj_gen
           
(package private)  SimpleCharStream jj_input_stream
           
private  int jj_kind
           
private  int[] jj_la1
           
private static int[] jj_la1_0
           
 Token jj_nt
           
private  int jj_ntk
           
 Token token
           
 SimpleCompAppendTokenManager token_source
           
 
Fields inherited from interface uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleCompAppend.SimpleCompAppendConstants
APPEND, BCOMP, BOOLTOKEN, COMMA, COMP, COMPARISONTOKEN, CONSTOKEN, DEFAULT, EOF, LCOMP, NUMTOKEN, SCOMP, STRTOKEN, SYSVARTOKEN, tokenImage, URITOKEN, VARTOKEN, WRAPPERTOKEN
 
Constructor Summary
SimpleCompAppend(java.io.InputStream stream)
           
SimpleCompAppend(java.io.Reader stream)
           
SimpleCompAppend(SimpleCompAppendTokenManager tm)
           
 
Method Summary
 void append()
           
 void consName()
           
 void constant()
           
 void disable_tracing()
           
 void enable_tracing()
           
 ParseException generateParseException()
           
 void generatorPattern()
           
 Token getNextToken()
           
 Token getToken(int index)
           
private  Token jj_consume_token(int kind)
           
private static void jj_la1_0()
           
private  int jj_ntk()
           
 void listTuple()
           
 void modelName()
           
 void nestedTuple()
           
 void parse()
           
 void peerName()
           
 void pureScheme()
           
 void ReInit(java.io.InputStream stream)
           
 void ReInit(java.io.Reader stream)
           
 void ReInit(SimpleCompAppendTokenManager tm)
           
 void schemaName()
           
 void schemeElement()
           
 void schemeSeq()
           
 void seqOfVars()
           
 void seqOfVarsOrConstants()
           
 void seqOfVarsOrTuples()
           
 void simpleComprehension()
           
 void simpleFilter()
           
 void simpleGenerator()
           
 void simpleList()
           
 void simpleListTokens()
           
 void simpleQuals()
           
 void simpleScheme()
           
 void simpleSchemeOrSimpleComp()
           
 void simpleTuple()
           
 void type()
           
 void variable()
           
 void varOrCons()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token_source

public SimpleCompAppendTokenManager token_source

jj_input_stream

SimpleCharStream jj_input_stream

token

public Token token

jj_nt

public Token jj_nt

jj_ntk

private int jj_ntk

jj_gen

private int jj_gen

jj_la1

private final int[] jj_la1

jj_la1_0

private static int[] jj_la1_0

jj_expentries

private java.util.Vector jj_expentries

jj_expentry

private int[] jj_expentry

jj_kind

private int jj_kind
Constructor Detail

SimpleCompAppend

public SimpleCompAppend(java.io.InputStream stream)

SimpleCompAppend

public SimpleCompAppend(java.io.Reader stream)

SimpleCompAppend

public SimpleCompAppend(SimpleCompAppendTokenManager tm)
Method Detail

parse

public final void parse()
                 throws ParseException
Specified by:
parse in class QueryParser
Throws:
ParseException

append

public final void append()
                  throws ParseException
Throws:
ParseException

simpleSchemeOrSimpleComp

public final void simpleSchemeOrSimpleComp()
                                    throws ParseException
Throws:
ParseException

simpleComprehension

public final void simpleComprehension()
                               throws ParseException
Throws:
ParseException

constant

public final void constant()
                    throws ParseException
Throws:
ParseException

simpleTuple

public final void simpleTuple()
                       throws ParseException
Throws:
ParseException

nestedTuple

public final void nestedTuple()
                       throws ParseException
Throws:
ParseException

generatorPattern

public final void generatorPattern()
                            throws ParseException
Throws:
ParseException

seqOfVarsOrConstants

public final void seqOfVarsOrConstants()
                                throws ParseException
Throws:
ParseException

seqOfVarsOrTuples

public final void seqOfVarsOrTuples()
                             throws ParseException
Throws:
ParseException

variable

public final void variable()
                    throws ParseException
Throws:
ParseException

seqOfVars

public final void seqOfVars()
                     throws ParseException
Throws:
ParseException

simpleQuals

public final void simpleQuals()
                       throws ParseException
Throws:
ParseException

simpleGenerator

public final void simpleGenerator()
                           throws ParseException
Throws:
ParseException

simpleFilter

public final void simpleFilter()
                        throws ParseException
Throws:
ParseException

simpleList

public final void simpleList()
                      throws ParseException
Throws:
ParseException

simpleListTokens

public final void simpleListTokens()
                            throws ParseException
Throws:
ParseException

listTuple

public final void listTuple()
                     throws ParseException
Throws:
ParseException

simpleScheme

public final void simpleScheme()
                        throws ParseException
Throws:
ParseException

pureScheme

public final void pureScheme()
                      throws ParseException
Throws:
ParseException

peerName

public final void peerName()
                    throws ParseException
Throws:
ParseException

schemaName

public final void schemaName()
                      throws ParseException
Throws:
ParseException

modelName

public final void modelName()
                     throws ParseException
Throws:
ParseException

consName

public final void consName()
                    throws ParseException
Throws:
ParseException

type

public final void type()
                throws ParseException
Throws:
ParseException

varOrCons

public final void varOrCons()
                     throws ParseException
Throws:
ParseException

schemeSeq

public final void schemeSeq()
                     throws ParseException
Throws:
ParseException

schemeElement

public final void schemeElement()
                         throws ParseException
Throws:
ParseException

jj_la1_0

private static void jj_la1_0()

ReInit

public void ReInit(java.io.InputStream stream)

ReInit

public void ReInit(java.io.Reader stream)
Specified by:
ReInit in class QueryParser

ReInit

public void ReInit(SimpleCompAppendTokenManager tm)

jj_consume_token

private final Token jj_consume_token(int kind)
                              throws ParseException
Throws:
ParseException

getNextToken

public final Token getNextToken()

getToken

public final Token getToken(int index)

jj_ntk

private final int jj_ntk()

generateParseException

public ParseException generateParseException()

enable_tracing

public final void enable_tracing()

disable_tracing

public final void disable_tracing()