Uses of Class
org.prorefactor.macrolevel.IncludeRef

Packages that use IncludeRef
com.joanju.cgs.browse   
org.prorefactor.macrolevel   
org.prorefactor.treeparser General use classes for any or all Tree Parsers. 
 

Uses of IncludeRef in com.joanju.cgs.browse
 

Methods in com.joanju.cgs.browse with parameters of type IncludeRef
 java.lang.String Macros.includeRefText(IncludeRef includeRef)
          Fetch a reconstruction of an include reference.
 

Uses of IncludeRef in org.prorefactor.macrolevel
 

Fields in org.prorefactor.macrolevel declared as IncludeRef
 IncludeRef MacroDef.includeRef
          For an include argument - what include reference is it for?
 

Methods in org.prorefactor.macrolevel that return IncludeRef
 IncludeRef ListingParser.getRoot()
          Get the macro tree's root - an IncludeRef object which represents the main.p source file.
 

Methods in org.prorefactor.macrolevel that return types with arguments of type IncludeRef
 java.util.ArrayList<IncludeRef> MacroRef.findIncludeReferences(int fileIndex)
          Find references to an include file by the include file's file index number.
 

Uses of IncludeRef in org.prorefactor.treeparser
 

Methods in org.prorefactor.treeparser that return IncludeRef
 IncludeRef ParseUnit.getMacroGraph()
          This will trigger a parse if the PUB is out of date.
 



Copyright © 2008 Joanju Software. All Rights Reserved.