Uses of Class
org.prorefactor.treeparser.Parameter

Packages that use Parameter
org.prorefactor.treeparser General use classes for any or all Tree Parsers. 
 

Uses of Parameter in org.prorefactor.treeparser
 

Methods in org.prorefactor.treeparser that return types with arguments of type Parameter
 java.util.ArrayList<Parameter> Call.getParameters()
           
 java.util.ArrayList<Parameter> Routine.getParameters()
           
 

Methods in org.prorefactor.treeparser with parameters of type Parameter
 void Call.addParameter(Parameter p)
          Called by the tree parser.
 void Routine.addParameter(Parameter p)
          Called by the tree parser.
 



Copyright © 2008 Joanju Software. All Rights Reserved.