Uses of Class
net.sourceforge.makefileparser.objects.Variable

Packages that use Variable
net.sourceforge.makefileparser.managers   
net.sourceforge.makefileparser.objects   
 

Uses of Variable in net.sourceforge.makefileparser.managers
 

Methods in net.sourceforge.makefileparser.managers that return types with arguments of type Variable
 Iterator<Variable> VariableManager.values()
          Get the current value of the variable
 

Methods in net.sourceforge.makefileparser.managers with parameters of type Variable
 boolean VariableManager.addNew(Variable var)
          Add new variable.
 

Uses of Variable in net.sourceforge.makefileparser.objects
 

Methods in net.sourceforge.makefileparser.objects that return Variable
 Variable Variable.expand(VariableManager manager)
          Expand the macros in the variable
 



Copyright © 2009. All Rights Reserved.