Package ortus.boxlang.runtime.testing
Class Phase1
java.lang.Object
ortus.boxlang.runtime.runnables.BoxTemplate
ortus.boxlang.runtime.testing.Phase1
- All Implemented Interfaces:
IBoxRunnable,ITemplateRunnable
-
Method Summary
Modifier and TypeMethodDescriptionvoid_invoke(IBoxContext context) This method is called by the invoke method, it is the actual implementation of the templateThe imports for this runnablestatic Phase1The AST (abstract syntax tree) of the runnableThe date the template was compiledlongThe version of the BoxLang runtimeThe path to the templateThe original source typestatic voidMain methodMethods inherited from class ortus.boxlang.runtime.runnables.BoxTemplate
invoke
-
Method Details
-
getInstance
-
_invoke
Description copied from class:BoxTemplateThis method is called by the invoke method, it is the actual implementation of the template- Specified by:
_invokein classBoxTemplate- Parameters:
context- The context to invoke the template with
-
getRunnableCompileVersion
public long getRunnableCompileVersion()The version of the BoxLang runtime- Specified by:
getRunnableCompileVersionin interfaceIBoxRunnable- Specified by:
getRunnableCompileVersionin classBoxTemplate
-
getRunnableCompiledOn
The date the template was compiled- Specified by:
getRunnableCompiledOnin interfaceIBoxRunnable- Specified by:
getRunnableCompiledOnin classBoxTemplate
-
getRunnableAST
The AST (abstract syntax tree) of the runnable- Specified by:
getRunnableASTin interfaceIBoxRunnable- Specified by:
getRunnableASTin classBoxTemplate
-
getRunnablePath
The path to the template- Specified by:
getRunnablePathin interfaceIBoxRunnable- Specified by:
getRunnablePathin classBoxTemplate
-
getSourceType
The original source type -
getImports
The imports for this runnable- Specified by:
getImportsin interfaceIBoxRunnable- Specified by:
getImportsin classBoxTemplate
-
main
Main method- Parameters:
args-
-