com.joanju.cgs.browse
Class Macros

java.lang.Object
  extended by com.joanju.cgs.browse.Macros

public class Macros
extends java.lang.Object

Support class for doing stuff with the macro source tree.


Constructor Summary
Macros(ParseUnit pu)
           
 
Method Summary
static java.lang.String[] buildShortFileNames(java.lang.String[] fileIndex)
           
 java.lang.String includeRefText(IncludeRef includeRef)
          Fetch a reconstruction of an include reference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Macros

public Macros(ParseUnit pu)
Method Detail

buildShortFileNames

public static java.lang.String[] buildShortFileNames(java.lang.String[] fileIndex)

includeRefText

public java.lang.String includeRefText(IncludeRef includeRef)
Fetch a reconstruction of an include reference. This does not pull from the source code, but instead from the data that is stored in the macro source tree. Does not include the curly braces.



Copyright © 2008 Joanju Software. All Rights Reserved.