Class CompoundHostFunctionResolver

java.lang.Object
com.blackrook.rookscript.resolvers.hostfunction.CompoundHostFunctionResolver
All Implemented Interfaces:
ScriptHostFunctionResolver

public class CompoundHostFunctionResolver extends Object implements ScriptHostFunctionResolver
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