Uses of Class
org.prorefactor.macrolevel.MacroRef

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

Uses of MacroRef in com.joanju.cgs
 

Methods in com.joanju.cgs that return MacroRef
 MacroRef[] AnalystParseUnit.getMacroRefs()
          Gets the local copy of getMacroSourceArray().
 

Uses of MacroRef in org.prorefactor.macrolevel
 

Subclasses of MacroRef in org.prorefactor.macrolevel
 class IncludeRef
           
 class NamedMacroRef
          A reference to a macro argument, i.e.
 

Fields in org.prorefactor.macrolevel declared as MacroRef
 MacroRef MacroDef.parent
          The source where this definition can be found
 MacroRef MacroRef.parent
           
 

Methods in org.prorefactor.macrolevel that return MacroRef
 MacroRef MacroDef.getParent()
           
 MacroRef MacroEvent.getParent()
           
 MacroRef MacroRef.getParent()
           
 MacroRef[] ListingParser.sourceArray()
          Get an array of the MacroRef objects, which would map to the SOURCENUM attribute from JPNode.
static MacroRef[] MacroLevel.sourceArray(MacroRef top)
          Build and return an array of the MacroRef objects, which would map to the SOURCENUM attribute from JPNode.
 

Methods in org.prorefactor.macrolevel with parameters of type MacroRef
static MacroRef[] MacroLevel.sourceArray(MacroRef top)
          Build and return an array of the MacroRef objects, which would map to the SOURCENUM attribute from JPNode.
 

Uses of MacroRef in org.prorefactor.treeparser
 

Methods in org.prorefactor.treeparser that return MacroRef
 MacroRef[] ParseUnit.getMacroSourceArray()
          This is just a shortcut for calling getMacroGraph() and MacroLevel.sourceArray().
 



Copyright © 2008 Joanju Software. All Rights Reserved.