Uses of Interface
org.metaabm.function.FArgumentArrayPrototype

Packages that use FArgumentArrayPrototype
org.metaabm.function   
org.metaabm.function.impl   
org.metaabm.function.util   
 

Uses of FArgumentArrayPrototype in org.metaabm.function
 

Methods in org.metaabm.function that return FArgumentArrayPrototype
 FArgumentArrayPrototype MetaABMFunctionFactory.createFArgumentArrayPrototype()
          Returns a new object of class 'FArgument Array Prototype'.
 

Uses of FArgumentArrayPrototype in org.metaabm.function.impl
 

Classes in org.metaabm.function.impl that implement FArgumentArrayPrototype
 class FArgumentArrayPrototypeImpl
           
 

Methods in org.metaabm.function.impl that return FArgumentArrayPrototype
 FArgumentArrayPrototype MetaABMFunctionFactoryImpl.createFArgumentArrayPrototype()
           
 

Uses of FArgumentArrayPrototype in org.metaabm.function.util
 

Methods in org.metaabm.function.util with parameters of type FArgumentArrayPrototype
 T MetaABMFunctionSwitch.caseFArgumentArrayPrototype(FArgumentArrayPrototype object)
          Returns the result of interpreting the object as an instance of 'FArgument Array Prototype'.