Uses of Package
org.prorefactor.core

Packages that use org.prorefactor.core
com.joanju.cg.api Programmer's API to Callgraph. 
com.joanju.cg.bytecode   
com.joanju.cg.codegen   
com.joanju.cg.core   
com.joanju.cg.util   
com.joanju.cgs   
com.joanju.proparse   
org.prorefactor.core General purpose Proparse support functions and subroutines. 
org.prorefactor.core.unittest Unit test classes for all Joanju packages. 
org.prorefactor.nodetypes Subtypes of org.prorefactor.core.JPNode, and related classes. 
org.prorefactor.refactor General support classes for the refactoring packages. 
org.prorefactor.refactor.action Provides the Refactoring Actions. 
org.prorefactor.refactor.substitute Provides lint, refactor, and other subroutines related to the p4gl SUBSTITUTE refactor. 
org.prorefactor.refactor.tfnames Table and field names lint and refactoring. 
org.prorefactor.reports   
org.prorefactor.treeparser General use classes for any or all Tree Parsers. 
org.prorefactor.treeparser01 This is the "primary" tree parser, which provides basic services such as scope and name resolution. 
org.prorefactor.treeparser03 This tree parser performs various lint checks on the AST, and builds a sorted tree of RefactorTarget objects. 
org.prorefactor.treeparserbase This is the "base" tree parser. 
 

Classes in org.prorefactor.core used by com.joanju.cg.api
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
 

Classes in org.prorefactor.core used by com.joanju.cg.bytecode
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
 

Classes in org.prorefactor.core used by com.joanju.cg.codegen
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
 

Classes in org.prorefactor.core used by com.joanju.cg.core
ICallback
           
 

Classes in org.prorefactor.core used by com.joanju.cg.util
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
 

Classes in org.prorefactor.core used by com.joanju.cgs
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
 

Classes in org.prorefactor.core used by com.joanju.proparse
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
TokenTypesI
          Common interface for fetching token names from token numbers.
 

Classes in org.prorefactor.core used by org.prorefactor.core
ICallback
           
ICallbackAST
          Interface for callback with an antlr.collections.AST.
ICallbackb
          Callback with a boolean value.
IJPNode
          This interface exists so that we can refer to it, rather than to JPNode directly, from the tree parsers.
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
JPNodeLister
          Prints out the structure of a JPNode AST.
JPUtil
          Joanju Proparse Utility Pack
PositionIndex
          Provides an index of JPNode objects, sorted by fileIndex, line, and column.
TokenTypesI
          Common interface for fetching token names from token numbers.
 

Classes in org.prorefactor.core used by org.prorefactor.core.unittest
ICallback
           
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
JPNodeLister
          Prints out the structure of a JPNode AST.
TokenTypesI
          Common interface for fetching token names from token numbers.
 

Classes in org.prorefactor.core used by org.prorefactor.nodetypes
IJPNode
          This interface exists so that we can refer to it, rather than to JPNode directly, from the tree parsers.
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
 

Classes in org.prorefactor.core used by org.prorefactor.refactor
ICallback
           
 

Classes in org.prorefactor.core used by org.prorefactor.refactor.action
ICallback
           
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
PRCException
          ProRefactor Core Exception
 

Classes in org.prorefactor.core used by org.prorefactor.refactor.substitute
IConstants
          Constants commonly used when working with Proparse.
 

Classes in org.prorefactor.core used by org.prorefactor.refactor.tfnames
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
 

Classes in org.prorefactor.core used by org.prorefactor.reports
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
 

Classes in org.prorefactor.core used by org.prorefactor.treeparser
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
PRCException
          ProRefactor Core Exception
 

Classes in org.prorefactor.core used by org.prorefactor.treeparser01
JPNode
          Extension to antlr.BaseAST, which allows us to extract an external "antlr" AST view of a Proparse AST, which we can then run tree parsers against.
 

Classes in org.prorefactor.core used by org.prorefactor.treeparser03
IConstants
          Constants commonly used when working with Proparse.
 

Classes in org.prorefactor.core used by org.prorefactor.treeparserbase
TokenTypesI
          Common interface for fetching token names from token numbers.
 



Copyright © 2008 Joanju Software. All Rights Reserved.