Class CompoundFunctionResolver

java.lang.Object
com.blackrook.rookscript.resolvers.hostfunction.CompoundFunctionResolver
All Implemented Interfaces:
ScriptFunctionResolver

public class CompoundFunctionResolver extends Object implements ScriptFunctionResolver
A host function resolver that is a combination of multiple resolvers. Functions are resolved in the order that they are added to this resolver.
Author:
Matthew Tropiano