Uses of Class
org.quattor.pan.utils.FunctionDefinition

Packages that use FunctionDefinition
org.quattor.pan.template Contains the classes that define the java implementation a pan template or classes related to them. 
 

Uses of FunctionDefinition in org.quattor.pan.template
 

Methods in org.quattor.pan.template that return FunctionDefinition
 FunctionDefinition FunctionMap.get(java.lang.String name)
          Return the function definition associated with the given name or null if it doesn't exist.
 FunctionDefinition CompileTimeContext.getFunction(java.lang.String name)
          Return the function definition associated with the given name or null if it doesn't exist.
 FunctionDefinition BuildContext.getFunction(java.lang.String name)
          Return the function definition associated with the given name or null if it doesn't exist.
 FunctionDefinition Context.getFunction(java.lang.String name)
          Return the function definition associated with the given name or null if it doesn't exist.
 



Copyright © 2011 Quattor. All Rights Reserved.