com.joanju.proparse
Class DoParse

java.lang.Object
  extended by com.joanju.proparse.DoParse

public class DoParse
extends java.lang.Object


Constructor Summary
DoParse(java.lang.String fileName)
           
 
Method Summary
protected  void backLinkAndNodeNum(JPNode r)
          Set parent and prevSibling links, as well as nodeNum.
 void doParse()
           
 IntegerIndex<java.lang.String> getFilenameList()
          A reference to the collection of filenames from the parse.
 JPNode getTopNode()
           
 void setJustLex(boolean justLex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoParse

public DoParse(java.lang.String fileName)
Method Detail

backLinkAndNodeNum

protected void backLinkAndNodeNum(JPNode r)
Set parent and prevSibling links, as well as nodeNum. Caller is responsible for setting nodeNum of input node, as well as nextNodeNum value.


doParse

public void doParse()
             throws java.io.IOException,
                    TokenStreamException,
                    RecognitionException
Throws:
java.io.IOException
TokenStreamException
RecognitionException

getFilenameList

public IntegerIndex<java.lang.String> getFilenameList()
A reference to the collection of filenames from the parse.


getTopNode

public JPNode getTopNode()

setJustLex

public void setJustLex(boolean justLex)


Copyright © 2008 Joanju Software. All Rights Reserved.