Uses of Class
io.appform.hope.lang.HopeLangEngine.Builder
-
Packages that use HopeLangEngine.Builder Package Description io.appform.hope.lang -
-
Uses of HopeLangEngine.Builder in io.appform.hope.lang
Methods in io.appform.hope.lang that return HopeLangEngine.Builder Modifier and Type Method Description HopeLangEngine.BuilderHopeLangEngine.Builder. addPackage(String userPackage)Add a package that will be scanned besides stdlib for implementations ofHopeFunctionstatic HopeLangEngine.BuilderHopeLangEngine. builder()Create a builder for the parser.HopeLangEngine.BuilderHopeLangEngine.Builder. errorHandlingStrategy(ErrorHandlingStrategy errorHandlingStrategy)Override error handling strategy.HopeLangEngine.BuilderHopeLangEngine.Builder. registerFunction(Class<? extends HopeFunction> hopeFunctionClass)Register aHopeFunctionimplementation directly to the function registry
-