Uses of Interface
org.openxma.dsl.dom.model.FunctionCall

Packages that use FunctionCall
org.openxma.dsl.dom   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of FunctionCall in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return FunctionCall
 FunctionCall DomFactory.createFunctionCall()
          Returns a new object of class 'Function Call'.
 

Uses of FunctionCall in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement FunctionCall
 class FunctionCallImpl
          An implementation of the model object 'Function Call'.
 

Methods in org.openxma.dsl.dom.model.impl that return FunctionCall
 FunctionCall DomFactoryImpl.createFunctionCall()
           
 

Uses of FunctionCall in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type FunctionCall
 T DomSwitch.caseFunctionCall(FunctionCall object)
          Returns the result of interpreting the object as an instance of 'Function Call'.
 



Copyright © 2013. All Rights Reserved.