Uses of Class
org.prorefactor.treeparser.Call

Packages that use Call
org.prorefactor.core General purpose Proparse support functions and subroutines. 
org.prorefactor.treeparser General use classes for any or all Tree Parsers. 
 

Uses of Call in org.prorefactor.core
 

Methods in org.prorefactor.core that return Call
 Call JPNode.getCall()
          Some nodes like RUN, USER_FUNC, LOCAL_METHOD_REF have a Call object linked to them by TreeParser01.
 

Methods in org.prorefactor.core with parameters of type Call
 void JPNode.setCall(Call call)
          Some nodes like RUN, USER_FUNC, LOCAL_METHOD_REF have a Call object linked to them by TreeParser01.
 

Uses of Call in org.prorefactor.treeparser
 

Fields in org.prorefactor.treeparser with type parameters of type Call
protected  java.util.ArrayList<Call> SymbolScope.callList
           
 

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

Methods in org.prorefactor.treeparser with parameters of type Call
 void SymbolScope.registerCall(Call call)
           
 



Copyright © 2008 Joanju Software. All Rights Reserved.