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 Phase1
The AST (abstract syntax tree) of the runnableThe date the template was compiledlong
The version of the BoxLang runtimeThe path to the templateThe original source typestatic void
Main methodMethods inherited from class ortus.boxlang.runtime.runnables.BoxTemplate
invoke
-
Method Details
-
getInstance
-
_invoke
Description copied from class:BoxTemplate
This method is called by the invoke method, it is the actual implementation of the template- Specified by:
_invoke
in classBoxTemplate
- Parameters:
context
- The context to invoke the template with
-
getRunnableCompileVersion
public long getRunnableCompileVersion()The version of the BoxLang runtime- Specified by:
getRunnableCompileVersion
in interfaceIBoxRunnable
- Specified by:
getRunnableCompileVersion
in classBoxTemplate
-
getRunnableCompiledOn
The date the template was compiled- Specified by:
getRunnableCompiledOn
in interfaceIBoxRunnable
- Specified by:
getRunnableCompiledOn
in classBoxTemplate
-
getRunnableAST
The AST (abstract syntax tree) of the runnable- Specified by:
getRunnableAST
in interfaceIBoxRunnable
- Specified by:
getRunnableAST
in classBoxTemplate
-
getRunnablePath
The path to the template- Specified by:
getRunnablePath
in interfaceIBoxRunnable
- Specified by:
getRunnablePath
in classBoxTemplate
-
getSourceType
The original source type -
getImports
The imports for this runnable- Specified by:
getImports
in interfaceIBoxRunnable
- Specified by:
getImports
in classBoxTemplate
-
main
Main method- Parameters:
args
-
-