Index

$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

$

$bx - Variable in class ortus.boxlang.runtime.runnables.BoxInterface
Metadata object
$bx - Static variable in class ortus.boxlang.runtime.scopes.Key
 
$bx - Variable in class ortus.boxlang.runtime.types.Array
Metadata object
$bx - Variable in class ortus.boxlang.runtime.types.DateTime
Metadata object
$bx - Variable in class ortus.boxlang.runtime.types.File
Metadata object
$bx - Variable in class ortus.boxlang.runtime.types.Function
Metadata object
$bx - Variable in class ortus.boxlang.runtime.types.NullValue
Metadata object
$bx - Variable in class ortus.boxlang.runtime.types.Query
Metadata object
$bx - Variable in class ortus.boxlang.runtime.types.QueryColumn
Metadata object
$bx - Variable in class ortus.boxlang.runtime.types.Struct
Metadata object
$bx - Variable in class ortus.boxlang.runtime.types.XML
Metadata object
$class - Variable in class ortus.boxlang.runtime.types.meta.ClassMeta
 
$class - Variable in class ortus.boxlang.runtime.types.meta.FunctionMeta
 
$class - Variable in class ortus.boxlang.runtime.types.meta.GenericMeta
 
$class - Variable in class ortus.boxlang.runtime.types.meta.InterfaceMeta
 
$class - Variable in class ortus.boxlang.runtime.types.meta.QueryMeta
 
$class - Variable in class ortus.boxlang.runtime.types.meta.StructMeta
 

A

abort - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Abort - Class in ortus.boxlang.runtime.components.system
 
Abort() - Constructor for class ortus.boxlang.runtime.components.system.Abort
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
AbortException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when the current request is aborted.
AbortException() - Constructor for exception class ortus.boxlang.runtime.types.exceptions.AbortException
Constructor
AbortException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.AbortException
Constructor
Abs - Class in ortus.boxlang.runtime.bifs.global.math
 
Abs() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Abs
Constructor
absolutePath() - Method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Returns the value of the absolutePath record component.
ABSTRACT - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxMethodDeclarationModifier
 
AbstractCacheProvider - Class in ortus.boxlang.runtime.cache.providers
Abstract Cache Provider for BoxLang This is an optional base class for all cache providers.
AbstractCacheProvider() - Constructor for class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
 
AbstractFunction - Class in ortus.boxlang.runtime.types
A BoxLang abstract Function.
AbstractFunction(Key, Argument[], String, Function.Access, IStruct, IStruct, String, String) - Constructor for class ortus.boxlang.runtime.types.AbstractFunction
Constructor Create a new abstract function.
AbstractParser - Class in ortus.boxlang.compiler.parser
Parser abstract class
AbstractParser() - Constructor for class ortus.boxlang.compiler.parser.AbstractParser
Constructor, initialize the error list
AbstractParser(int, int) - Constructor for class ortus.boxlang.compiler.parser.AbstractParser
 
AbstractRequest - Class in ortus.boxlang.debugger.request
An abstract requet.
AbstractRequest() - Constructor for class ortus.boxlang.debugger.request.AbstractRequest
 
AbstractResponse - Class in ortus.boxlang.debugger.response
Abstract base class to aid in modeling response types
AbstractResponse() - Constructor for class ortus.boxlang.debugger.response.AbstractResponse
 
AbstractResponse(String, int, boolean) - Constructor for class ortus.boxlang.debugger.response.AbstractResponse
 
AbstractStore - Class in ortus.boxlang.runtime.cache.store
The base implementation of a cache store in BoxLang.
AbstractStore() - Constructor for class ortus.boxlang.runtime.cache.store.AbstractStore
 
AbstractTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer
Abstract Transformer class Implements common functionality used by all the transformer sub classes
AbstractTransformer(Transpiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
 
AbstractTransformer.ExitsAllowed - Enum Class in ortus.boxlang.compiler.javaboxpiler.transformer
 
accept - Static variable in class ortus.boxlang.runtime.scopes.Key
 
accept(Object) - Method in class ortus.boxlang.runtime.interop.proxies.Consumer
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.BoxClass
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.BoxScript
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.BoxStaticInitializer
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.BoxTemplate
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.comment.BoxDocComment
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.comment.BoxMultiLineComment
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.comment.BoxSingleLineComment
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxArgument
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxArrayAccess
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxArrayLiteral
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxAssignment
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxBinaryOperation
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxBooleanLiteral
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxClosure
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxComparisonOperation
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxDecimalLiteral
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxDotAccess
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxExpressionInvocation
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxFQN
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionalBIFAccess
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionalMemberAccess
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionInvocation
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxIdentifier
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxIntegerLiteral
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxLambda
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxNegateOperation
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxNew
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxNull
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxParenthesis
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxScope
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxStaticAccess
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxStaticMethodInvocation
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxStringConcat
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxStringInterpolation
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxStringLiteral
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxStructLiteral
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxTernaryOperation
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxUnaryOperation
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxAnnotation
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxAssert
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxBreak
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxBufferOutput
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxContinue
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxDo
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxDocumentationAnnotation
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxExpressionStatement
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIn
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIndex
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxIfElse
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxImport
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxParam
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxProperty
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxRethrow
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxReturn
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxReturnType
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxScriptIsland
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxStatementBlock
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitch
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitchCase
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxTry
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxTryCatch
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxWhile
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
accept(ReplacingBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.component.BoxTemplateIsland
 
accept(ReplacingBoxVisitor) - Method in interface ortus.boxlang.compiler.ast.visitor.BoxVisitable
Accept method for replacing visitor support.
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.BoxClass
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.BoxScript
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.BoxStaticInitializer
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.BoxTemplate
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.comment.BoxDocComment
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.comment.BoxMultiLineComment
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.comment.BoxSingleLineComment
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxArgument
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxArrayAccess
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxArrayLiteral
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxAssignment
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxBinaryOperation
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxBooleanLiteral
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxClosure
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxComparisonOperation
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxDecimalLiteral
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxDotAccess
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxExpressionInvocation
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxFQN
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionalBIFAccess
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionalMemberAccess
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionInvocation
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxIdentifier
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxIntegerLiteral
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxLambda
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxNegateOperation
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxNew
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxNull
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxParenthesis
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxScope
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxStaticAccess
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxStaticMethodInvocation
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxStringConcat
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxStringInterpolation
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxStringLiteral
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxStructLiteral
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxTernaryOperation
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.expression.BoxUnaryOperation
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxAnnotation
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxAssert
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxBreak
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxBufferOutput
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxContinue
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxDo
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxDocumentationAnnotation
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxExpressionStatement
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIn
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIndex
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxIfElse
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxImport
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxParam
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxProperty
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxRethrow
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxReturn
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxReturnType
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxScriptIsland
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxStatementBlock
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitch
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitchCase
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxTry
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxTryCatch
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.BoxWhile
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
accept(VoidBoxVisitor) - Method in class ortus.boxlang.compiler.ast.statement.component.BoxTemplateIsland
 
accept(VoidBoxVisitor) - Method in interface ortus.boxlang.compiler.ast.visitor.BoxVisitable
Accept method for visitor support.
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.event.BreakpointEvent
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.event.ContinuedEvent
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.event.Event
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.event.ExitEvent
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.event.OutputEvent
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.event.StoppedEvent
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.event.TerminatedEvent
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.event.ThreadEvent
 
accept(DebugAdapter) - Method in interface ortus.boxlang.debugger.IAdapterProtocolMessage
Implement this to use a DebugAdapter as a visitor
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.MapAdapterProtocolMessage
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.AttachRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.ConfigurationDoneRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.ContinueRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.DisconnectRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.EvaluateRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.InitializeRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.LaunchRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.NextRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.PauseRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.ScopeRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.SetBreakpointsRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.SetExceptionBreakpointsRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.SetVariableRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.StackTraceRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.StepInRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.StepOutRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.TerminateRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.ThreadsRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.request.VariablesRequest
 
accept(DebugAdapter) - Method in class ortus.boxlang.debugger.response.AbstractResponse
 
accept(T, U) - Method in class ortus.boxlang.runtime.interop.proxies.BiConsumer
 
acceptsURL(String) - Method in class ortus.boxlang.runtime.jdbc.drivers.DriverShim
Accepts the JDBC URL
access - Static variable in class ortus.boxlang.runtime.scopes.Key
 
accessors - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Acos - Class in ortus.boxlang.runtime.bifs.global.math
 
Acos() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Acos
Constructor
action - Static variable in class ortus.boxlang.runtime.scopes.Key
 
activate(IBoxContext) - Method in class ortus.boxlang.runtime.modules.ModuleRecord
This method activates the module in the runtime.
activated - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
Flag to indicate if the module has been activated or not yet
activatedOn - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The timestamp when the module was activated
activationTime - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The time it took in ms to activate the module
AdapterProtocolMessageReader - Class in ortus.boxlang.debugger
 
AdapterProtocolMessageReader(InputStream) - Constructor for class ortus.boxlang.debugger.AdapterProtocolMessageReader
 
add(int, Object) - Method in class ortus.boxlang.runtime.types.Array
 
add(Object) - Method in class ortus.boxlang.runtime.types.Array
 
add(Object) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
 
add(IStruct) - Method in class ortus.boxlang.runtime.types.Query
 
addAll(int, Collection<? extends Object>) - Method in class ortus.boxlang.runtime.types.Array
 
addAll(int, Collection<? extends Object>) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
 
addAll(Collection<? extends Object>) - Method in class ortus.boxlang.runtime.types.Array
 
addAll(Collection<? extends Object>) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
 
addAll(Collection<? extends IStruct>) - Method in class ortus.boxlang.runtime.types.Query
 
addAll(Map<? extends Object, ? extends Object>) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
addAll(Map<? extends Object, ? extends Object>) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Copies all of the mappings from the specified map to this map (optional operation).
addAll(Map<? extends Object, ? extends Object>) - Method in interface ortus.boxlang.runtime.types.IStruct
Copies all of the mappings from the specified map to this map (optional operation).
addAll(Map<? extends Object, ? extends Object>) - Method in class ortus.boxlang.runtime.types.Struct
Copies all of the mappings from the specified map to this map (optional operation).
addAll(Map<? extends Object, ? extends Object>) - Method in class ortus.boxlang.runtime.types.XML
 
addBreakpoint(String, Breakpoint) - Method in class ortus.boxlang.debugger.BoxLangRemoteDebugger
 
addBreakpoint(String, Breakpoint) - Method in interface ortus.boxlang.debugger.IBoxLangDebugger
 
addColumn(Key, QueryColumnType) - Method in class ortus.boxlang.runtime.types.Query
Add a column to the query, populated with nulls
addColumn(Key, QueryColumnType, Object[]) - Method in class ortus.boxlang.runtime.types.Query
Add a column to the query, populated with provided data.
addComment(BoxComment) - Method in class ortus.boxlang.compiler.ast.BoxNode
Add a single comment
addCustomParams(String) - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
This method is used to incorporate custom parameters into the target connection string.
addCustomParams(String, String) - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
This method is used to incorporate custom parameters into the target connection string.
addData(Object) - Method in class ortus.boxlang.runtime.types.Query
Helper method for queryNew() and queryAddRow() to handle the different scenarios for adding data to a query
addDocumentation(BoxDocumentationAnnotation) - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
addEmptyRow() - Method in class ortus.boxlang.runtime.types.Query
Add an empty row to the query
addErrorListeners(Lexer, Parser) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Add the parser error listener to the ANTLR parser
addErrorListeners(Lexer, Parser) - Method in class ortus.boxlang.compiler.parser.DocParser
Add the parser error listener to the ANTLR parser
addImport(String) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
Increment and return the lambda counter
addIndex(Node, BoxNode) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
Add cross-reference index entry
addJImport(Expression) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
addModulePath(String) - Method in class ortus.boxlang.runtime.services.ModuleService
Add a module path to the list of paths to search for modules.
addModulePath(Path) - Method in class ortus.boxlang.runtime.services.ModuleService
Add a module Path to the list of paths to search for modules.
addnewline - Static variable in class ortus.boxlang.runtime.scopes.Key
 
addParameter(String, String) - Method in class ortus.boxlang.runtime.net.URIBuilder
 
addRow(Object[]) - Method in class ortus.boxlang.runtime.types.Query
Add a row to the query
addRow(Array) - Method in class ortus.boxlang.runtime.types.Query
Add a row to the query
addRow(IStruct) - Method in class ortus.boxlang.runtime.types.Query
Add a row to the query
addRows(int) - Method in class ortus.boxlang.runtime.types.Query
Add empty rows to the query
addStaticInitializer(BlockStmt) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
addToken - Static variable in class ortus.boxlang.runtime.scopes.Key
 
addURL(URL) - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Add a URL to the class loader
addURLs(URL[]) - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Add an array of URLs to the class loader
after(BiConsumer<ScheduledTask, Optional<?>>) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Store the closure to execute after the task is executed
AFTER_APPLICATION_LISTENER_LOAD - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
AFTER_CACHE_CLEAR_ALL - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Cache Provider Events
AFTER_CACHE_ELEMENT_INSERT - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Cache Store Events
AFTER_CACHE_ELEMENT_REMOVED - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
AFTER_CACHE_ELEMENT_UPDATED - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
AFTER_CACHE_REGISTRATION - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
AFTER_CACHE_REMOVAL - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
AFTER_CACHE_SERVICE_SHUTDOWN - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
AFTER_CACHE_SERVICE_STARTUP - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Cache Service Events
AFTER_CACHE_SHUTDOWN - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
AFTER_DYNAMIC_OBJECT_CREATION - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Dynamic Object Events
AFTER_MODULE_ACTIVATIONS - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
AFTER_MODULE_REGISTRATIONS - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Module Events
afterAnyTask(ScheduledTask, Optional<?>) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Called after ANY task runs
afterAnyTask(ScheduledTask, Optional<?>) - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Called after ANY task runs
AggregateFeatureUsed(String, FeatureAuditVisitor.FeatureType, String, boolean, int) - Constructor for record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.AggregateFeatureUsed
Creates an instance of a AggregateFeatureUsed record class.
algorithm - Static variable in class ortus.boxlang.runtime.scopes.Key
 
alias() - Element in annotation interface ortus.boxlang.runtime.bifs.BoxBIF
 
alias() - Element in annotation interface ortus.boxlang.runtime.components.BoxComponent
 
alias() - Method in record class ortus.boxlang.runtime.loader.ImportDefinition
Returns the value of the alias record component.
all(IBoxContext, Object...) - Static method in class ortus.boxlang.runtime.async.BoxFuture
This method accepts an infinite amount of future objects, closures or an array of future objects/closures in order to execute them in parallel.
ALL_KEYS - Static variable in interface ortus.boxlang.runtime.types.meta.IListenable
 
allApply(IBoxContext, Object, Function, Function) - Static method in class ortus.boxlang.runtime.async.BoxFuture
This function can accept an array of items or a struct of items and apply a function to each of the item's in parallel.
allApply(IBoxContext, Object, Function, Function, long, Object) - Static method in class ortus.boxlang.runtime.async.BoxFuture
This function can accept an array of items or a struct of items and apply a function to each of the item's in parallel.
allApply(IBoxContext, Object, Function, Function, long, Object, Executor) - Static method in class ortus.boxlang.runtime.async.BoxFuture
This function can accept an array of items or a struct of items and apply a function to each of the item's in parallel.
allApply(IBoxContext, Object, Function, Function, Executor) - Static method in class ortus.boxlang.runtime.async.BoxFuture
This function can accept an array of items or a struct of items and apply a function to each of the item's in parallel.
allow - Static variable in class ortus.boxlang.runtime.scopes.Key
 
allowRealPath - Static variable in class ortus.boxlang.runtime.scopes.Key
 
allowsBody - Variable in class ortus.boxlang.runtime.components.ComponentDescriptor
component allows a body.
allowsBody() - Element in annotation interface ortus.boxlang.runtime.components.BoxComponent
 
allowsBody() - Method in class ortus.boxlang.runtime.components.ComponentDescriptor
Descriptor allows a body or not
allThreadsContinued - Variable in class ortus.boxlang.debugger.response.ContinueResponse.ContinueResponseBody
 
And - Class in ortus.boxlang.runtime.operators
Performs Logical "and" true && true
And - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
And() - Constructor for class ortus.boxlang.runtime.operators.And
 
annotations - Static variable in class ortus.boxlang.runtime.scopes.Key
 
annotations() - Method in record class ortus.boxlang.runtime.types.Argument
Returns the value of the annotations record component.
annotations() - Method in record class ortus.boxlang.runtime.types.Property
Returns the value of the annotations record component.
announce(String, IStruct) - Method in class ortus.boxlang.runtime.BoxRuntime
Announce an event with the provided IStruct of data short-hand for BoxRuntime.getInterceptorService().announce()
announce(String, IStruct) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Announce an event with the provided IStruct of data.
announce(BoxEvent) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Announce a BoxEvent with no data using a BoxEvent object as the state
announce(BoxEvent) - Method in class ortus.boxlang.runtime.services.BaseService
Announce an event with no data.
announce(BoxEvent, IStruct) - Method in class ortus.boxlang.runtime.BoxRuntime
Announce an event with the provided IStruct of data short-hand for BoxRuntime.getInterceptorService().announce()
announce(BoxEvent, IStruct) - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Announce an event with the provided IStruct of data.
announce(BoxEvent, IStruct) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Announce an event with the provided IStruct of data.
announce(BoxEvent, IStruct) - Method in class ortus.boxlang.runtime.services.BaseService
Announce an event with the provided IStruct of data.
announce(BoxEvent, IStruct, IBoxContext) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Helper to Announce an event with the provided IStruct of data and the app context
announce(Key) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Announce an event with no data using a Key object as the state
announce(Key) - Method in class ortus.boxlang.runtime.services.BaseService
Announce an event with no data.
announce(Key, IStruct) - Method in class ortus.boxlang.runtime.bifs.BIF
Announce an event with the provided IStruct of data.
announce(Key, IStruct) - Method in class ortus.boxlang.runtime.BoxRuntime
Announce an event with the provided IStruct of data short-hand for BoxRuntime.getInterceptorService().announce()
announce(Key, IStruct) - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Announce an event in the Runtime and the local pool with the provided IStruct of data.
announce(Key, IStruct) - Method in class ortus.boxlang.runtime.components.Component
Announce an event with the provided IStruct of data.
announce(Key, IStruct) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Announce an event with the provided IStruct of data.
announce(Key, IStruct) - Method in class ortus.boxlang.runtime.services.BaseService
Announce an event with the provided IStruct of data.
announce(Key, IStruct, IBoxContext) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Helper to Announce an event with the provided IStruct of data and the app context
announce(Key, IStruct, IBoxContext) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Announce an event with the provided IStruct of data and context
announce(IStruct, IBoxContext) - Method in class ortus.boxlang.runtime.events.InterceptorState
Process the state by announcing it to all observers
announceAsync(String, IStruct) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Announce an event with the provided IStruct of data asynchronously.
announceAsync(BoxEvent) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Announce a BoxEvent with no data using a BoxEvent object as the state asynchronously
announceAsync(BoxEvent, IStruct) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Announce an event with the provided IStruct of data asynchronously.
announceAsync(Key) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Announce an event with no data using a Key object as the state asynchronously
announceAsync(Key, IStruct) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Announce an event with the provided IStruct of data asynchronously.
announceAsync(Key, IStruct, IBoxContext) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Announce an event with the provided IStruct of data and context asynchronously
ANONYMOUSCLOSURE - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ANONYMOUSLAMBDA - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Any - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxType
 
ANY - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
ANY - Static variable in record class ortus.boxlang.runtime.types.Argument
 
appContext - Variable in class ortus.boxlang.runtime.interop.proxies.BaseProxy
App context if any
append - Static variable in class ortus.boxlang.runtime.scopes.Key
 
append(Object) - Method in class ortus.boxlang.runtime.types.Array
 
append(Object) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
 
append(String) - Method in class ortus.boxlang.runtime.types.File
Appends to a file from the current position
append(String, String, String) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Append an item to the end of a list
append(String, String, String, Boolean, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Append an item to the end of a list
appendPrefix(String) - Method in class ortus.boxlang.runtime.util.FQN
Create a new FQN instance from the current FQN with the prefix appended.
application - Variable in class ortus.boxlang.runtime.application.BaseApplicationListener
The application linked to this listener
application - Variable in class ortus.boxlang.runtime.context.ApplicationBoxContext
The actual BoxLang application
application - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Application - Class in ortus.boxlang.runtime.application
I represent an Application in BoxLang
Application - Class in ortus.boxlang.runtime.components.system
 
Application() - Constructor for class ortus.boxlang.runtime.components.system.Application
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
Application(Key) - Constructor for class ortus.boxlang.runtime.application.Application
Constructor
ApplicationBoxContext - Class in ortus.boxlang.runtime.context
This context represents an Application in BoxLang
ApplicationBoxContext(Application) - Constructor for class ortus.boxlang.runtime.context.ApplicationBoxContext
Creates a new execution context with a bounded execution template and parent context
ApplicationClassListener - Class in ortus.boxlang.runtime.application
I represent an Application listener that wraps an Application class instance, delegting to it, where possible and providing default implementations otherwise
ApplicationClassListener(IClassRunnable, RequestBoxContext) - Constructor for class ortus.boxlang.runtime.application.ApplicationClassListener
Constructor
ApplicationDefaultListener - Class in ortus.boxlang.runtime.application
I represent a default Application listener
ApplicationDefaultListener(RequestBoxContext) - Constructor for class ortus.boxlang.runtime.application.ApplicationDefaultListener
Constructor
applicationName - Variable in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Application name : will be empty if not in use
applicationName - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ApplicationRestart - Class in ortus.boxlang.runtime.bifs.global.system
 
ApplicationRestart() - Constructor for class ortus.boxlang.runtime.bifs.global.system.ApplicationRestart
 
applicationScope - Variable in class ortus.boxlang.runtime.context.ApplicationBoxContext
The application scope for this application
ApplicationScope - Class in ortus.boxlang.runtime.scopes
represents boxlang application scope container
ApplicationScope() - Constructor for class ortus.boxlang.runtime.scopes.ApplicationScope
-------------------------------------------------------------------------- Constructors --------------------------------------------------------------------------
applicationService - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ApplicationService - Class in ortus.boxlang.runtime.services
I handle managing Applications
ApplicationService(BoxRuntime) - Constructor for class ortus.boxlang.runtime.services.ApplicationService
Constructor
applicationSettings - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ApplicationStartTime - Class in ortus.boxlang.runtime.bifs.global.system
 
ApplicationStartTime() - Constructor for class ortus.boxlang.runtime.bifs.global.system.ApplicationStartTime
 
ApplicationStop - Class in ortus.boxlang.runtime.bifs.global.system
 
ApplicationStop() - Constructor for class ortus.boxlang.runtime.bifs.global.system.ApplicationStop
 
ApplicationTemplateListener - Class in ortus.boxlang.runtime.application
I represent an Application listener that wraps an Application template
ApplicationTemplateListener(BoxTemplate, RequestBoxContext) - Constructor for class ortus.boxlang.runtime.application.ApplicationTemplateListener
Constructor
applicationTimeout - Variable in class ortus.boxlang.runtime.config.Configuration
The application timeout 0 means no timeout and is the default
applicationTimeout - Static variable in class ortus.boxlang.runtime.scopes.Key
 
appListener - Static variable in class ortus.boxlang.runtime.scopes.Key
 
apply(T) - Method in class ortus.boxlang.runtime.interop.proxies.Function
 
apply(T) - Method in class ortus.boxlang.runtime.interop.proxies.UnaryOperator
 
apply(T, T) - Method in class ortus.boxlang.runtime.interop.proxies.BinaryOperator
 
apply(T, U) - Method in class ortus.boxlang.runtime.interop.proxies.BiFunction
 
applyAsDouble(T) - Method in class ortus.boxlang.runtime.interop.proxies.ToDoubleFunction
 
applyAsInt(T) - Method in class ortus.boxlang.runtime.interop.proxies.ToIntFunction
 
applyAsLong(T) - Method in class ortus.boxlang.runtime.interop.proxies.ToLongFunction
 
appName - Variable in class ortus.boxlang.runtime.application.BaseApplicationListener
The application name
Argument - Record Class in ortus.boxlang.runtime.types
Represents an argument to a function or BIF
Argument(boolean, String, Key) - Constructor for record class ortus.boxlang.runtime.types.Argument
 
Argument(boolean, String, Key, Object) - Constructor for record class ortus.boxlang.runtime.types.Argument
 
Argument(boolean, String, Key, Object, Set<Validator>) - Constructor for record class ortus.boxlang.runtime.types.Argument
 
Argument(boolean, String, Key, Object, Argument.DefaultExpression, IStruct, IStruct) - Constructor for record class ortus.boxlang.runtime.types.Argument
 
Argument(boolean, String, Key, Object, Argument.DefaultExpression, IStruct, IStruct, Set<Validator>) - Constructor for record class ortus.boxlang.runtime.types.Argument
Creates an instance of a Argument record class.
Argument(boolean, String, Key, Object, IStruct) - Constructor for record class ortus.boxlang.runtime.types.Argument
 
Argument(boolean, String, Key, Object, IStruct, Set<Validator>) - Constructor for record class ortus.boxlang.runtime.types.Argument
 
Argument(boolean, String, Key, Set<Validator>) - Constructor for record class ortus.boxlang.runtime.types.Argument
 
Argument(Key) - Constructor for record class ortus.boxlang.runtime.types.Argument
 
Argument(Key, Set<Validator>) - Constructor for record class ortus.boxlang.runtime.types.Argument
 
ARGUMENT_COLLECTION - Static variable in class ortus.boxlang.runtime.types.Function
The argument collection key which defaults to : argumentCollection
Argument.DefaultExpression - Interface in ortus.boxlang.runtime.types
 
argumentCollection - Static variable in class ortus.boxlang.runtime.scopes.Key
 
argumentCount() - Method in record class ortus.boxlang.runtime.interop.MethodRecord
Returns the value of the argumentCount record component.
arguments - Variable in class ortus.boxlang.debugger.request.AttachRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.ContinueRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.EvaluateRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.LaunchRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.NextRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.PauseRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.ScopeRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.SetBreakpointsRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.SetExceptionBreakpointsRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.SetVariableRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.StackTraceRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.StepInRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.StepOutRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.TerminateRequest
 
arguments - Variable in class ortus.boxlang.debugger.request.VariablesRequest
 
arguments - Static variable in class ortus.boxlang.runtime.scopes.Key
 
argumentsScope - Variable in class ortus.boxlang.runtime.context.FunctionBoxContext
The arguments scope
ArgumentsScope - Class in ortus.boxlang.runtime.scopes
Variables scope implementation in BoxLang
ArgumentsScope() - Constructor for class ortus.boxlang.runtime.scopes.ArgumentsScope
-------------------------------------------------------------------------- Constructors --------------------------------------------------------------------------
argumentsToClasses(Object...) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Converts the arguments to an array of classes
argumentsToClasses(Object...) - Static method in class ortus.boxlang.runtime.interop.DynamicObject
Converts the arguments to an array of classes
argumentToClass(Object) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Converts the argument(s) to a class representation according to Java casting rules
argumentToClass(Object) - Static method in class ortus.boxlang.runtime.interop.DynamicObject
Converts the argument(s) to a class representation according to Java casting rules
ArgumentUtil - Class in ortus.boxlang.runtime.util
Represents an argument to a function or BIF
ArgumentUtil() - Constructor for class ortus.boxlang.runtime.util.ArgumentUtil
 
array - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Array - Class in ortus.boxlang.runtime.types
The primary array class in BoxLang.
Array - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxType
 
Array() - Constructor for class ortus.boxlang.runtime.types.Array
Constructor to create default array
Array(byte[]) - Constructor for class ortus.boxlang.runtime.types.Array
Constructor to create an Array from a Java byte array
Array(int) - Constructor for class ortus.boxlang.runtime.types.Array
Constructor to create array with an initial capacity
Array(Object[]) - Constructor for class ortus.boxlang.runtime.types.Array
Constructor to create an Array from a Java array
Array(List<? extends Object>) - Constructor for class ortus.boxlang.runtime.types.Array
Constructor to create an Array from a List
ARRAY - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
ARRAY - Static variable in record class ortus.boxlang.runtime.types.Argument
 
array1 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
array2 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ArrayAppend - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayAppend() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayAppend
Constructor
ArrayAvg - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayAvg() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayAvg
Constructor
ArrayCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to a Array
ArrayCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.ArrayCaster
 
ArrayClear - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayClear() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayClear
Constructor
ArrayDelete - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayDelete() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayDelete
Constructor
ArrayDeleteAt - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayDeleteAt() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayDeleteAt
Constructor
ArrayDeserializer - Class in ortus.boxlang.runtime.util.conversion.deserializers
 
ArrayDeserializer() - Constructor for class ortus.boxlang.runtime.util.conversion.deserializers.ArrayDeserializer
Constructor
ArrayEach - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayEach() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayEach
Constructor
ArrayEvery - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayEvery() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayEvery
Constructor
ArrayFilter - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayFilter() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayFilter
Constructor
arrayFind - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ArrayFind - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayFind() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayFind
Constructor
arrayFindAll - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ArrayFindAll - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayFindAll() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayFindAll
Constructor
ArrayFirst - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayFirst() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayFirst
Constructor
ArrayGetMetadata - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayGetMetadata() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayGetMetadata
Constructor
ArrayIndexExists - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayIndexExists() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayIndexExists
Constructor
ArrayInsertAt - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayInsertAt() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayInsertAt
Constructor
ArrayIsEmpty - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayIsEmpty() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayIsEmpty
Constructor
ArrayLast - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayLast() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayLast
Constructor
ArrayMap - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayMap() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayMap
Constructor
ArrayMax - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayMax() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayMax
Constructor
ArrayMedian - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayMedian() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayMedian
Constructor
ArrayMerge - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayMerge() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayMerge
Constructor
ArrayMin - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayMin() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayMin
Constructor
ArrayNew - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayNew() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayNew
Constructor
ArrayPop - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayPop() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayPop
Constructor
ArrayPrepend - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayPrepend() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayPrepend
Constructor
ArrayPush - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayPush() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayPush
Constructor
ArrayRange - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayRange() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayRange
Constructor
ArrayReduce - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayReduce() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayReduce
Constructor
ArrayReduceRight - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayReduceRight() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayReduceRight
Constructor
ArrayResize - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayResize() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayResize
Constructor
ArrayReverse - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayReverse() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayReverse
Constructor
ArraySet - Class in ortus.boxlang.runtime.bifs.global.array
 
ArraySet() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArraySet
Constructor
ArrayShift - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayShift() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayShift
Constructor
ArraySlice - Class in ortus.boxlang.runtime.bifs.global.array
 
ArraySlice() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArraySlice
Constructor
ArraySome - Class in ortus.boxlang.runtime.bifs.global.array
 
ArraySome() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArraySome
Constructor
ArraySort - Class in ortus.boxlang.runtime.bifs.global.array
 
ArraySort() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArraySort
Constructor
ArraySplice - Class in ortus.boxlang.runtime.bifs.global.array
 
ArraySplice() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArraySplice
Constructor
ArraySum - Class in ortus.boxlang.runtime.bifs.global.array
 
ArraySum() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArraySum
Constructor
ArraySwap - Class in ortus.boxlang.runtime.bifs.global.array
 
ArraySwap() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArraySwap
Constructor
ArrayToList - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayToList() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayToList
Constructor
ArrayToStruct - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayToStruct() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayToStruct
Constructor
ArrayUnshift - Class in ortus.boxlang.runtime.bifs.global.array
 
ArrayUnshift() - Constructor for class ortus.boxlang.runtime.bifs.global.array.ArrayUnshift
Constructor
asArray() - Method in class ortus.boxlang.runtime.scopes.ArgumentsScope
 
asArrayReference() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Convenience method for casting to an ArrayReference.
asBooleanValue() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Convenience method for casting to a BooleanValue.
Ascii - Class in ortus.boxlang.runtime.bifs.global.string
 
Ascii() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Ascii
Constructor
asDoubleValue() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Convenience method for casting to a DoubleValue.
Asin - Class in ortus.boxlang.runtime.bifs.global.math
 
Asin() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Asin
Constructor
asIntegerValue() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Convenience method for casting to a DoubleValue.
asList(String, String) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Turns a string in to an Array
asList(String, String, Boolean, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
 
asList(String, String, Boolean, Boolean, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Creates an array from a delimited list
ASMBoxpiler - Class in ortus.boxlang.compiler.asmboxpiler
 
asNativeArray() - Method in class ortus.boxlang.runtime.scopes.ArgumentsScope
-------------------------------------------------------------------------- Methods --------------------------------------------------------------------------
asObjectReference() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Convenience method for casting to an ObjectReference.
asOptional - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Assert - Class in ortus.boxlang.runtime.operators
Performs an assertion check on an incoming expression value.
Assert() - Constructor for class ortus.boxlang.runtime.operators.Assert
 
assign(IBoxContext, Class<?>, Object, Key, Object) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Assign a value to a field
assign(IBoxContext, Class<?>, Key, Object) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Assign a value to a field
assign(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Assign a value to a field
assign(IBoxContext, Key, Object) - Method in interface ortus.boxlang.runtime.dynamic.IReferenceable
Assign a value to a key in this object
assign(IBoxContext, Key, Object) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Assign a value to a field
assign(IBoxContext, Key, Object) - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Assign a value to a key
assign(IBoxContext, Key, Object) - Method in class ortus.boxlang.runtime.types.Array
Assign a value to a key
assign(IBoxContext, Key, Object) - Method in class ortus.boxlang.runtime.types.DateTime
Assign a value to a key
assign(IBoxContext, Key, Object) - Method in class ortus.boxlang.runtime.types.File
Assign a value to a key
assign(IBoxContext, Key, Object) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
Assign a value to a key
assign(IBoxContext, Key, Object) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Assign a value to a key
assign(IBoxContext, Key, Object) - Method in class ortus.boxlang.runtime.types.Query
 
assign(IBoxContext, Key, Object) - Method in class ortus.boxlang.runtime.types.QueryColumn
 
assign(IBoxContext, Key, Object) - Method in class ortus.boxlang.runtime.types.Struct
Assign a value to a key
assign(IBoxContext, Key, Object) - Method in class ortus.boxlang.runtime.types.XML
 
assign(IClassRunnable, IBoxContext, Key, Object) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Assign a value to a key
assignStatic(DynamicObject, IBoxContext, Key, Object) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
 
assignStatic(StaticScope, IBoxContext, Key, Object) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Assign a value to a key in the static scope
assocAttribs - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Associate - Class in ortus.boxlang.runtime.components.system
 
Associate() - Constructor for class ortus.boxlang.runtime.components.system.Associate
Constructor
associateComments(List<BoxComment>) - Method in class ortus.boxlang.compiler.ast.BoxNode
Provided a list of comments, sorted in the order the appeared in the source code, associate all comments with their respective node.
asString() - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Represent as string, or throw exception if not possible
asString() - Method in class ortus.boxlang.runtime.types.Array
Represent as string, or throw exception if not possible
asString() - Method in class ortus.boxlang.runtime.types.DateTime
Interface method to return the string representation
asString() - Method in class ortus.boxlang.runtime.types.File
Represent as string, or throw exception if not possible
asString() - Method in class ortus.boxlang.runtime.types.Function
Return a string representation of the function
asString() - Method in interface ortus.boxlang.runtime.types.IType
Represent as string, or throw exception if not possible
asString() - Method in class ortus.boxlang.runtime.types.NullValue
Represent as string
asString() - Method in class ortus.boxlang.runtime.types.Query
IType implementation
asString() - Method in class ortus.boxlang.runtime.types.Struct
Represent as string, or throw exception if not possible
asString() - Method in class ortus.boxlang.runtime.types.XML
IType implementation
asString(IClassRunnable) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Represent as string, or throw exception if not possible
asString(Array, String) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Turns a list into a string
asString(IStruct) - Method in class ortus.boxlang.runtime.types.XML
 
asStringReference() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Convenience method for casting to a StringReference.
asStruct() - Method in class ortus.boxlang.runtime.application.Session
Get the session state as a struct representation
asStruct() - Method in class ortus.boxlang.runtime.config.Configuration
Returns the configuration as a struct with all the static typed segments and the originalConfig as a segment as well.
asStruct() - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Returns the configuration as a struct
asStruct() - Method in interface ortus.boxlang.runtime.config.segments.IConfigSegment
Returns the configuration as a struct
asStruct() - Method in class ortus.boxlang.runtime.config.segments.ModuleConfig
Returns the configuration as a struct
asStruct() - Method in class ortus.boxlang.runtime.modules.ModuleRecord
Get a struct representation of the module record
asStruct() - Method in class ortus.boxlang.runtime.scopes.ArgumentsScope
 
ast - Variable in class ortus.boxlang.runtime.runnables.BoxScript
The AST of the source
AST - Variable in class ortus.boxlang.runtime.types.meta.FunctionMeta
 
ASTCapture - Class in ortus.boxlang.runtime.interceptors
An interceptor that captures the AST and outputs it to the console or a file
ASTCapture(boolean, boolean) - Constructor for class ortus.boxlang.runtime.interceptors.ASTCapture
Constructor
asyncService - Variable in class ortus.boxlang.runtime.async.tasks.BaseScheduler
The async service we are bound to
asyncService - Variable in class ortus.boxlang.runtime.bifs.BIF
The async service helper
asyncService - Static variable in class ortus.boxlang.runtime.scopes.Key
 
AsyncService - Class in ortus.boxlang.runtime.services
The BoxLang Async Service is a service that allows you to create and manage executors.
AsyncService(BoxRuntime) - Constructor for class ortus.boxlang.runtime.services.AsyncService
Constructor
AsyncService.ExecutorType - Enum Class in ortus.boxlang.runtime.services
Executor types we support
Atn - Class in ortus.boxlang.runtime.bifs.global.math
 
Atn() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Atn
Constructor
Attachable - Class in ortus.boxlang.runtime.util
This allows any key-value pair of attachable data to be attached to a Box object.
Attachable() - Constructor for class ortus.boxlang.runtime.util.Attachable
-------------------------------------------------------------------------- Constructors --------------------------------------------------------------------------
AttachRequest - Class in ortus.boxlang.debugger.request
An abstract requet.
AttachRequest() - Constructor for class ortus.boxlang.debugger.request.AttachRequest
 
AttachRequest.AttachRequestArguments - Class in ortus.boxlang.debugger.request
 
AttachRequestArguments() - Constructor for class ortus.boxlang.debugger.request.AttachRequest.AttachRequestArguments
 
AttachStrategy - Class in ortus.boxlang.debugger
 
AttachStrategy(int) - Constructor for class ortus.boxlang.debugger.AttachStrategy
 
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.ArrayCaster
Tests to see if the value can be cast to an Array.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.BigDecimalCaster
Tests to see if the value can be cast.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.BooleanCaster
Tests to see if the value can be cast to a boolean.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.ByteCaster
Tests to see if the value can be cast.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.CharacterCaster
Tests to see if the value can be cast.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.ClosureCaster
Tests to see if the value can be cast to a Function.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.CollectionCaster
Tests to see if the value can be cast to a collection.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.DateTimeCaster
Tests to see if the value can be cast.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.DoubleCaster
Tests to see if the value can be cast to a Double.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.FloatCaster
Tests to see if the value can be cast.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.FunctionCaster
Tests to see if the value can be cast to a Function.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.IntegerCaster
Tests to see if the value can be cast.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.KeyCaster
Tests to see if the value can be cast to a Key.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.LongCaster
Tests to see if the value can be cast.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.ModifiableArrayCaster
Tests to see if the value can be cast to a Array.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.ModifiableStructCaster
Tests to see if the value can be cast to a Struct.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.QueryCaster
Tests to see if the value can be cast to a Query.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.ShortCaster
Tests to see if the value can be cast.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.StringCaster
Tests to see if the value can be cast to a string.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.StructCaster
Tests to see if the value can be cast to a Struct.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.StructCasterLoose
Tests to see if the value can be cast to a Struct.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.TimeCaster
Tests to see if the value can be cast.
attempt(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.XMLCaster
Tests to see if the value can be cast to a XML.
attempt(Object, Object, Boolean, boolean) - Static method in class ortus.boxlang.runtime.operators.Compare
Invokes the comparison
attempt(Object, Object, Boolean, boolean, Locale) - Static method in class ortus.boxlang.runtime.operators.Compare
Invokes the comparison
attempt(Object, String) - Static method in class ortus.boxlang.runtime.dynamic.casters.FunctionCaster
Tests to see if the value can be cast to a Function.
attempt(Object, String) - Static method in class ortus.boxlang.runtime.dynamic.casters.StringCaster
Tests to see if the value can be cast to a string.
attempt(String, String, Boolean, boolean) - Static method in class ortus.boxlang.runtime.operators.StringCompare
Invokes the comparison
attempt(String, String, Boolean, boolean, Locale) - Static method in class ortus.boxlang.runtime.operators.StringCompare
Invokes the comparison
attempt(IBoxContext, Object, Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.GenericCaster
Tests to see if the value can be cast Returns a CastAttempt<T> which will contain the result if casting was was successfull, or can be interogated to proceed otherwise.
attempt(IBoxContext, Object, Object, boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.GenericCaster
Tests to see if the value can be cast Returns a CastAttempt<T> which will contain the result if casting was was successfull, or can be interogated to proceed otherwise.
Attempt - Class in ortus.boxlang.runtime.bifs.global.decision
 
Attempt<T> - Class in ortus.boxlang.runtime.dynamic
This class is a fluent class inspired by Java optionals.
Attempt() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.Attempt
Constructor
attribute - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Attribute - Record Class in ortus.boxlang.runtime.components
Represents an attribute to a Component
Attribute(Key) - Constructor for record class ortus.boxlang.runtime.components.Attribute
Create an attribute declaration with a name accepting any type, but no default value or validators.
Attribute(Key, String) - Constructor for record class ortus.boxlang.runtime.components.Attribute
Create an attribute declaration with a name and type but no default value or validators.
Attribute(Key, String, Object) - Constructor for record class ortus.boxlang.runtime.components.Attribute
Create an attribute declaration with a name and type and default value, but no validators.
Attribute(Key, String, Object, Set<Validator>) - Constructor for record class ortus.boxlang.runtime.components.Attribute
Creates an instance of a Attribute record class.
Attribute(Key, String, Set<Validator>) - Constructor for record class ortus.boxlang.runtime.components.Attribute
Create an attribute declaration with a name and type and validators but no default value.
attributeCollection - Static variable in class ortus.boxlang.runtime.scopes.Key
 
attributes - Static variable in class ortus.boxlang.runtime.scopes.Key
 
auth_password - Static variable in class ortus.boxlang.runtime.scopes.Key
 
auth_type - Static variable in class ortus.boxlang.runtime.scopes.Key
 
auth_user - Static variable in class ortus.boxlang.runtime.scopes.Key
 
author - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The author of the module or empty if not set
author - Static variable in class ortus.boxlang.runtime.scopes.Key
 
authType - Static variable in class ortus.boxlang.runtime.scopes.Key
 
autoCommit - Static variable in class ortus.boxlang.runtime.scopes.Key
 

B

Backslash - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
base64_or_object - Static variable in class ortus.boxlang.runtime.scopes.Key
 
base64Encode(Object, Charset) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Base64 encodes an object using the default encoding
BaseApplicationListener - Class in ortus.boxlang.runtime.application
I represent an Application listener.
BaseApplicationListener(RequestBoxContext) - Constructor for class ortus.boxlang.runtime.application.BaseApplicationListener
Constructor
BaseBoxContext - Class in ortus.boxlang.runtime.context
This context represents the context of ANYTHING that can execute in BoxLang
BaseBoxContext() - Constructor for class ortus.boxlang.runtime.context.BaseBoxContext
Creates a new execution context with no execution template
BaseBoxContext(IBoxContext) - Constructor for class ortus.boxlang.runtime.context.BaseBoxContext
Creates a new execution context with a bounded execution template and parent context
baseclass() - Method in record class ortus.boxlang.compiler.ClassInfo
Returns the value of the baseclass record component.
BaseInterceptor - Class in ortus.boxlang.runtime.events
An abstract base class for interceptors with many helper methods useful during interceptions
BaseInterceptor() - Constructor for class ortus.boxlang.runtime.events.BaseInterceptor
 
BaseProxy - Class in ortus.boxlang.runtime.interop.proxies
This is a BoxLang proxy class for functional interfaces so we can use them in BoxLang via type casting and coercion.
BaseProxy(Object, IBoxContext) - Constructor for class ortus.boxlang.runtime.interop.proxies.BaseProxy
Constructor for the proxy.
BaseProxy(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.BaseProxy
Constructor for the proxy.
BaseResolver - Class in ortus.boxlang.runtime.loader.resolvers
This class is the base class for all resolvers.
BaseResolver(String, String) - Constructor for class ortus.boxlang.runtime.loader.resolvers.BaseResolver
Private constructor
BaseScheduler - Class in ortus.boxlang.runtime.async.tasks
The Async Scheduler is in charge of registering scheduled tasks, starting them, monitoring them and shutting them down if needed.
BaseScheduler() - Constructor for class ortus.boxlang.runtime.async.tasks.BaseScheduler
Zero arg constructor with basic defaults: Auto-generated name, system default timezone and the default async service
BaseScheduler(String) - Constructor for class ortus.boxlang.runtime.async.tasks.BaseScheduler
Create a new scheduler with a name and the default system timezone.
BaseScheduler(String, ZoneId) - Constructor for class ortus.boxlang.runtime.async.tasks.BaseScheduler
Create a new scheduler with a name and a specific timezone
BaseScope - Class in ortus.boxlang.runtime.scopes
Base scope implementation.
BaseScope(Key) - Constructor for class ortus.boxlang.runtime.scopes.BaseScope
Constructor
BaseScope(Key, IStruct.TYPES) - Constructor for class ortus.boxlang.runtime.scopes.BaseScope
Constructor
BaseService - Class in ortus.boxlang.runtime.services
A base service class that all services should extend.
BaseService(BoxRuntime, Key) - Constructor for class ortus.boxlang.runtime.services.BaseService
Runtime Service Constructor
baseTag - Static variable in class ortus.boxlang.runtime.scopes.Key
 
basicStepBehavior(CachedThreadReference, BoxLangDebugger.StackFrameTuple) - Static method in interface ortus.boxlang.debugger.IStepStrategy
 
before(Consumer<ScheduledTask>) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Store the closure to execute before the task is executed
BEFORE_APPLICATION_LISTENER_LOAD - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
BEFORE_CACHE_ELEMENT_REMOVED - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
BEFORE_CACHE_REMOVAL - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
BEFORE_CACHE_REPLACEMENT - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
BEFORE_CACHE_SERVICE_SHUTDOWN - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
BEFORE_CACHE_SHUTDOWN - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
beforeAnyTask(ScheduledTask) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Called before ANY task runs
beforeAnyTask(ScheduledTask) - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Called before ANY task runs
begin() - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
begin() - Method in class ortus.boxlang.runtime.jdbc.ChildTransaction
Begin the transaction - essentially a no-nop, as the transaction is only started when the connection is first acquired.
begin() - Method in interface ortus.boxlang.runtime.jdbc.ITransaction
Begin the transaction - essentially a no-nop, as the transaction is only started when the connection is first acquired.
begin() - Method in class ortus.boxlang.runtime.jdbc.Transaction
Begin the transaction - essentially a no-nop, as the transaction is only started when the connection is first acquired.
beginTransaction(DataSource) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Create a new transaction and set it as the active transaction for this request/thread/BoxLang context.
between(String, String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Sets a daily time range restriction where this task can run on.
BiConsumer<T,U> - Class in ortus.boxlang.runtime.interop.proxies
 
BiConsumer(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.BiConsumer
 
BIF - Class in ortus.boxlang.runtime.bifs
Base class for all BIFs.
BIF - Enum constant in enum class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureType
 
BIF() - Constructor for class ortus.boxlang.runtime.bifs.BIF
 
BIFClass - Variable in class ortus.boxlang.runtime.bifs.BIFDescriptor
BIF class
BIFDescriptor - Class in ortus.boxlang.runtime.bifs
This class is used to describe a BIF as it can be a global BIF or a member BIF or both or coming from a module It also lazily creates the BIF instance and caches it upon first use
BIFDescriptor - Variable in class ortus.boxlang.runtime.bifs.MemberDescriptor
The BIFDescriptor that describes how to invoke this method
BIFDescriptor(Key, Class<?>, String, String, Boolean, BIF) - Constructor for class ortus.boxlang.runtime.bifs.BIFDescriptor
Constructor for a global BIF
BIFDocumentationGenerator - Class in ortus.boxlang.tools.util
 
BIFDocumentationGenerator() - Constructor for class ortus.boxlang.tools.util.BIFDocumentationGenerator
 
BIFInstance - Variable in class ortus.boxlang.runtime.bifs.BIFDescriptor
BIF instance, lazily created
BIFMethods() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
BIFNamespace - Class in ortus.boxlang.runtime.bifs
 
BIFNamespace(String) - Constructor for class ortus.boxlang.runtime.bifs.BIFNamespace
 
bifs - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The BIFS collaborated by the module
BiFunction<T,U,R> - Class in ortus.boxlang.runtime.interop.proxies
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/util/function/BiFunction.html
BiFunction(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.BiFunction
 
BigDecimalCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything
BigDecimalCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.BigDecimalCaster
 
BIGINT - Enum constant in enum class ortus.boxlang.runtime.types.QueryColumnType
 
binary - Static variable in class ortus.boxlang.runtime.scopes.Key
 
BINARY - Enum constant in enum class ortus.boxlang.runtime.types.QueryColumnType
 
BinaryDecode - Class in ortus.boxlang.runtime.bifs.global.binary
 
BinaryDecode() - Constructor for class ortus.boxlang.runtime.bifs.global.binary.BinaryDecode
Constructor
BinaryEncode - Class in ortus.boxlang.runtime.bifs.global.binary
 
BinaryEncode() - Constructor for class ortus.boxlang.runtime.bifs.global.binary.BinaryEncode
Constructor
BinaryOperator<T> - Class in ortus.boxlang.runtime.interop.proxies
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/util/function/BinaryOperator.html
BinaryOperator(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.BinaryOperator
 
BIT - Enum constant in enum class ortus.boxlang.runtime.types.QueryColumnType
 
BitAnd - Class in ortus.boxlang.runtime.bifs.global.binary
 
BitAnd() - Constructor for class ortus.boxlang.runtime.bifs.global.binary.BitAnd
Constructor
BitMaskClear - Class in ortus.boxlang.runtime.bifs.global.binary
 
BitMaskClear() - Constructor for class ortus.boxlang.runtime.bifs.global.binary.BitMaskClear
Constructor
BitMaskRead - Class in ortus.boxlang.runtime.bifs.global.binary
 
BitMaskRead() - Constructor for class ortus.boxlang.runtime.bifs.global.binary.BitMaskRead
Constructor
BitMaskSet - Class in ortus.boxlang.runtime.bifs.global.binary
 
BitMaskSet() - Constructor for class ortus.boxlang.runtime.bifs.global.binary.BitMaskSet
Constructor
BitNot - Class in ortus.boxlang.runtime.bifs.global.binary
 
BitNot() - Constructor for class ortus.boxlang.runtime.bifs.global.binary.BitNot
Constructor
BitOr - Class in ortus.boxlang.runtime.bifs.global.binary
 
BitOr() - Constructor for class ortus.boxlang.runtime.bifs.global.binary.BitOr
Constructor
BitSh - Class in ortus.boxlang.runtime.bifs.global.binary
 
BitSh() - Constructor for class ortus.boxlang.runtime.bifs.global.binary.BitSh
Constructor
BitwiseAnd - Class in ortus.boxlang.runtime.operators
Performs BitwiseAnd z = x b& y
BitwiseAnd - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
BitwiseAnd() - Constructor for class ortus.boxlang.runtime.operators.BitwiseAnd
 
BitwiseComplement - Class in ortus.boxlang.runtime.operators
Performs BitwiseComplement x = b~ y
BitwiseComplement - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxUnaryOperator
 
BitwiseComplement() - Constructor for class ortus.boxlang.runtime.operators.BitwiseComplement
 
BitwiseOr - Class in ortus.boxlang.runtime.operators
Performs BitwiseOr z = x b| y
BitwiseOr - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
BitwiseOr() - Constructor for class ortus.boxlang.runtime.operators.BitwiseOr
 
BitwiseSignedLeftShift - Class in ortus.boxlang.runtime.operators
Performs BitwiseSignedLeftShift z = x b<< y
BitwiseSignedLeftShift - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
BitwiseSignedLeftShift() - Constructor for class ortus.boxlang.runtime.operators.BitwiseSignedLeftShift
 
BitwiseSignedRightShift - Class in ortus.boxlang.runtime.operators
Performs BitwiseSignedRightShift z = x b>> y
BitwiseSignedRightShift - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
BitwiseSignedRightShift() - Constructor for class ortus.boxlang.runtime.operators.BitwiseSignedRightShift
 
BitwiseUnsignedRightShift - Class in ortus.boxlang.runtime.operators
Performs BitwiseUnsignedRightShift z = x b>>> y
BitwiseUnsignedRightShift - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
BitwiseUnsignedRightShift() - Constructor for class ortus.boxlang.runtime.operators.BitwiseUnsignedRightShift
 
BitwiseXor - Class in ortus.boxlang.runtime.operators
Performs BitwiseXor z = x b^ y
BitwiseXor - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
BitwiseXor() - Constructor for class ortus.boxlang.runtime.operators.BitwiseXor
 
BitXor - Class in ortus.boxlang.runtime.bifs.global.binary
 
BitXor() - Constructor for class ortus.boxlang.runtime.bifs.global.binary.BitXor
Constructor
BLACKHOLE - Enum constant in enum class ortus.boxlang.runtime.cache.store.ObjectStoreType
 
BlackHoleStore - Class in ortus.boxlang.runtime.cache.store
A black hole store that does nothing but simulate a cache store.
BlackHoleStore() - Constructor for class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
BLCollector - Class in ortus.boxlang.runtime.types.util
 
blockfactor - Static variable in class ortus.boxlang.runtime.scopes.Key
 
body - Variable in class ortus.boxlang.debugger.event.BreakpointEvent
 
body - Variable in class ortus.boxlang.debugger.event.ContinuedEvent
 
body - Variable in class ortus.boxlang.debugger.event.ExitEvent
 
body - Variable in class ortus.boxlang.debugger.event.OutputEvent
 
body - Variable in class ortus.boxlang.debugger.event.StoppedEvent
 
body - Variable in class ortus.boxlang.debugger.event.TerminatedEvent
 
body - Variable in class ortus.boxlang.debugger.event.ThreadEvent
 
body - Variable in class ortus.boxlang.debugger.response.ContinueResponse
 
body - Variable in class ortus.boxlang.debugger.response.EvaluateResponse
 
body - Variable in class ortus.boxlang.debugger.response.InitializeResponse
 
body - Variable in class ortus.boxlang.debugger.response.ScopeResponse
 
body - Variable in class ortus.boxlang.debugger.response.SetBreakpointsResponse
 
body - Variable in class ortus.boxlang.debugger.response.SetVariableResponse
 
body - Variable in class ortus.boxlang.debugger.response.StackTraceResponse
 
body - Variable in class ortus.boxlang.debugger.response.ThreadsResponse
 
body - Variable in class ortus.boxlang.debugger.response.VariablesResponse
 
body - Static variable in class ortus.boxlang.runtime.scopes.Key
 
BodyResult(int, Object, String) - Constructor for record class ortus.boxlang.runtime.components.Component.BodyResult
Creates an instance of a BodyResult record class.
Boolean - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxType
 
BOOLEAN - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
BOOLEAN - Static variable in record class ortus.boxlang.runtime.types.Argument
 
BooleanCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to a boolean
BooleanCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.BooleanCaster
 
BooleanFormat - Class in ortus.boxlang.runtime.bifs.global.format
 
BooleanFormat() - Constructor for class ortus.boxlang.runtime.bifs.global.format.BooleanFormat
Constructor
bos - Variable in class ortus.boxlang.compiler.JavaClassByteCode
 
BOX_NODE_DATA_KEY - Static variable in class ortus.boxlang.compiler.javaboxpiler.transformer.indexer.BoxNodeKey
 
BoxAccess - Class in ortus.boxlang.compiler.ast.expression
Abstract class representing Aceess Operations
BoxAccess(BoxExpression, Boolean, BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxAccess
Creates the AST node
BoxAccessModifier - Enum Class in ortus.boxlang.compiler.ast.statement
 
BoxAccessTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxAccessTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxAccessTransformer
 
BoxAnnotation - Class in ortus.boxlang.compiler.ast.statement
There are two methods of adding annotations to BoxLang methods and arguments.
BoxAnnotation(BoxFQN, BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxAnnotation
Creates an Annotation AST node
BoxAnnounce - Class in ortus.boxlang.runtime.bifs.global.system
 
BoxAnnounce() - Constructor for class ortus.boxlang.runtime.bifs.global.system.BoxAnnounce
Constructor
BoxAnnounceAsync - Class in ortus.boxlang.runtime.bifs.global.system
 
BoxAnnounceAsync() - Constructor for class ortus.boxlang.runtime.bifs.global.system.BoxAnnounceAsync
Constructor
BoxArgument - Class in ortus.boxlang.compiler.ast.expression
AST Node representing an argument.
BoxArgument(BoxExpression, BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxArgument
Creates the AST node for a named argument
BoxArgument(BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxArgument
Creates the AST node for an anonymous argument
BoxArgumentDeclaration - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a function/method argument definition
BoxArgumentDeclaration(Boolean, String, String, BoxExpression, List<BoxAnnotation>, List<BoxDocumentationAnnotation>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
Creates the AST node
BoxArgumentDeclarationTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
Transform a BoxArgumentDeclarationTransformer Node the equivalent Java Parser AST nodes
BoxArgumentDeclarationTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxArgumentDeclarationTransformer
 
BoxArgumentTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a BoxArgument Node the equivalent Java Parser AST nodes
BoxArgumentTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxArgumentTransformer
 
BoxArrayAccess - Class in ortus.boxlang.compiler.ast.expression
AST Node representing access with a square bracket like: variables['a'] or a[10]
BoxArrayAccess(BoxExpression, Boolean, BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxArrayAccess
Creates the AST node
BoxArrayLiteral - Class in ortus.boxlang.compiler.ast.expression
AST Node representing an array literal.
BoxArrayLiteral(List<BoxExpression>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxArrayLiteral
Creates the AST node for an anonymous argument
BoxArrayLiteralTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a BoxArrayLiteral Node the equivalent Java Parser AST nodes The array type in BoxLang is represented by the ortus.boxlang.runtime.types.Array class, which implements the Java List interface, and provides several methods of construction:
BoxArrayLiteralTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxArrayLiteralTransformer
 
BoxAssert - Class in ortus.boxlang.compiler.ast.statement
AST Node representing an assigment statement
BoxAssert(BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxAssert
Creates the AST node
BoxAssertTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
Transform a BoxAssert Node the equivalent Java Parser AST nodes
BoxAssertTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxAssertTransformer
 
BoxAssignment - Class in ortus.boxlang.compiler.ast.expression
Assigment as expression
BoxAssignment(BoxExpression, BoxAssignmentOperator, BoxExpression, List<BoxAssignmentModifier>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxAssignment
Constructor
BoxAssignmentModifier - Enum Class in ortus.boxlang.compiler.ast.expression
 
BoxAssignmentOperator - Enum Class in ortus.boxlang.compiler.ast.expression
 
BoxAssignmentTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxAssignmentTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxAssignmentTransformer
 
boxBif - Static variable in class ortus.boxlang.runtime.scopes.Key
 
BoxBIF - Annotation Interface in ortus.boxlang.runtime.bifs
 
BoxBIFs - Annotation Interface in ortus.boxlang.runtime.bifs
The way Java does multiple annotations, with verbosity to another annotation
BoxBinaryOperation - Class in ortus.boxlang.compiler.ast.expression
AST Node representing access binary operation
BoxBinaryOperation(BoxExpression, BoxBinaryOperator, BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxBinaryOperation
Creates the AST node
BoxBinaryOperationTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a BoxBinaryOperation Node the equivalent Java Parser AST nodes
BoxBinaryOperationTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxBinaryOperationTransformer
 
BoxBinaryOperator - Enum Class in ortus.boxlang.compiler.ast.expression
 
BoxBooleanLiteral - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a boolean value
BoxBooleanLiteral(Boolean, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxBooleanLiteral
Creates the AST node
BoxBooleanLiteral(String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxBooleanLiteral
 
BoxBooleanLiteralTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a BoxBooleanLiteral Node the equivalent Java Parser AST nodes
BoxBooleanLiteralTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxBooleanLiteralTransformer
 
BoxBreak - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a break statement
BoxBreak(String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxBreak
Creates the AST node
BoxBreak(Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxBreak
Creates the AST node
BoxBreakTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
BoxBreakTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxBreakTransformer
 
BoxBufferOutput - Class in ortus.boxlang.compiler.ast.statement
AST Node representing an Expression statement
BoxBufferOutput(BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxBufferOutput
Creates the AST node
BoxBufferOutputTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
Transform a String Interpolation the equivalent Java Parser AST nodes
BoxBufferOutputTransformer(Transpiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxBufferOutputTransformer
 
BOXCACHE - Enum constant in enum class ortus.boxlang.runtime.cache.providers.CoreProviderType
 
BoxCacheEntry - Class in ortus.boxlang.runtime.cache
The base implementation of a cache entry in BoxLang.
BoxCacheEntry(Key, long, long, Key, Object, IStruct) - Constructor for class ortus.boxlang.runtime.cache.BoxCacheEntry
Constructor with metadata
boxCacheProvider - Static variable in class ortus.boxlang.runtime.scopes.Key
 
BoxCacheProvider - Class in ortus.boxlang.runtime.cache.providers
The BoxCacheProvider class is a cache provider for BoxLang that can use a variety of object stores to store cache data: - ConcurrentHashMap - ConcurrentSoftReference - Disk - Custom
BoxCacheProvider() - Constructor for class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
-------------------------------------------------------------------------- Constructor --------------------------------------------------------------------------
BoxCacheStats - Class in ortus.boxlang.runtime.cache.util
 
BoxCacheStats() - Constructor for class ortus.boxlang.runtime.cache.util.BoxCacheStats
Constructor
BoxCastException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when an attempt to cast a value to a specific Java type fails.
BoxCastException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxCastException
Constructor
BoxCastException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxCastException
Constructor
BoxClass - Class in ortus.boxlang.compiler.ast
Root node for a Class
BoxClass(List<BoxImport>, List<BoxStatement>, List<BoxAnnotation>, List<BoxDocumentationAnnotation>, List<BoxProperty>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.BoxClass
Creates an AST for a Class
BoxClassSerializer - Class in ortus.boxlang.runtime.util.conversion.serializers
This class provides JSON Serialization of a BoxLang Class
BoxClassSerializer() - Constructor for class ortus.boxlang.runtime.util.conversion.serializers.BoxClassSerializer
 
BoxClassSupport - Class in ortus.boxlang.runtime.runnables
The methods in this class are an extension of IClassRunnable.
BoxClassSupport() - Constructor for class ortus.boxlang.runtime.runnables.BoxClassSupport
 
BoxClassTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer
 
BoxClassTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.BoxClassTransformer
Constructor
BoxClosure - Class in ortus.boxlang.compiler.ast.expression
Represent A closure declaration
BoxClosure(List<BoxArgumentDeclaration>, List<BoxAnnotation>, BoxStatement, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxClosure
Creates a Closure AST node
BoxClosureTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxClosureTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxClosureTransformer
 
BoxComment - Class in ortus.boxlang.compiler.ast.comment
abstract class for comments
BoxComment(String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.comment.BoxComment
Create a instance of a BoxComment
BoxComparisonOperation - Class in ortus.boxlang.compiler.ast.expression
 
BoxComparisonOperation(BoxExpression, BoxComparisonOperator, BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxComparisonOperation
Comparision
BoxComparisonOperationTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a BoxComparisonOperation Node the equivalent Java Parser AST nodes
BoxComparisonOperationTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxComparisonOperationTransformer
 
BoxComparisonOperator - Enum Class in ortus.boxlang.compiler.ast.expression
 
BoxCompiledScript - Class in ortus.boxlang.runtime.scripting
The BoxCompiledScript is the compiled representation of a BoxScript that can be executed by the BoxScriptingEngine.
BoxCompiledScript(BoxScriptingEngine, BoxScript) - Constructor for class ortus.boxlang.runtime.scripting.BoxCompiledScript
Constructor for the BoxCompiledScript
BoxComponent - Class in ortus.boxlang.compiler.ast.statement.component
Represents a tag or script component
BoxComponent - Annotation Interface in ortus.boxlang.runtime.components
 
BoxComponent(String, List<BoxAnnotation>, List<BoxStatement>, int, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.component.BoxComponent
Create an AST for a component
BoxComponent(String, List<BoxAnnotation>, List<BoxStatement>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.component.BoxComponent
Create an AST for a component
BoxComponent(String, List<BoxAnnotation>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.component.BoxComponent
Create an AST for a component
BoxComponents - Annotation Interface in ortus.boxlang.runtime.components
The way Java does multiple annotations, with verbosity to another annotation
BoxComponentTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement.component
 
BoxComponentTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.component.BoxComponentTransformer
 
BoxContinue - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a continue statement
BoxContinue(String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxContinue
Creates the AST node
BoxContinue(Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxContinue
Creates the AST node
BoxContinueTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
BoxContinueTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxContinueTransformer
 
BoxDecimalLiteral - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a decimal value
BoxDecimalLiteral(String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxDecimalLiteral
Creates the AST node
BoxDecimalLiteralTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a BoxBooleanLiteral Node the equivalent Java Parser AST nodes
BoxDecimalLiteralTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxDecimalLiteralTransformer
 
BoxDo - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a Do loop statement
BoxDo(String, BoxExpression, BoxStatement, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxDo
Creates the AST node
BoxDocComment - Class in ortus.boxlang.compiler.ast.comment
Documentation comment
BoxDocComment(String, List<BoxDocumentationAnnotation>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.comment.BoxDocComment
Create a instance of a BoxDocumentation
BoxDocumentationAnnotation - Class in ortus.boxlang.compiler.ast.statement
Represent a javadoc style documentation
BoxDocumentationAnnotation(BoxFQN, BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxDocumentationAnnotation
Creates a Documentation AST node
BoxDotAccess - Class in ortus.boxlang.compiler.ast.expression
AST Node representing access with a dot like: object.property or object.method()
BoxDotAccess(BoxExpression, Boolean, BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxDotAccess
Creates the AST node
BoxDoTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
BoxDoTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxDoTransformer
 
BoxEvent - Enum Class in ortus.boxlang.runtime.events
These are all the core BoxLang interception events that can be intercepted by the BoxLang runtime.
BoxExpression - Class in ortus.boxlang.compiler.ast
Abstract class representing Expressions
BoxExpression(Position, String) - Constructor for class ortus.boxlang.compiler.ast.BoxExpression
Constructor
BoxExpressionInvocation - Class in ortus.boxlang.compiler.ast.expression
AST Node representing an invoked expression
BoxExpressionInvocation(BoxExpression, List<BoxArgument>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxExpressionInvocation
Function invocation i.e.
BoxExpressionInvocationTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxExpressionInvocationTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxExpressionInvocationTransformer
 
BoxExpressionStatement - Class in ortus.boxlang.compiler.ast.statement
AST Node representing an Expression statement
BoxExpressionStatement(BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxExpressionStatement
Creates the AST node
BoxExpressionStatementTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
BoxExpressionStatementTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxExpressionStatementTransformer
 
BoxForIn - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a for statement
BoxForIn(String, BoxExpression, BoxExpression, BoxStatement, Boolean, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxForIn
Creates the AST node
BoxForIndex - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a for statement like: for(variable;expression;expression) body
BoxForIndex(String, BoxExpression, BoxExpression, BoxExpression, BoxStatement, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxForIndex
 
BoxForIndexTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
Transform a BoxForIndex Node the equivalent Java Parser AST nodes
BoxForIndexTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxForIndexTransformer
 
BoxForInTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
Transform a BoxForIn Node the equivalent Java Parser AST nodes
BoxForInTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxForInTransformer
 
BoxFQN - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a fully qualified name
BoxFQN(String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxFQN
Creates the AST node
BoxFQNTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxFQNTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxFQNTransformer
 
BoxFunctionalBIFAccess - Class in ortus.boxlang.compiler.ast.expression
I represent functional static access to a BIF myArray.map( ::UCase )
BoxFunctionalBIFAccess(String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxFunctionalBIFAccess
Constructor
BoxFunctionalBIFAccessTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxFunctionalBIFAccessTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxFunctionalBIFAccessTransformer
 
BoxFunctionalMemberAccess - Class in ortus.boxlang.compiler.ast.expression
I represent functional access to an instance member method myArray.map( .UCase )
BoxFunctionalMemberAccess(String, List<BoxArgument>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxFunctionalMemberAccess
Constructor
BoxFunctionalMemberAccessTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxFunctionalMemberAccessTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxFunctionalMemberAccessTransformer
 
BoxFunctionDeclaration - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a function definition
BoxFunctionDeclaration(BoxAccessModifier, List<BoxMethodDeclarationModifier>, String, BoxReturnType, List<BoxArgumentDeclaration>, List<BoxAnnotation>, List<BoxDocumentationAnnotation>, List<BoxStatement>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
Creates the AST node
BoxFunctionDeclaration(BoxAccessModifier, List<BoxMethodDeclarationModifier>, String, BoxReturnType, List<BoxArgumentDeclaration>, List<BoxAnnotation>, List<BoxDocumentationAnnotation>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
BoxFunctionDeclarationTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
Transform a Function Declaration in the equivalent Java Parser AST nodes
BoxFunctionDeclarationTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxFunctionDeclarationTransformer
 
BoxFunctionInvocation - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a fully qualified name
BoxFunctionInvocation(String, List<BoxArgument>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxFunctionInvocation
Function invocation i.e.
BoxFunctionInvocationTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxFunctionInvocationTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxFunctionInvocationTransformer
 
BoxFuture<T> - Class in ortus.boxlang.runtime.async
This is the BoxLang version of a CompletableFuture to allow for more dynamic goodness and fluent features.
BoxFuture() - Constructor for class ortus.boxlang.runtime.async.BoxFuture
Default constructor
BoxIdentifier - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a switch case statement
BoxIdentifier(String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxIdentifier
Creates the AST node
BoxIdentifierTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a BoxIdentifier Node the equivalent Java Parser AST nodes
BoxIdentifierTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxIdentifierTransformer
 
BoxIfElse - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a if statement
BoxIfElse(BoxExpression, BoxStatement, BoxStatement, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxIfElse
Creates the AST node
BoxIfElseTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
BoxIfElseTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxIfElseTransformer
 
BoxImport - Class in ortus.boxlang.compiler.ast.statement
AST Node representing an import statement
BoxImport(BoxExpression, BoxIdentifier, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxImport
Creates the AST node
BoxImportTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
BoxImportTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxImportTransformer
 
BoxIntegerLiteral - Class in ortus.boxlang.compiler.ast.expression
AST Node representing an integer literal value
BoxIntegerLiteral(String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxIntegerLiteral
Creates the AST node
BoxIntegerLiteralTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a BoxIntegerLiteral Node the equivalent Java Parser AST nodes
BoxIntegerLiteralTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxIntegerLiteralTransformer
 
BoxInterface - Class in ortus.boxlang.compiler.ast
Root node for an Interface
BoxInterface - Class in ortus.boxlang.runtime.runnables
 
BoxInterface() - Constructor for class ortus.boxlang.runtime.runnables.BoxInterface
 
BoxInterface(List<BoxImport>, List<BoxStatement>, List<BoxAnnotation>, List<BoxAnnotation>, List<BoxDocumentationAnnotation>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.BoxInterface
Creates an AST for a Class
BoxInterfaceTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer
 
BoxInterfaceTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.BoxInterfaceTransformer
Constructor
BoxIOException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when an IO operation fails.
BoxIOException(IOException) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxIOException
Constructor
BoxIOException(String, IOException) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxIOException
Constructor
BoxJsonProvider - Class in ortus.boxlang.runtime.util.conversion
This class provides a JSON provider for BoxLang using our lib: Jackson JR
BoxJsonProvider() - Constructor for class ortus.boxlang.runtime.util.conversion.BoxJsonProvider
 
BoxLambda - Class in ortus.boxlang.compiler.ast.expression
Represent A lambda declaration
BoxLambda(List<BoxArgumentDeclaration>, List<BoxAnnotation>, BoxStatement, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxLambda
Creates a Lambda declaration AST node
BoxLambdaTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a Lambda in the equivalent Java Class
BoxLambdaTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxLambdaTransformer
 
boxlang - Static variable in class ortus.boxlang.runtime.scopes.Key
 
BoxLangBIFProxy - Class in ortus.boxlang.runtime.bifs
This is a BIF that is used to proxy from a BoxLang script to a Java method
BoxLangBIFProxy() - Constructor for class ortus.boxlang.runtime.bifs.BoxLangBIFProxy
Constructor
BoxLangBIFProxy(IClassRunnable) - Constructor for class ortus.boxlang.runtime.bifs.BoxLangBIFProxy
Constructor
BoxLangDebugger - Class in ortus.boxlang.debugger
 
BoxLangDebugger(IVMInitializationStrategy, OutputStream, DebugAdapter) - Constructor for class ortus.boxlang.debugger.BoxLangDebugger
 
BoxLangDebugger.StackFrameTuple - Record Class in ortus.boxlang.debugger
 
BoxLangDebugger.Status - Enum Class in ortus.boxlang.debugger
 
BoxLangDoclet - Class in ortus.boxlang.tools.doclets
 
BoxLangDoclet() - Constructor for class ortus.boxlang.tools.doclets.BoxLangDoclet
 
BoxLangException - Exception Class in ortus.boxlang.runtime.types.exceptions
This is the root exception for all exceptions thrown by BoxLang.
BoxLangException(String, String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
Constructor
BoxLangException(String, String, String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
Constructor
BoxLangException(String, String, String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
Constructor
BoxLangException(String, String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
Constructor
BoxLangRemoteDebugger - Class in ortus.boxlang.debugger
Listens on the provided port to allow connections from a debug tool.
BoxLangRemoteDebugger(int) - Constructor for class ortus.boxlang.debugger.BoxLangRemoteDebugger
Constructor
boxlangSessions - Static variable in class ortus.boxlang.runtime.scopes.Key
 
BoxLangType - Enum Class in ortus.boxlang.runtime.types
This enum represents the types that are supported by BoxLang.
boxMember - Static variable in class ortus.boxlang.runtime.scopes.Key
 
BoxMember - Annotation Interface in ortus.boxlang.runtime.bifs
 
BoxMemberExpose - Annotation Interface in ortus.boxlang.runtime.bifs
 
BoxMembers - Annotation Interface in ortus.boxlang.runtime.bifs
 
BoxMeta - Class in ortus.boxlang.runtime.types.meta
This is a base class for all meta types
BoxMeta() - Constructor for class ortus.boxlang.runtime.types.meta.BoxMeta
 
BoxMethodDeclarationModifier - Enum Class in ortus.boxlang.compiler.ast.statement
 
BoxMethodInvocation - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a method invocation like: object.method(1,"a")
BoxMethodInvocation(BoxExpression, BoxExpression, List<BoxArgument>, Boolean, Boolean, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
Creates the AST node
BoxMethodInvocation(BoxIdentifier, BoxExpression, List<BoxArgument>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
BoxMethodInvocationTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxMethodInvocationTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxMethodInvocationTransformer
 
BoxMultiLineComment - Class in ortus.boxlang.compiler.ast.comment
class for multi line comments
BoxMultiLineComment(String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.comment.BoxMultiLineComment
Create a instance of a BoxComment
BoxNegateOperation - Class in ortus.boxlang.compiler.ast.expression
 
BoxNegateOperation(BoxExpression, BoxNegateOperator, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxNegateOperation
Negate (not)
BoxNegateOperationTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxNegateOperationTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxNegateOperationTransformer
 
BoxNegateOperator - Enum Class in ortus.boxlang.compiler.ast.expression
 
BoxNew - Class in ortus.boxlang.compiler.ast.expression
AST Node representing new statement
BoxNew(BoxIdentifier, BoxExpression, List<BoxArgument>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxNew
Creates the AST node
BoxNewTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxNewTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxNewTransformer
 
BoxNode - Class in ortus.boxlang.compiler.ast
Base class for the BoxLang AST Nodes
BoxNode(Position, String) - Constructor for class ortus.boxlang.compiler.ast.BoxNode
Constructor
BoxNodeKey - Class in ortus.boxlang.compiler.javaboxpiler.transformer.indexer
Class representing a key in the Java Parser Node data collection
BoxNodeKey() - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.indexer.BoxNodeKey
 
BoxNull - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a string literal value
BoxNull(Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxNull
Creates the AST node
BoxNullTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a BoxIntegerLiteral Node the equivalent Java Parser AST nodes
BoxNullTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxNullTransformer
 
boxPackageName() - Method in record class ortus.boxlang.compiler.ClassInfo
Returns the value of the boxPackageName record component.
BoxParam - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a param whose syntax won't fit in the generic component node This is usually for the script syntax that uses an FQN for the variable name
BoxParam(BoxExpression, BoxExpression, BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxParam
Creates the AST node
BoxParamTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
BoxParamTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxParamTransformer
 
BoxParenthesis - Class in ortus.boxlang.compiler.ast.expression
AST Node representing and expression within parenthesis
BoxParenthesis(BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxParenthesis
Creates the AST node
BoxParenthesisTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxParenthesisTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxParenthesisTransformer
 
boxpiler() - Method in record class ortus.boxlang.compiler.ClassInfo
Returns the value of the boxpiler record component.
Boxpiler - Class in ortus.boxlang.compiler
 
Boxpiler() - Constructor for class ortus.boxlang.compiler.Boxpiler
 
BoxProperty - Class in ortus.boxlang.compiler.ast.statement
Root node for a property
BoxProperty(List<BoxAnnotation>, List<BoxAnnotation>, List<BoxDocumentationAnnotation>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxProperty
Creates an AST for a program which is represented by a list of statements
BoxRegisterInterceptor - Class in ortus.boxlang.runtime.bifs.global.system
 
BoxRegisterInterceptor() - Constructor for class ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptor
Constructor
BoxRegisterRequestInterceptor - Class in ortus.boxlang.runtime.bifs.global.system
 
BoxRegisterRequestInterceptor() - Constructor for class ortus.boxlang.runtime.bifs.global.system.BoxRegisterRequestInterceptor
Constructor
BoxResolver - Class in ortus.boxlang.runtime.loader.resolvers
This resolver deals with BoxLang classes only.
BoxRethrow - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a rethrow statement
BoxRethrow(Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxRethrow
Creates the AST node
BoxRethrowTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
Transform a Rethrow statement in the equivalent Java Parser AST nodes
BoxRethrowTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxRethrowTransformer
 
BoxReturn - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a return statement
BoxReturn(BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxReturn
Creates the AST node
BoxReturnTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
Transform a Return Statement in the equivalent Java Parser AST nodes
BoxReturnTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxReturnTransformer
 
BoxReturnType - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a function return type
BoxReturnType(BoxType, String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxReturnType
 
BoxRunner - Class in ortus.boxlang.runtime
This class is in charge of executing templates/classes with a BoxLang runtime.
BoxRunner() - Constructor for class ortus.boxlang.runtime.BoxRunner
 
BoxRunner.CLIOptions - Record Class in ortus.boxlang.runtime
Command-line options for the BoxLang runtime.
boxRuntime - Static variable in class ortus.boxlang.runtime.scopes.Key
 
BoxRuntime - Class in ortus.boxlang.runtime
Represents the top level runtime container for box lang.
BoxRuntime() - Constructor for class ortus.boxlang.runtime.BoxRuntime
-------------------------------------------------------------------------- Constructor --------------------------------------------------------------------------
BoxRuntimeException - Exception Class in ortus.boxlang.runtime.types.exceptions
This is the base exception thrown by the BoxLang runtime.
BoxRuntimeException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
Constructor
BoxRuntimeException(String, Object) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
Constructor
BoxRuntimeException(String, String, Object, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
Constructor
BoxRuntimeException(String, String, String, Object, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
Constructor
BoxRuntimeException(String, String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
Constructor
BoxRuntimeException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
Constructor
BoxScheduledExecutor - Class in ortus.boxlang.runtime.async.executors
Our own custom scheduled executor service
BoxScheduledExecutor(int) - Constructor for class ortus.boxlang.runtime.async.executors.BoxScheduledExecutor
Creates a new instance of ScheduledExecutor.
BoxScope - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a scopes Scopes are identified with the following keywords: APPLICATION ARGUMENTS LOCAL REQUEST THIS THREAD
BoxScope(String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxScope
Creates the AST node
BoxScopeBindings - Class in ortus.boxlang.runtime.scripting
A Bindings implementation that wraps an IScope for our scripting engine contexts.
BoxScopeBindings(IScope) - Constructor for class ortus.boxlang.runtime.scripting.BoxScopeBindings
Constructor for the BoxScopeBindings
BoxScopeTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxScopeTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxScopeTransformer
 
BoxScript - Class in ortus.boxlang.compiler.ast
Root node for a script (program) cfs/bxs
BoxScript - Class in ortus.boxlang.runtime.runnables
 
BoxScript() - Constructor for class ortus.boxlang.runtime.runnables.BoxScript
 
BoxScript(List<BoxStatement>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.BoxScript
Creates an AST for a program which is represented by a list of statements
BOXSCRIPT - Enum constant in enum class ortus.boxlang.compiler.parser.BoxSourceType
 
BoxScriptingContext - Class in ortus.boxlang.runtime.scripting
The BoxScriptingContext is an implementation of the JSR-223 ScriptContext interface that provides a context for executing BoxLang code.
BoxScriptingContext(IBoxContext) - Constructor for class ortus.boxlang.runtime.scripting.BoxScriptingContext
Constructor for the BoxScriptingContext
BoxScriptingEngine - Class in ortus.boxlang.runtime.scripting
The BoxScriptingEngine is the JSR-223 implementation for BoxLang.
BoxScriptingEngine(BoxScriptingFactory) - Constructor for class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Constructor for the BoxScriptingEngine
BoxScriptingEngine(BoxScriptingFactory, Boolean) - Constructor for class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Constructor for the BoxScriptingEngine
BoxScriptingFactory - Class in ortus.boxlang.runtime.scripting
BoxScriptingFactory is used to describe and instantiate ScriptEngines for BoxLang based on JSR-223.
BoxScriptingFactory() - Constructor for class ortus.boxlang.runtime.scripting.BoxScriptingFactory
 
BoxScriptIsland - Class in ortus.boxlang.compiler.ast.statement
An island of script code within a template
BoxScriptIsland(List<BoxStatement>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxScriptIsland
Creates an AST for a block of statements
BoxScriptIslandTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement.component
 
BoxScriptIslandTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.component.BoxScriptIslandTransformer
 
BoxScriptLexerCustom - Class in ortus.boxlang.compiler.parser
I extend the generated ANTLR lexer to add some custom methods for getting unpopped modes so we can perform better validation after parsing.
BoxScriptLexerCustom(CharStream) - Constructor for class ortus.boxlang.compiler.parser.BoxScriptLexerCustom
Constructor
BoxScriptParser - Class in ortus.boxlang.compiler.parser
Parser for Box scripts
BoxScriptParser() - Constructor for class ortus.boxlang.compiler.parser.BoxScriptParser
Constructor
BoxScriptParser(int, int) - Constructor for class ortus.boxlang.compiler.parser.BoxScriptParser
 
BoxScriptParser(int, int, boolean) - Constructor for class ortus.boxlang.compiler.parser.BoxScriptParser
 
BoxScriptTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
BoxScriptTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxScriptTransformer
Constructor
BoxSingleLineComment - Class in ortus.boxlang.compiler.ast.comment
class for single line comments
BoxSingleLineComment(String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.comment.BoxSingleLineComment
Create a instance of a BoxComment
BoxSourceType - Enum Class in ortus.boxlang.compiler.parser
Supported files
BoxStatement - Class in ortus.boxlang.compiler.ast
Abstract Node class representing statements
BoxStatement(Position, String) - Constructor for class ortus.boxlang.compiler.ast.BoxStatement
Constructor
BoxStatementBlock - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a Statement Block
BoxStatementBlock(List<BoxStatement>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxStatementBlock
Creates the AST node
BoxStatementBlockTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
BoxStatementBlockTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxStatementBlockTransformer
 
BoxStaticAccess - Class in ortus.boxlang.compiler.ast.expression
AST Node representing access of static members like: object::property
BoxStaticAccess(BoxExpression, Boolean, BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxStaticAccess
Creates the AST node
BoxStaticAccessTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxStaticAccessTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxStaticAccessTransformer
 
BoxStaticInitializer - Class in ortus.boxlang.compiler.ast
Static Initializer block for a Class
BoxStaticInitializer(List<BoxStatement>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.BoxStaticInitializer
Creates an AST for a Class
BoxStaticInitializerTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer
 
BoxStaticInitializerTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.BoxStaticInitializerTransformer
Constructor
BoxStaticMethodInvocation - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a static method invocation like: object::method(1,"a")
BoxStaticMethodInvocation(BoxIdentifier, BoxExpression, List<BoxArgument>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxStaticMethodInvocation
Creates the AST node
BoxStaticMethodInvocationTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxStaticMethodInvocationTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxStaticMethodInvocationTransformer
 
BoxStringConcat - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a string literal value
BoxStringConcat(List<BoxExpression>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxStringConcat
Creates the AST node
BoxStringConcatTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a String Interpolatiion the equivalent Java Parser AST nodes
BoxStringConcatTransformer(Transpiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxStringConcatTransformer
 
BoxStringInterpolation - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a string literal value
BoxStringInterpolation(List<BoxExpression>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxStringInterpolation
Creates the AST node
BoxStringInterpolationTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a String Interpolatiion the equivalent Java Parser AST nodes
BoxStringInterpolationTransformer(Transpiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxStringInterpolationTransformer
 
BoxStringLiteral - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a string literal value
BoxStringLiteral(String, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxStringLiteral
Creates the AST node
BoxStringLiteralTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a BoxStringLiteral Node the equivalent Java Parser AST nodes
BoxStringLiteralTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxStringLiteralTransformer
 
BoxStructLiteral - Class in ortus.boxlang.compiler.ast.expression
A struct literal comes in two forms, ordered and unordered (default).
BoxStructLiteral(BoxStructType, List<BoxExpression>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxStructLiteral
Creates the AST node for Struct Literals
BoxStructLiteralTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a BoxStructUnorderedLiteral Node the equivalent Java Parser AST nodes
BoxStructLiteralTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxStructLiteralTransformer
 
BoxStructType - Enum Class in ortus.boxlang.compiler.ast.expression
A struct literal comes in two forms, ordered and unordered (default).
BoxSwitch - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a switch statement
BoxSwitch(BoxExpression, List<BoxSwitchCase>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxSwitch
Creates the AST node
BoxSwitchCase - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a switch case statement
BoxSwitchCase(BoxExpression, BoxExpression, List<BoxStatement>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxSwitchCase
Creates the AST node
BoxSwitchTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
Transform a SwitchStatement Node the equivalent Java Parser AST nodes
BoxSwitchTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxSwitchTransformer
 
BoxTemplate - Class in ortus.boxlang.compiler.ast
Root node for a templating (program) cfm/bxm
BoxTemplate - Class in ortus.boxlang.runtime.runnables
 
BoxTemplate() - Constructor for class ortus.boxlang.runtime.runnables.BoxTemplate
 
BoxTemplate(List<BoxStatement>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.BoxTemplate
Creates an AST for a program which is represented by a list of statements
BOXTEMPLATE - Enum constant in enum class ortus.boxlang.compiler.parser.BoxSourceType
 
BoxTemplateIsland - Class in ortus.boxlang.compiler.ast.statement.component
An island of script code within a template
BoxTemplateIsland(List<BoxStatement>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.component.BoxTemplateIsland
Creates an AST for a block of statements
BoxTemplateIslandTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement.component
 
BoxTemplateIslandTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.component.BoxTemplateIslandTransformer
 
BoxTemplateLexerCustom - Class in ortus.boxlang.compiler.parser
I extend the generated ANTLR lexer to add some custom methods for getting unpopped modes so we can perform better validation after parsing.
BoxTemplateLexerCustom(CharStream) - Constructor for class ortus.boxlang.compiler.parser.BoxTemplateLexerCustom
Constructor
BoxTemplateParser - Class in ortus.boxlang.compiler.parser
 
BoxTemplateParser() - Constructor for class ortus.boxlang.compiler.parser.BoxTemplateParser
 
BoxTemplateParser(int, int) - Constructor for class ortus.boxlang.compiler.parser.BoxTemplateParser
 
BoxTemplateTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
BoxTemplateTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxTemplateTransformer
Constructor
BoxTernaryOperation - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a Ternary operator
BoxTernaryOperation(BoxExpression, BoxExpression, BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxTernaryOperation
Creates the AST node
BoxTernaryOperationTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
BoxTernaryOperationTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxTernaryOperationTransformer
 
BoxThrow - Class in ortus.boxlang.compiler.ast.statement
AST Node representing an throw statement
BoxThrow(BoxExpression, BoxExpression, BoxExpression, BoxExpression, BoxExpression, BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxThrow
Creates the AST node
BoxThrow(BoxExpression, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxThrow
Creates the AST node
BoxThrowTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
BoxThrowTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxThrowTransformer
 
BoxTry - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a if statement
BoxTry(List<BoxStatement>, List<BoxTryCatch>, List<BoxStatement>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxTry
 
BoxTryCatch - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a catch statement
BoxTryCatch(List<BoxExpression>, BoxExpression, List<BoxStatement>, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxTryCatch
 
BoxTryTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
BoxTryTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxTryTransformer
 
BoxType - Enum Class in ortus.boxlang.compiler.ast.statement
 
BoxUnaryOperation - Class in ortus.boxlang.compiler.ast.expression
AST Node representing a unary operator
BoxUnaryOperation(BoxExpression, BoxUnaryOperator, Position, String) - Constructor for class ortus.boxlang.compiler.ast.expression.BoxUnaryOperation
 
BoxUnaryOperationTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.expression
Transform a BoxUnaryOperatorTransformer Node the equivalent Java Parser AST node
BoxUnaryOperationTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxUnaryOperationTransformer
 
BoxUnaryOperator - Enum Class in ortus.boxlang.compiler.ast.expression
 
BoxValidationException - Exception Class in ortus.boxlang.runtime.types.exceptions
This is exception is thrown when an attempt to validate inbound attributes or arguments fails.
BoxValidationException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxValidationException
Constructor
BoxValidationException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxValidationException
Constructor
BoxValidationException(Key, Validatable, String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.BoxValidationException
Constructor
BoxVisitable - Interface in ortus.boxlang.compiler.ast.visitor
 
BoxWhile - Class in ortus.boxlang.compiler.ast.statement
AST Node representing a while loop statement
BoxWhile(String, BoxExpression, BoxStatement, Position, String) - Constructor for class ortus.boxlang.compiler.ast.statement.BoxWhile
Creates the AST node
BoxWhileTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
BoxWhileTransformer(JavaTranspiler) - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxWhileTransformer
 
BREAK - Static variable in record class ortus.boxlang.runtime.components.Component.BodyResult
 
breakpoint - Variable in class ortus.boxlang.debugger.event.BreakpointEvent.BreakpointBody
 
breakpoint(int) - Static method in class ortus.boxlang.debugger.event.StoppedEvent
 
breakpoint(BreakpointEvent, int) - Static method in class ortus.boxlang.debugger.event.StoppedEvent
 
Breakpoint - Class in ortus.boxlang.debugger.types
Models a breakpoint record sent from the debug tool.
Breakpoint() - Constructor for class ortus.boxlang.debugger.types.Breakpoint
 
BreakpointBody() - Constructor for class ortus.boxlang.debugger.event.BreakpointEvent.BreakpointBody
 
BreakpointEvent - Class in ortus.boxlang.debugger.event
Models the Breakpoint event for the Debug Protocol
BreakpointEvent() - Constructor for class ortus.boxlang.debugger.event.BreakpointEvent
 
BreakpointEvent(String, Breakpoint) - Constructor for class ortus.boxlang.debugger.event.BreakpointEvent
Constructor
BreakpointEvent.BreakpointBody - Class in ortus.boxlang.debugger.event
 
breakpoints - Variable in class ortus.boxlang.debugger.request.SetBreakpointsRequest.SetBreakpointArguments
 
breakpoints - Variable in class ortus.boxlang.debugger.response.SetBreakpointsResponse.SetBreakpointsResponseBody
 
buffers - Variable in class ortus.boxlang.runtime.context.BaseBoxContext
A buffer to write output to
buffersize - Static variable in class ortus.boxlang.runtime.scopes.Key
 
build() - Method in class ortus.boxlang.runtime.net.URIBuilder
 
buildCacheKey(Key, Key) - Static method in class ortus.boxlang.runtime.application.Session
Build a cache key for a session
buildConnectionURL(DatasourceConfig) - Method in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
 
buildConnectionURL(DatasourceConfig) - Method in interface ortus.boxlang.runtime.jdbc.drivers.IJDBCDriver
Get the connection JDBC URL according to the driver type.
buildCoreProxy(Class<?>, IBoxContext, Object, String) - Static method in class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyService
Build a functional interface proxy for a core proxy
buildExecutor(String, AsyncService.ExecutorType, Integer) - Static method in class ortus.boxlang.runtime.services.AsyncService
Build an executor without registering it using BoxLang specs
buildGenericProxy(IBoxContext, Object, String, Class<?>[], ClassLoader) - Static method in class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyService
This will build a generic dynamic proxy for functional interfaces according to the passed clazz.
buildGenericProxy(IBoxContext, Object, String, Array, ClassLoader) - Static method in class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyService
This will build a generic dynamic proxy for functional interfaces according to the passed clazz.
buildLocale(String) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Convenience method to build a locale from only a language
buildLocale(String, String) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Convenience method to build a locale from a language and region
buildLocale(String, String, String) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Convenience method to build a locale from a language, region an variant
buildObjectStore(CacheConfig) - Static method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Build out the object store according to the configuration
buildObjectStoreByClass(String) - Static method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Build the object store by class path
buildPolicyByName(String) - Method in class ortus.boxlang.runtime.cache.store.AbstractStore
Get a policy by name from BoxLang's policies package.
buildProvider() - Method in enum class ortus.boxlang.runtime.cache.providers.CoreProviderType
Build out the provider according to the Enum type
buildStore() - Method in enum class ortus.boxlang.runtime.cache.store.ObjectStoreType
Build the store according to the Enum type
buildTagContext(Throwable) - Static method in class ortus.boxlang.runtime.types.exceptions.ExceptionUtil
Get the tag context from an exception.
buildTagContext(Throwable, int) - Static method in class ortus.boxlang.runtime.types.exceptions.ExceptionUtil
Get the tag context from an exception.
BX_PREFIX - Static variable in class ortus.boxlang.runtime.loader.ClassLocator
 
BXCompiler - Class in ortus.boxlang.compiler
I am a CLI tool for pre-compiling code to class files TODO: Not sure where this class should eventually live.
BXCompiler() - Constructor for class ortus.boxlang.compiler.BXCompiler
 
bxDefaultDatasource - Static variable in class ortus.boxlang.runtime.scopes.Key
 
bxRandomSeed - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ByteCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything
ByteCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.ByteCaster
 
byteChannel - Variable in class ortus.boxlang.runtime.types.File
The the writer object when mode is write and seekable is set to true

C

cachable() - Method in record class ortus.boxlang.runtime.loader.ClassLocator.ClassLocation
Returns the value of the cachable record component.
cache - Variable in class ortus.boxlang.runtime.jdbc.QueryOptions
Whether or not the query results should be cached.
cache - Static variable in class ortus.boxlang.runtime.scopes.Key
JDBC keys.
Cache - Class in ortus.boxlang.runtime.components.cache
 
Cache() - Constructor for class ortus.boxlang.runtime.components.cache.Cache
Constructor
CACHE - Enum constant in enum class ortus.boxlang.runtime.components.cache.Cache.CacheAction
 
Cache.CacheAction - Enum Class in ortus.boxlang.runtime.components.cache
Enumeration of all possible `type` attribute values.
CacheConfig - Class in ortus.boxlang.runtime.config.segments
A BoxLang cache configuration This is a configuration segment for a cache engine The default name is 'default' The default provider is 'BoxCacheProvider' The default properties are based on the DEFAULTS struct
CacheConfig() - Constructor for class ortus.boxlang.runtime.config.segments.CacheConfig
Default Empty Constructor
CacheConfig(String) - Constructor for class ortus.boxlang.runtime.config.segments.CacheConfig
Constructor by string name
CacheConfig(Key) - Constructor for class ortus.boxlang.runtime.config.segments.CacheConfig
Constructor by name of a boxCacheProvider
CacheConfig(Key, Key, IStruct) - Constructor for class ortus.boxlang.runtime.config.segments.CacheConfig
Constructor by name, provider and properties
CacheConfig(Key, IStruct) - Constructor for class ortus.boxlang.runtime.config.segments.CacheConfig
Constructor by name and properties
cached - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CACHED - Enum constant in enum class ortus.boxlang.runtime.services.AsyncService.ExecutorType
 
cachedAfter - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CachedThreadReference - Class in ortus.boxlang.debugger
 
CachedThreadReference(ThreadReference) - Constructor for class ortus.boxlang.debugger.CachedThreadReference
 
cachedwithin - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cachedWithin - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CacheExistsValidator - Class in ortus.boxlang.runtime.cache.util
I ensure that the passed cachename is a valid registered cache.
CacheExistsValidator() - Constructor for class ortus.boxlang.runtime.cache.util.CacheExistsValidator
 
cacheID - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cacheKey - Variable in class ortus.boxlang.runtime.jdbc.QueryOptions
Cache key used to store the query in the cache.
cacheKey - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cacheKeyToPath(Key) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Converts a key to a full path object in the pool
cacheLastAccessTimeout - Variable in class ortus.boxlang.runtime.jdbc.QueryOptions
Max time to wait for a cache to be accessed before it is considered stale and automatically removed from the BoxLang cache.
cacheLastAccessTimeout - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cacheName - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cacheName() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
-------------------------------------------------------------------------- Interface Methods -------------------------------------------------------------------------- Mostly Getters
cacheName() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
The name of the cache this entry belongs to
cacheProvider - Variable in class ortus.boxlang.runtime.jdbc.QueryOptions
String name of the cache provider used to cache the query.
cacheProvider - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cacheRegion - Static variable in class ortus.boxlang.runtime.scopes.Key
 
caches - Variable in class ortus.boxlang.runtime.config.Configuration
Cache registrations
caches - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cacheService - Variable in class ortus.boxlang.runtime.application.Application
The cache service helper
cacheService - Variable in class ortus.boxlang.runtime.bifs.BIF
The cache service helper
cacheService - Variable in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Cache Service
cacheService - Variable in class ortus.boxlang.runtime.components.cache.Cache
The interceptor service helper
cacheService - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CacheService - Class in ortus.boxlang.runtime.services
This is a service that provides caching functionality to BoxLang.
CacheService(BoxRuntime) - Constructor for class ortus.boxlang.runtime.services.CacheService
Constructor
cacheTimeout - Variable in class ortus.boxlang.runtime.jdbc.QueryOptions
Max time the query will be cached for.
cacheTimeout - Static variable in class ortus.boxlang.runtime.scopes.Key
 
call() - Method in class ortus.boxlang.runtime.interop.proxies.Callable
 
call(Object) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
This method is used to register any executable as a scheduled task.
call(Object, String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
This method is used to register any object that is either: - DynamicObject - IReferenceable - Callable - Runnable as a scheduled task.
call(Runnable) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
This method is used to register the Runnable Lambda on this scheduled task.
call(Callable<?>) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
This method is used to register the callable Callable Lambda on this scheduled task.
call(DynamicObject) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
This method is used to register the callable DynamicObject on this scheduled task.
call(DynamicObject, String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
This method is used to register the callable DynamicObject/Callable lambda on this scheduled task.
Callable - Class in ortus.boxlang.runtime.interop.proxies
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/util/concurrent/Callable.html
Callable(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.Callable
 
callback - Static variable in class ortus.boxlang.runtime.scopes.Key
 
caller - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CallStackGet - Class in ortus.boxlang.runtime.bifs.global.system
 
CallStackGet() - Constructor for class ortus.boxlang.runtime.bifs.global.system.CallStackGet
Constructor
camelCase(String) - Static method in class ortus.boxlang.runtime.types.util.StringUtil
Convert a string to camel case using a functional approach.
CamelCase - Class in ortus.boxlang.runtime.bifs.global.string
 
CamelCase() - Constructor for class ortus.boxlang.runtime.bifs.global.string.CamelCase
Constructor
canInvokeImplicitAccessor(IBoxContext) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
canInvokeImplicitAccessor(IClassRunnable, IBoxContext) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
A helper to look at the "InvokeImplicitAccessor" annotation and application settings, caching the result
canonicalize - Static variable in class ortus.boxlang.runtime.scopes.Key
 
canOutput() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Can the current context output to the response stream? Contexts tied to a specific object like a function or class may override this to return false based on their own logic.
canOutput() - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
canOutput() - Method in class ortus.boxlang.runtime.context.ClassBoxContext
A helper to look at the "output" annotation, caching the result
canOutput() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Can the current context output to the response stream? Contexts tied to a specific object like a function or class may override this to return false based on their own logic.
canOutput() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Can the current context output to the response stream? Contexts tied to a specific object like a function or class may override this to return false based on their own logic.
canOutput() - Method in class ortus.boxlang.runtime.context.StaticClassBoxContext
A helper to look at the "output" annotation, caching the result
canOutput() - Method in class ortus.boxlang.runtime.runnables.BoxInterface
A helper to look at the "output" annotation, caching the result
canOutput() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
A helper to look at the "output" annotation, caching the result
canOutput(FunctionBoxContext) - Method in class ortus.boxlang.runtime.types.Function
A helper to look at the "output" annotation, caching the result
canOutput(IBoxContext, DynamicObject) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
A helper to look at the "output" annotation from a static context By default in BoxLang this is false
canOutput(IClassRunnable) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
A helper to look at the "output" annotation, caching the result
canReturn() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
Capabilities() - Constructor for class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
 
CASE_SENSITIVE - Enum constant in enum class ortus.boxlang.runtime.types.IStruct.TYPES
 
caseSensitive - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.ArrayCaster
Used to cast anything to an Array, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.BigDecimalCaster
Used to cast anything, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.BooleanCaster
Used to cast anything to a boolean, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.ByteCaster
Used to cast anything, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.CharacterCaster
Used to cast anything, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.ClosureCaster
Used to cast anything to a Closure, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.CollectionCaster
Used to cast anything to a collection, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.DateTimeCaster
Used to cast anything, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.DoubleCaster
Used to cast anything to a Double, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.FloatCaster
Used to cast anything, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.FunctionCaster
Used to cast anything to a Function, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.IntegerCaster
Used to cast anything, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.KeyCaster
Used to cast anything to a Key, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.LongCaster
Used to cast anything, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.ModifiableArrayCaster
Used to cast anything to a Array, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.ModifiableStructCaster
Used to cast anything to a Struct, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.QueryCaster
Used to cast anything to a Query, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.ShortCaster
Used to cast anything, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.StringCaster
Used to cast anything to a string, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.StructCaster
Used to cast anything to a Struct, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.StructCasterLoose
Used to cast anything to a Struct, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.TimeCaster
Used to cast anything, throwing exception if we fail
cast(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.XMLCaster
Used to cast anything to a XML, throwing exception if we fail
cast(Object, boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.ClosureCaster
Used to cast anything to a Closure
cast(Object, boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.FunctionCaster
Used to cast anything to a Function
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.ArrayCaster
Used to cast anything to an Array
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.BigDecimalCaster
Used to cast anything
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.BooleanCaster
Used to cast anything to a boolean, throwing exception if we fail
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.ByteCaster
Used to cast anything
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.CharacterCaster
Used to cast anything
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.CollectionCaster
Used to cast anything to a collection
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.DateTimeCaster
Used to cast anything
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.DoubleCaster
Used to cast anything to a double
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.FloatCaster
Used to cast anything
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.IntegerCaster
Used to cast anything
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.KeyCaster
Used to cast anything to a Key
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.LongCaster
Used to cast anything
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.ModifiableArrayCaster
Used to cast anything to a Array that needs to be modifiable
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.ModifiableStructCaster
Used to cast anything to a Struct that needs to be modifiable
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.QueryCaster
Used to cast anything to a Query
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.ShortCaster
Used to cast anything
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.StringCaster
Used to cast anything to a string
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.StructCaster
Used to cast anything to a Struct
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.StructCasterLoose
Used to cast anything to a Struct
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.TimeCaster
Used to cast anything
cast(Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.XMLCaster
Used to cast anything to a XML
cast(Object, Boolean, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.BooleanCaster
Used to cast anything to a boolean
cast(Object, Boolean, ZoneId) - Static method in class ortus.boxlang.runtime.dynamic.casters.DateTimeCaster
Used to cast anything to a DateTime object.
cast(Object, Boolean, ZoneId) - Static method in class ortus.boxlang.runtime.dynamic.casters.TimeCaster
Used to cast anything to a LocalTime object.
cast(Object, Boolean, ZoneId, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.DateTimeCaster
Used to cast anything to a DateTime object.
cast(Object, String) - Static method in class ortus.boxlang.runtime.dynamic.casters.FunctionCaster
Used to cast anything to a Function, throwing exception if we fail
cast(Object, String) - Static method in class ortus.boxlang.runtime.dynamic.casters.StringCaster
Used to cast anything to a string, throwing exception if we fail
cast(Object, String, boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.FunctionCaster
Used to cast anything to a Function
cast(Object, String, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.StringCaster
Used to cast anything to a string
cast(IBoxContext, Object, Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.GenericCaster
Used to cast anything, throwing exception if we fail
cast(IBoxContext, Object, Object, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.GenericCaster
Used to cast anything.
CastAs - Class in ortus.boxlang.runtime.operators
Casts input to Java type
CastAs - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
CastAs() - Constructor for class ortus.boxlang.runtime.operators.CastAs
 
castAsReturnType(ExecutedQuery) - Method in class ortus.boxlang.runtime.jdbc.QueryOptions
Get the query results as the configured return type.
castAsStringOrNull(Object) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsValid
 
CastAttempt<T> - Class in ortus.boxlang.runtime.dynamic.casters
A container object which may or may not contain the result of a cast attempt This allows you to attempt a cast, getting the casted value if it was successfull, but not throwing an exception if it fails.
CatchBoxContext - Class in ortus.boxlang.runtime.context
This context represents the context of a template execution in BoxLang
CatchBoxContext(IBoxContext, Key, Throwable) - Constructor for class ortus.boxlang.runtime.context.CatchBoxContext
Creates a new execution context with a bounded execution template and parent context
category - Variable in class ortus.boxlang.debugger.event.OutputEvent.OutputBody
 
cause - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Ceiling - Class in ortus.boxlang.runtime.bifs.global.math
 
Ceiling() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Ceiling
Constructor
cert_cookie - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cert_flags - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cert_issuer - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cert_keysize - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cert_secretkeysize - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cert_serialnumber - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cert_server_issuer - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cert_server_subject - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cert_subject - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cf_template_path - Static variable in class ortus.boxlang.runtime.scopes.Key
 
cfid - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CFSCRIPT - Enum constant in enum class ortus.boxlang.compiler.parser.BoxSourceType
 
CFScriptLexerCustom - Class in ortus.boxlang.compiler.parser
I extend the generated ANTLR lexer to add some custom methods for getting unpopped modes so we can perform better validation after parsing.
CFScriptLexerCustom(CharStream) - Constructor for class ortus.boxlang.compiler.parser.CFScriptLexerCustom
Constructor
CFScriptParser - Class in ortus.boxlang.compiler.parser
Parser for CF scripts
CFScriptParser() - Constructor for class ortus.boxlang.compiler.parser.CFScriptParser
Constructor
CFScriptParser(int, int) - Constructor for class ortus.boxlang.compiler.parser.CFScriptParser
 
CFScriptParser(int, int, boolean) - Constructor for class ortus.boxlang.compiler.parser.CFScriptParser
 
CFTEMPLATE - Enum constant in enum class ortus.boxlang.compiler.parser.BoxSourceType
 
CFTemplateLexerCustom - Class in ortus.boxlang.compiler.parser
I extend the generated ANTLR lexer to add some custom methods for getting unpopped modes so we can perform better validation after parsing.
CFTemplateLexerCustom(CharStream) - Constructor for class ortus.boxlang.compiler.parser.CFTemplateLexerCustom
Constructor
CFTemplateParser - Class in ortus.boxlang.compiler.parser
 
CFTemplateParser() - Constructor for class ortus.boxlang.compiler.parser.CFTemplateParser
 
CFTemplateParser(int, int) - Constructor for class ortus.boxlang.compiler.parser.CFTemplateParser
 
cftoken - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CFTranspiler - Class in ortus.boxlang.compiler
I am a CLI tool for transpiling ColdFusion code to BoxLang TODO: Not sure where this class should eventually live.
CFTranspiler() - Constructor for class ortus.boxlang.compiler.CFTranspiler
 
CFTranspilerVisitor - Class in ortus.boxlang.compiler.ast.visitor
Pretty print BoxLang AST nodes
CFTranspilerVisitor() - Constructor for class ortus.boxlang.compiler.ast.visitor.CFTranspilerVisitor
Constructor
cfvar - Static variable in class ortus.boxlang.runtime.scopes.Key
 
changeInputStream(InputStream) - Method in class ortus.boxlang.debugger.AdapterProtocolMessageReader
 
Char - Class in ortus.boxlang.runtime.bifs.global.string
 
Char() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Char
Constructor
CharacterCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything
CharacterCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.CharacterCaster
 
charset - Static variable in class ortus.boxlang.runtime.scopes.Key
 
charset - Variable in class ortus.boxlang.runtime.types.File
 
CharsetDecode - Class in ortus.boxlang.runtime.bifs.global.string
 
CharsetDecode() - Constructor for class ortus.boxlang.runtime.bifs.global.string.CharsetDecode
Constructor
CharsetEncode - Class in ortus.boxlang.runtime.bifs.global.string
 
CharsetEncode() - Constructor for class ortus.boxlang.runtime.bifs.global.string.CharsetEncode
Constructor
charsetOrBufferSize - Static variable in class ortus.boxlang.runtime.scopes.Key
 
checkInterrupted() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Call this method periodically in a long-running task to check to see if the thread has been interrupted.
checkStepEvent(CachedThreadReference) - Method in interface ortus.boxlang.debugger.IStepStrategy
 
checkStepEvent(CachedThreadReference) - Method in class ortus.boxlang.debugger.NextStepStrategy
 
checkStepEvent(CachedThreadReference) - Method in class ortus.boxlang.debugger.StepInStrategy
 
checkStepEvent(CachedThreadReference) - Method in class ortus.boxlang.debugger.StepOutStrategy
 
checksum(Path) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Peforms a checksum of a file path object using the MD5 algorithm
checksum(Path, String) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Peforms a checksum of a file path object using a supported algorithm
childname - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ChildTransaction - Class in ortus.boxlang.runtime.jdbc
A child transaction object used for implementing nested JDBC transactions.
ChildTransaction(ITransaction) - Constructor for class ortus.boxlang.runtime.jdbc.ChildTransaction
Construct a nested transaction, attaching the given @param parent transaction.
CLASS - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
CLASS_UTILS - Static variable in class ortus.boxlang.runtime.interop.DynamicInteropService
Helper for all class utility methods from apache commons lang 3
CLASS_UTILS - Static variable in class ortus.boxlang.runtime.interop.DynamicObject
Helper for all class utility methods from apache commons lang 3
ClassBoxContext - Class in ortus.boxlang.runtime.context
This context represents the pseduo constructor of a Box Class
ClassBoxContext(IBoxContext, IClassRunnable) - Constructor for class ortus.boxlang.runtime.context.ClassBoxContext
Creates a new execution context with a bounded function instance and parent context
ClassDiscovery - Class in ortus.boxlang.runtime.loader.util
The ClassDiscovery class is used to discover classes in a given package at runtime - getClassFilesAsStream will return a stream of fully qualified class names - getClassFiles will return an array of fully qualified class names - loadClassFiles will return an array of loaded classes
ClassDiscovery() - Constructor for class ortus.boxlang.runtime.loader.util.ClassDiscovery
 
classGenerationDirectory - Variable in class ortus.boxlang.compiler.Boxpiler
The directory where the generated classes are stored
classGenerationDirectory - Variable in class ortus.boxlang.runtime.config.Configuration
The directory where the generated classes will be placed The default is the system temp directory + /boxlang
classGenerationDirectory - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ClassInfo - Record Class in ortus.boxlang.compiler
A Record that represents the information about a class to be compiled
ClassInfo(FQN, String, FQN, String, String, BoxSourceType, String, Long, DiskClassLoader[], InterfaceProxyDefinition, IBoxpiler, ResolvedFilePath) - Constructor for record class ortus.boxlang.compiler.ClassInfo
Creates an instance of a ClassInfo record class.
classLoader - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The Dynamic class loader for the module
ClassLocation(String, String, String, int, Class<?>, String, Boolean) - Constructor for record class ortus.boxlang.runtime.loader.ClassLocator.ClassLocation
Creates an instance of a ClassLocation record class.
ClassLocator - Class in ortus.boxlang.runtime.loader
This is a Class Loader is in charge of locating Box classes in the lookup algorithm and also Java classes in the classloader paths.
ClassLocator.ClassLocation - Record Class in ortus.boxlang.runtime.loader
This record represents a class location in the application
ClassMeta - Class in ortus.boxlang.runtime.types.meta
This class represents generic BoxLang metadata for a an object which has no object-specifc properties
ClassMeta(IClassRunnable) - Constructor for class ortus.boxlang.runtime.types.meta.ClassMeta
Constructor
ClassMetadataVisitor - Class in ortus.boxlang.compiler.ast.visitor
I generate metadata for a class or interface based on the AST without needing to instantiate or even compile the code
ClassMetadataVisitor() - Constructor for class ortus.boxlang.compiler.ast.visitor.ClassMetadataVisitor
Constructor
className - Static variable in class ortus.boxlang.runtime.scopes.Key
 
className() - Method in record class ortus.boxlang.compiler.ClassInfo
Returns the value of the className record component.
className() - Method in record class ortus.boxlang.runtime.loader.ImportDefinition
Returns the value of the className record component.
ClassNotFoundBoxLangException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when a class cannot be found in the BoxLang runtime.
ClassNotFoundBoxLangException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.ClassNotFoundBoxLangException
Constructor when we don't know the actual struct that was being searched
ClassNotFoundBoxLangException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.ClassNotFoundBoxLangException
Constructor
classPoolName() - Method in record class ortus.boxlang.compiler.ClassInfo
 
classPools - Variable in class ortus.boxlang.compiler.Boxpiler
Keeps track of the classes we've compiled
classSet() - Method in class ortus.boxlang.runtime.loader.ClassLocator
Get all the class paths keys in the resolver cache
ClassVariablesScope - Class in ortus.boxlang.runtime.scopes
I'm just like a normal Variables scope, but I know I belong to a class
ClassVariablesScope(IClassRunnable) - Constructor for class ortus.boxlang.runtime.scopes.ClassVariablesScope
-------------------------------------------------------------------------- Constructors --------------------------------------------------------------------------
clazz - Static variable in class ortus.boxlang.runtime.scopes.Key
 
clazz() - Method in record class ortus.boxlang.runtime.loader.ClassLocator.ClassLocation
Returns the value of the clazz record component.
cleanPackageName(String) - Static method in interface ortus.boxlang.compiler.IBoxpiler
Transforms the path into the package name
cleanupTaskRun() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
This method is called ALWAYS after a task runs, wether in failure or success but used internally for any type of cleanups
clear() - Method in class ortus.boxlang.runtime.loader.ClassLocator
Clear the resolver cache
clear() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
clear() - Method in class ortus.boxlang.runtime.scripting.BoxScopeBindings
 
clear() - Method in class ortus.boxlang.runtime.services.DatasourceService
Clear all registered datasources and close all connections.
clear() - Method in class ortus.boxlang.runtime.types.Array
Clears the contents contents of the array
clear() - Method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
 
clear() - Method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Removes all of the mappings from this map (optional operation).
clear() - Method in class ortus.boxlang.runtime.types.Query
 
clear() - Method in class ortus.boxlang.runtime.types.Struct
Removes all of the mappings from this map (optional operation).
clear() - Method in class ortus.boxlang.runtime.types.XML
 
clear(String) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Clears an object from the cache provider
clear(String) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Clears an object from the cache provider
clear(String) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Clear a specific key from the resolver cache
clear(String...) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Clears multiple objects from the cache provider
clear(String...) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Clears multiple objects from the cache provider
clear(Key) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
clear(Key) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Clears an object from the storage
clear(Key) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Clears an object from the storage
clear(Key) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Clears an object from the storage
clear(Key) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Clears an object from the storage
clear(Key...) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
clear(Key...) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Clears multiple objects from the storage
clear(Key...) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Clears multiple objects from the storage
clear(Key...) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Clears multiple objects from the storage
clear(Key...) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Clears multiple objects from the storage
clearAll() - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Clear all the elements in the cache provider
clearAll() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Clear all the elements in the cache provider
clearAll() - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
clearAll() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Clear all the elements in the store
clearAll() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Clear all the elements in the store
clearAll() - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Clear all the elements in the store
clearAll() - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Clear all the elements in the store
clearAll(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Clear all the elements in the cache provider with a $ICacheKeyFilter predicate.
clearAll(ICacheKeyFilter) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Clear all the elements in the cache provider with a $ICacheKeyFilter predicate.
clearAll(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
clearAll(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Clear all the elements in the store with a $ICacheKeyFilter.
clearAll(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Clear all the elements in the store with a $ICacheKeyFilter.
clearAll(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Clear all the elements in the store with a $ICacheKeyFilter.
clearAll(ICacheKeyFilter) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Clear all the elements in the store with a $ICacheKeyFilter.
clearAllCaches() - Method in class ortus.boxlang.runtime.services.CacheService
Clear all elements in all caches
clearBuffer() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Clear the buffer
clearBuffer() - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
clearBuffer() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Clear the buffer
clearCache() - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Clear The cache of loaded classes
clearDrivers() - Method in class ortus.boxlang.runtime.services.DatasourceService
Clear all registered drivers
clearImportCache() - Method in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
Clear the import cache
clearInterceptionStates() - Method in class ortus.boxlang.runtime.events.InterceptorPool
Clear all the interception states Use with caution.
clearJdkImportCache() - Method in class ortus.boxlang.runtime.loader.resolvers.JavaResolver
Clear the JDK import cache
ClearLocale - Class in ortus.boxlang.runtime.bifs.global.i18n
 
ClearLocale() - Constructor for class ortus.boxlang.runtime.bifs.global.i18n.ClearLocale
Constructor
clearMemory() - Static method in class ortus.boxlang.debugger.JDITools
 
clearQuiet(String) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Clears an object from the cache provider
clearQuiet(String) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Clears an object from the cache provider with no stats updated or listeners
clearSchedulers(Boolean, Long) - Method in class ortus.boxlang.runtime.services.SchedulerService
Clear all schedulers from the service.
clearStats() - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Clear The stats
clearStats() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Clear stats
clearTasks() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Clear all tasks from the scheduler.
clearTimers() - Method in class ortus.boxlang.runtime.util.Timer
Clear all timers
ClearTimezone - Class in ortus.boxlang.runtime.bifs.global.temporal
 
ClearTimezone() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.ClearTimezone
Constructor
clearUnfoundClasses() - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Clear the unfound class cache
cliArgs() - Method in record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Returns the value of the cliArgs record component.
CLIENTCACHE - Enum constant in enum class ortus.boxlang.runtime.components.cache.Cache.CacheAction
 
clientCert - Static variable in class ortus.boxlang.runtime.scopes.Key
 
clientCertPassword - Static variable in class ortus.boxlang.runtime.scopes.Key
 
clientInfo - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CLIOptions(int) - Constructor for record class ortus.boxlang.debugger.DebugMain.CLIOptions
Creates an instance of a CLIOptions record class.
CLIOptions(String, Boolean, String, String, Boolean, Boolean, String, Boolean, List<String>, String) - Constructor for record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Creates an instance of a CLIOptions record class.
clone() - Method in class ortus.boxlang.runtime.types.DateTime
 
clone(ZoneId) - Method in class ortus.boxlang.runtime.types.DateTime
Clones this object to produce a new object
close() - Method in class ortus.boxlang.runtime.BoxRuntime
Closeable interface method
close() - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Close the class loader
close() - Method in class ortus.boxlang.runtime.scripting.WriterOutputStream
 
close() - Method in class ortus.boxlang.runtime.types.File
Closes either the read or write stream
closure - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Closure - Class in ortus.boxlang.runtime.types
Represents a closure, which is a function, but has less data than a UDF and also retains a reference to the declaring context.
Closure(IBoxContext) - Constructor for class ortus.boxlang.runtime.types.Closure
Constructor
CLOSURE - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
CLOSURE - Static variable in record class ortus.boxlang.runtime.types.Argument
 
ClosureBoxContext - Class in ortus.boxlang.runtime.context
This context represents the execution of a closure.
ClosureBoxContext(IBoxContext, Closure) - Constructor for class ortus.boxlang.runtime.context.ClosureBoxContext
Creates a new execution context with a bounded function instance and parent context
ClosureBoxContext(IBoxContext, Closure, ArgumentsScope) - Constructor for class ortus.boxlang.runtime.context.ClosureBoxContext
Creates a new execution context with a bounded function instance and parent context and arguments scope
ClosureBoxContext(IBoxContext, Closure, Key, Object[]) - Constructor for class ortus.boxlang.runtime.context.ClosureBoxContext
Creates a new execution context with a bounded function instance and parent context and arguments scope
ClosureBoxContext(IBoxContext, Closure, Key, Map<Key, Object>) - Constructor for class ortus.boxlang.runtime.context.ClosureBoxContext
Creates a new execution context with a bounded function instance and parent context and arguments scope
ClosureBoxContext(IBoxContext, Closure, Key, ArgumentsScope) - Constructor for class ortus.boxlang.runtime.context.ClosureBoxContext
Creates a new execution context with a bounded function instance and parent context and arguments scope
ClosureCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to a Closure
ClosureCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.ClosureCaster
 
code() - Method in record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Returns the value of the code record component.
codePrintHTML - Static variable in class ortus.boxlang.runtime.scopes.Key
 
codePrintPlain - Static variable in class ortus.boxlang.runtime.scopes.Key
 
coldfusion - Static variable in class ortus.boxlang.runtime.scopes.Key
 
collection - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CollectionCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to a collection
CollectionCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.CollectionCaster
 
column - Variable in class ortus.boxlang.debugger.types.Breakpoint
 
column - Variable in class ortus.boxlang.debugger.types.StackFrame
 
column - Static variable in class ortus.boxlang.runtime.scopes.Key
 
column_name - Static variable in class ortus.boxlang.runtime.scopes.Key
 
columnExists(Query, String) - Static method in class ortus.boxlang.runtime.types.util.QueryUtil
Checks if a column exists in a query.
columnKey - Static variable in class ortus.boxlang.runtime.scopes.Key
 
columnList - Static variable in class ortus.boxlang.runtime.scopes.Key
 
columnName - Static variable in class ortus.boxlang.runtime.scopes.Key
 
columns - Static variable in class ortus.boxlang.runtime.scopes.Key
 
columnType - Static variable in class ortus.boxlang.runtime.scopes.Key
 
columnTypeList - Static variable in class ortus.boxlang.runtime.scopes.Key
 
command - Variable in class ortus.boxlang.debugger.request.AbstractRequest
 
command - Variable in class ortus.boxlang.debugger.request.AttachRequest
 
command - Variable in class ortus.boxlang.debugger.response.AbstractResponse
 
comments - Variable in class ortus.boxlang.compiler.parser.AbstractParser
 
commit() - Method in class ortus.boxlang.runtime.jdbc.ChildTransaction
Commit the transaction
commit() - Method in interface ortus.boxlang.runtime.jdbc.ITransaction
Commit the transaction
commit() - Method in class ortus.boxlang.runtime.jdbc.Transaction
Commit the transaction
COMMON_FORMATTERS - Static variable in class ortus.boxlang.runtime.types.DateTime
Common Formatters Map so we can easily access them by name
COMMON_LOCALES - Static variable in class ortus.boxlang.runtime.util.LocalizationUtil
A struct of common locale constants
COMMON_NUMBER_FORMATTERS - Static variable in class ortus.boxlang.runtime.util.LocalizationUtil
Common Number formatter instances
Comparator<T> - Class in ortus.boxlang.runtime.interop.proxies
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/util/Comparator.html
Comparator(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.Comparator
 
compare(Object, Object) - Method in class ortus.boxlang.runtime.interop.proxies.Comparator
 
Compare - Class in ortus.boxlang.runtime.bifs.global.string
 
Compare - Class in ortus.boxlang.runtime.operators
Performs EQ, GT, and LT comparisons Compares numbers as numbers, compares strings case insensitive
Compare() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Compare
Constructor
Compare() - Constructor for class ortus.boxlang.runtime.operators.Compare
 
CompareNoCase - Class in ortus.boxlang.runtime.bifs.global.string
 
CompareNoCase() - Constructor for class ortus.boxlang.runtime.bifs.global.string.CompareNoCase
Constructor
compareTo(ChronoZonedDateTime<?>) - Method in class ortus.boxlang.runtime.types.DateTime
Comparable interface method
compareTo(FeatureAuditVisitor.AggregateFeatureUsed) - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.AggregateFeatureUsed
 
compareTo(DatasourceConfig) - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Compares two DatasourceConfig objects
compareTo(DataSource) - Method in class ortus.boxlang.runtime.jdbc.DataSource
Compares two DataSource objects
compareTo(Key) - Method in class ortus.boxlang.runtime.scopes.Key
Compare keys in a case-insensitive manner.
compareTo(Key) - Method in class ortus.boxlang.runtime.scopes.KeyCased
Compare keys in a case-sensitive manner.
compareToWithCase(Key) - Method in class ortus.boxlang.runtime.scopes.Key
Compare keys in a case-sensitive manner.
compile(Reader) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Compile a script
compile(String) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Compile a script
compileClass(String, BoxSourceType) - Method in class ortus.boxlang.compiler.Boxpiler
Compile a BoxLang Class from source into a Java class
compileClass(String, BoxSourceType) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
compileClass(ResolvedFilePath) - Method in class ortus.boxlang.compiler.Boxpiler
Compile a BoxLang Class from a file into a Java class
compileClass(ResolvedFilePath) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
compileClassInfo(String, String) - Method in class ortus.boxlang.compiler.asmboxpiler.ASMBoxpiler
 
compileClassInfo(String, String) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
compileClassInfo(String, String) - Method in class ortus.boxlang.compiler.javaboxpiler.JavaBoxpiler
 
compiledOn - Variable in class ortus.boxlang.runtime.runnables.BoxScript
The date the source was compiled
compileInterfaceProxy(IBoxContext, InterfaceProxyDefinition) - Method in class ortus.boxlang.compiler.Boxpiler
 
compileInterfaceProxy(IBoxContext, InterfaceProxyDefinition) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
compileJava(CompilationUnit, String, List<String>) - Method in interface ortus.boxlang.compiler.javaboxpiler.ITranspiler
 
compileJava(CompilationUnit, String, List<String>) - Method in class ortus.boxlang.compiler.javaboxpiler.JavaTranspiler
Write a class bytecode
compiler - Static variable in class ortus.boxlang.runtime.scopes.Key
 
compileScript(String, BoxSourceType) - Method in class ortus.boxlang.compiler.Boxpiler
Compile a BoxLang script into a Java class
compileScript(String, BoxSourceType) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
compileStatement(String, BoxSourceType) - Method in class ortus.boxlang.compiler.asmboxpiler.ASMBoxpiler
 
compileStatement(String, BoxSourceType) - Method in class ortus.boxlang.compiler.Boxpiler
Compile a single BoxLang statement into a Java class
compileStatement(String, BoxSourceType) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
compileTemplate(ResolvedFilePath) - Method in class ortus.boxlang.compiler.Boxpiler
Compile a BoxLang template (file on disk) into a Java class
compileTemplate(ResolvedFilePath) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
compileTemplateBytes(ResolvedFilePath) - Method in class ortus.boxlang.compiler.asmboxpiler.ASMBoxpiler
 
compileTemplateBytes(ResolvedFilePath) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
compileTemplateBytes(ResolvedFilePath) - Method in class ortus.boxlang.compiler.javaboxpiler.JavaBoxpiler
Compile a template, returning a list of byte arrays representing the compiled class and its inner classes
compileVersion - Variable in class ortus.boxlang.runtime.runnables.BoxScript
The version of the runtime that compiled this class
completedFuture(U) - Static method in class ortus.boxlang.runtime.async.BoxFuture
Creates a new BoxFuture from a CompletableFuture
completeExceptionally(String) - Method in class ortus.boxlang.runtime.async.BoxFuture
Completes exceptionally with a BoxLang exception and the passed message.
completeOnTimeout(T, long) - Method in class ortus.boxlang.runtime.async.BoxFuture
Completes this CompletableFuture with the given value if not otherwise completed before the given timeout in milliseconds as the default.
completeOnTimeout(T, long, Object) - Method in class ortus.boxlang.runtime.async.BoxFuture
Completes this CompletableFuture with the given value if not otherwise completed before the given timeout.
completeThread(Key, String, Throwable, Boolean) - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Marks a thread as complete
component - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Component - Class in ortus.boxlang.runtime.components
Base class for all Components.
Component - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxType
 
Component() - Constructor for class ortus.boxlang.runtime.components.Component
A base component
COMPONENT - Enum constant in enum class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureType
 
COMPONENT - Enum constant in enum class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer.ExitsAllowed
 
Component.BodyResult - Record Class in ortus.boxlang.runtime.components
The result of a body processing
Component.ComponentBody - Interface in ortus.boxlang.runtime.components
A functional interface for the body of a component which can be a lambda
componentClass - Variable in class ortus.boxlang.runtime.components.ComponentDescriptor
component class
ComponentDescriptor - Class in ortus.boxlang.runtime.components
This class is used to describe a component as it can be a component or a member component or both or coming from a module It also lazily creates the component instance and caches it upon first use
ComponentDescriptor(Key, Class<?>, String, String, Component, Boolean, Boolean) - Constructor for class ortus.boxlang.runtime.components.ComponentDescriptor
Constructor for a component
ComponentDocumentationGenerator - Class in ortus.boxlang.tools.util
 
ComponentDocumentationGenerator() - Constructor for class ortus.boxlang.tools.util.ComponentDocumentationGenerator
 
componentInstance - Variable in class ortus.boxlang.runtime.components.ComponentDescriptor
component instance, lazily created
components - Variable in class ortus.boxlang.runtime.context.BaseBoxContext
A way to discover the current executing componenet
componentService - Variable in class ortus.boxlang.compiler.parser.BoxScriptParser
 
componentService - Variable in class ortus.boxlang.compiler.parser.BoxTemplateParser
 
componentService - Variable in class ortus.boxlang.compiler.parser.CFScriptParser
 
componentService - Variable in class ortus.boxlang.compiler.parser.CFTemplateParser
 
componentService - Variable in class ortus.boxlang.runtime.bifs.BIF
The component service helper
componentService - Variable in class ortus.boxlang.runtime.components.Component
The component service helper
componentService - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ComponentService - Class in ortus.boxlang.runtime.services
The ComponentService is in charge of managing the runtime's built-in components.
ComponentService(BoxRuntime) - Constructor for class ortus.boxlang.runtime.services.ComponentService
Constructor
compression - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Concat - Class in ortus.boxlang.runtime.operators
Performs String Concat a = "Hello" & "World"
Concat() - Constructor for class ortus.boxlang.runtime.operators.Concat
 
ConcatEqual - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxAssignmentOperator
 
CONCURRENT - Enum constant in enum class ortus.boxlang.runtime.cache.store.ObjectStoreType
 
CONCURRENT_SOFT_REFERENCE - Enum constant in enum class ortus.boxlang.runtime.cache.store.ObjectStoreType
 
ConcurrentSoftReferenceStore - Class in ortus.boxlang.runtime.cache.store
This object store keeps all objects in heap using Concurrent classes.
ConcurrentSoftReferenceStore() - Constructor for class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Constructor
ConcurrentStore - Class in ortus.boxlang.runtime.cache.store
This object store keeps all objects in heap using Concurrent classes.
ConcurrentStore() - Constructor for class ortus.boxlang.runtime.cache.store.ConcurrentStore
Constructor
condition - Static variable in class ortus.boxlang.runtime.scopes.Key
 
config - Variable in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
The cache configuration
config - Variable in class ortus.boxlang.runtime.cache.store.AbstractStore
The configuration for the store
configFile() - Method in record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Returns the value of the configFile record component.
ConfigLoader - Class in ortus.boxlang.runtime.config
This class is responsible for loading the core configuration file from the `resources` folder and parsing it into the Configuration class.
Configuration - Class in ortus.boxlang.runtime.config
The BoxLang configuration object representing the core configuration.
Configuration() - Constructor for class ortus.boxlang.runtime.config.Configuration
 
ConfigurationDoneRequest - Class in ortus.boxlang.debugger.request
Models the command that the debug tool has finished configuration.
ConfigurationDoneRequest() - Constructor for class ortus.boxlang.debugger.request.ConfigurationDoneRequest
 
ConfigurationException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when an error is encountered during the configuration of the BoxLang runtime or its modules
ConfigurationException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.ConfigurationException
Constructor
ConfigurationException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.ConfigurationException
Constructor
configure - Static variable in class ortus.boxlang.runtime.scopes.Key
 
configure() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Usually where concrete implementations add their tasks and configs
configure() - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Usually where concrete implementations add their tasks and configs
configure() - Method in class ortus.boxlang.runtime.events.BaseInterceptor
This method is called by the BoxLang runtime to configure the interceptor
configure() - Method in interface ortus.boxlang.runtime.events.IInterceptor
This method is called by the BoxLang runtime to configure the interceptor
configure(LoggerContext) - Method in class ortus.boxlang.runtime.logging.LoggingConfigurator
Configure the logging provider.
configure(CacheService, CacheConfig) - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Configure the cache provider for operation
configure(CacheService, CacheConfig) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Configure the cache provider for operation
configure(CacheService, CacheConfig) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Configure the cache provider for operation
configure(IStruct) - Method in class ortus.boxlang.runtime.events.BaseInterceptor
This method is called by the BoxLang runtime to configure the interceptor with a Struct of properties
configure(IStruct) - Method in interface ortus.boxlang.runtime.events.IInterceptor
This method is called by the BoxLang runtime to configure the interceptor with a Struct of properties
configure(IStruct) - Method in interface ortus.boxlang.runtime.events.IInterceptorLambda
This method is called by the BoxLang runtime to configure the interceptor with a Struct of properties
configureExceptionBreakpoints(boolean, String) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
connect(String, Properties) - Method in class ortus.boxlang.runtime.jdbc.drivers.DriverShim
Returns the wrapped JDBC Driver
ConnectionManager - Class in ortus.boxlang.runtime.jdbc
Manages the active JDBC Connection for the current request/thread/BoxLang context.
ConnectionManager(IBoxContext) - Constructor for class ortus.boxlang.runtime.jdbc.ConnectionManager
Create a new ConnectionManager object.
connectionString - Static variable in class ortus.boxlang.runtime.scopes.Key
 
connectionTestQuery - Static variable in class ortus.boxlang.runtime.scopes.Key
 
connectionTimeout - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Consumer<T> - Class in ortus.boxlang.runtime.interop.proxies
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/util/function/Consumer.html
Consumer(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.Consumer
 
ContainerBoxContext - Class in ortus.boxlang.runtime.context
This context provides a "container" to run some code in where we want to have our own variables scope, but otherwise want to inherit the rest of the requests' scopes
ContainerBoxContext(IBoxContext) - Constructor for class ortus.boxlang.runtime.context.ContainerBoxContext
Creates a new execution context with a bounded execution template and parent context
contains(Object) - Method in class ortus.boxlang.runtime.types.Array
 
contains(Object) - Method in class ortus.boxlang.runtime.types.Query
 
contains(String, String, String) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Determine if a value is in a list
contains(String, String, String, Boolean, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Determine if a value is in a list
Contains - Class in ortus.boxlang.runtime.operators
Performs String Contains check a = "hello" contains "lo" or a = "hello" ct "LO"
Contains - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
Contains - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxComparisonOperator
 
Contains() - Constructor for class ortus.boxlang.runtime.operators.Contains
 
containsAll(Collection<?>) - Method in class ortus.boxlang.runtime.types.Array
 
containsAll(Collection<?>) - Method in class ortus.boxlang.runtime.types.Query
 
containsDelimiters - Variable in class ortus.boxlang.runtime.types.Array
Public property to determine if the parse array contains delimiters
containsKey(Object) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
containsKey(Object) - Method in class ortus.boxlang.runtime.scopes.ScopeWrapper
 
containsKey(Object) - Method in class ortus.boxlang.runtime.scripting.BoxScopeBindings
 
containsKey(Object) - Method in class ortus.boxlang.runtime.types.Struct
Returns true if this map contains a mapping for the specified Key
containsKey(Object) - Method in class ortus.boxlang.runtime.types.XML
 
containsKey(String) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
containsKey(String) - Method in interface ortus.boxlang.runtime.types.IStruct
Returns true if this map maps one or more keys using a String key
containsKey(String) - Method in class ortus.boxlang.runtime.types.Struct
Returns true if this map maps one or more keys using a String key
containsKey(String) - Method in class ortus.boxlang.runtime.types.XML
 
containsKey(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
containsKey(Key) - Method in class ortus.boxlang.runtime.scopes.ArgumentsScope
 
containsKey(Key) - Method in class ortus.boxlang.runtime.scopes.ScopeWrapper
 
containsKey(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Returns true if this map contains a mapping for the specified Key
containsKey(Key) - Method in class ortus.boxlang.runtime.types.Struct
Returns true if this map contains a mapping for the specified Key
containsKey(Key) - Method in class ortus.boxlang.runtime.types.XML
 
containsNoCase(String, String, String) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Determine if a value is in a list
containsNoCase(String, String, String, Boolean, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Determine if a value is in a list
containsValue(Object) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
containsValue(Object) - Method in class ortus.boxlang.runtime.scripting.BoxScopeBindings
 
containsValue(Object) - Method in class ortus.boxlang.runtime.types.Struct
Returns true if this map maps has the specified value
containsValue(Object) - Method in class ortus.boxlang.runtime.types.XML
 
content - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CONTENT - Enum constant in enum class ortus.boxlang.runtime.components.cache.Cache.CacheAction
 
content_length - Static variable in class ortus.boxlang.runtime.scopes.Key
 
content_type - Static variable in class ortus.boxlang.runtime.scopes.Key
 
context - Variable in class ortus.boxlang.debugger.request.EvaluateRequest.EvaluateRequestArguments
 
context - Variable in class ortus.boxlang.runtime.application.BaseApplicationListener
The request context bound to this listener
context - Variable in class ortus.boxlang.runtime.interop.proxies.BaseProxy
The context that created this proxy.
context - Static variable in class ortus.boxlang.runtime.scopes.Key
 
context_path - Static variable in class ortus.boxlang.runtime.scopes.Key
 
contextual - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CONTINUE - Static variable in record class ortus.boxlang.runtime.components.Component.BodyResult
 
ContinuedEvent - Class in ortus.boxlang.debugger.event
Models the Continued event for the Debug Protocol
ContinuedEvent(int) - Constructor for class ortus.boxlang.debugger.event.ContinuedEvent
Constructor
continueExecution(int, boolean) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
continueExecution(int, boolean, boolean) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
ContinueRequest - Class in ortus.boxlang.debugger.request
Models the command to initialize a debug session.
ContinueRequest() - Constructor for class ortus.boxlang.debugger.request.ContinueRequest
 
ContinueRequest.ContinueRequestArguments - Class in ortus.boxlang.debugger.request
 
ContinueRequestArguments() - Constructor for class ortus.boxlang.debugger.request.ContinueRequest.ContinueRequestArguments
 
ContinueResponse - Class in ortus.boxlang.debugger.response
Models a SetBreakpoint response in the DAP
ContinueResponse() - Constructor for class ortus.boxlang.debugger.response.ContinueResponse
 
ContinueResponse(ContinueRequest, boolean) - Constructor for class ortus.boxlang.debugger.response.ContinueResponse
Constructor
ContinueResponse.ContinueResponseBody - Class in ortus.boxlang.debugger.response
 
ContinueResponseBody() - Constructor for class ortus.boxlang.debugger.response.ContinueResponse.ContinueResponseBody
 
conversionType - Static variable in class ortus.boxlang.runtime.scopes.Key
 
convert(long, Timer.TimeUnit) - Static method in class ortus.boxlang.runtime.util.Timer
This method receives a long time in nanoseconds and returns it in the appropriate time unit
convertInputStreamToByteArray(InputStream) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Take input stream, read it, and return byte array
convertInputStreamToString(InputStream) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Take input stream, read it, and return string
convertJavaLineToSourceLine(int) - Method in class ortus.boxlang.compiler.SourceMap
 
convertScopeToDAPScope(JDITools.WrappedValue) - Static method in class ortus.boxlang.debugger.DebugAdapter
 
convertSecretKeyToString(SecretKey) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Converts a secret key to a string
convertSourceLineToJavaLine(int) - Method in class ortus.boxlang.compiler.SourceMap
 
convertStackFrameTupleToDAPStackFrame(IBoxpiler, BoxLangDebugger) - Method in class ortus.boxlang.debugger.DebugAdapter
 
convertToByteArray(Object) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Converts a generic object to a byte array
convertToZone(ZoneId) - Method in class ortus.boxlang.runtime.types.DateTime
Converts this date to a specified timezone - this may result in a change to the date and time
cookies - Static variable in class ortus.boxlang.runtime.scopes.Key
 
copy - Static variable in class ortus.boxlang.runtime.scopes.Key
 
copyDirectory(String, String, Boolean, String, Boolean) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
 
copyOf(List<?>) - Static method in class ortus.boxlang.runtime.types.Array
Create a new Array from a list of values.
CORE_TYPES - Static variable in class ortus.boxlang.runtime.services.CacheService
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
CoreProviderType - Enum Class in ortus.boxlang.runtime.cache.providers
 
Cos - Class in ortus.boxlang.runtime.bifs.global.math
 
Cos() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Cos
Constructor
count - Variable in class ortus.boxlang.debugger.request.VariablesRequest.VariablesRequestArguments
The number of variables to return.
count - Static variable in class ortus.boxlang.runtime.scopes.Key
 
count() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.AggregateFeatureUsed
Returns the value of the count record component.
country - Static variable in class ortus.boxlang.runtime.scopes.Key
 
creatBindings(Map<String, Object>) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Create a new Bindings object with the given map
create - Static variable in class ortus.boxlang.runtime.scopes.Key
 
create() - Static method in class ortus.boxlang.runtime.util.Timer
Create a new timer instance with auto remove timers set to true
create(boolean) - Static method in class ortus.boxlang.runtime.util.Timer
Create a new timer instance with an auto remove timers option
createAbstractMethod(BoxFunctionDeclaration, AbstractTransformer, String, String) - Method in class ortus.boxlang.compiler.javaboxpiler.JavaTranspiler
 
createApplicationListener(RequestBoxContext, URI) - Method in class ortus.boxlang.runtime.services.ApplicationService
Create an ApplicationListener based on the template path
createArgumentsScope(IBoxContext) - Method in class ortus.boxlang.runtime.types.Function
Create an arguments scope from no arguments
createArgumentsScope(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.types.Function
Create an arguments scope from the positional arguments
createArgumentsScope(IBoxContext, Object[]) - Static method in class ortus.boxlang.runtime.util.ArgumentUtil
Create a generic arguments scope from the positional arguments
createArgumentsScope(IBoxContext, Object[], Argument[], ArgumentsScope, Key) - Static method in class ortus.boxlang.runtime.util.ArgumentUtil
Create an arguments scope from the positional arguments
createArgumentsScope(IBoxContext, Map<Key, Object>) - Method in class ortus.boxlang.runtime.types.Function
Create an arguments scope from the named arguments
createArgumentsScope(IBoxContext, Map<Key, Object>) - Static method in class ortus.boxlang.runtime.util.ArgumentUtil
Create a generic arguments scope from the named arguments
createArgumentsScope(IBoxContext, Map<Key, Object>, Argument[], ArgumentsScope, Key) - Static method in class ortus.boxlang.runtime.util.ArgumentUtil
Create an arguments scope from the named arguments
createArgumentsScope(IBoxContext, Argument[], ArgumentsScope, Key) - Static method in class ortus.boxlang.runtime.util.ArgumentUtil
Create an arguments scope from no arguments
createBindings() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Create a new Bindings object
createCache(String, String, IStruct) - Method in class ortus.boxlang.runtime.services.CacheService
Create a new cache according to the name, provider and properties structure
createCache(Key, Key, IStruct) - Method in class ortus.boxlang.runtime.services.CacheService
Create a new cache according to the name, provider and properties structure
createCipher(String, SecretKey, AlgorithmParameterSpec, int) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Creates a cryptographic cipher which can be for encryption and decription
created() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
 
created() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
When this cache entry was created
CreateDateTime - Class in ortus.boxlang.runtime.bifs.global.temporal
 
CreateDateTime() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.CreateDateTime
Constructor
createDecryptionCipher(String, SecretKey, AlgorithmParameterSpec) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Creates a cipher suitable for decryption
createDefaultCache(String) - Method in class ortus.boxlang.runtime.services.CacheService
Create a new named default cache, register it and return it.
createDefaultCache(String, CacheConfig) - Method in class ortus.boxlang.runtime.services.CacheService
Create a new named default cache with a custom config, register it and return it.
createDefaultCache(Key) - Method in class ortus.boxlang.runtime.services.CacheService
Create a new named default cache, register it and return it.
createDefaultCache(Key, CacheConfig) - Method in class ortus.boxlang.runtime.services.CacheService
Create a new named default cache with a custom config, register it and return it.
createDirectory(String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Creates a directory from a string path.
createDirectory(String, Boolean, String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Creates a directory from a string path.
CreateDynamicProxy - Class in ortus.boxlang.runtime.bifs.global.java
 
CreateDynamicProxy() - Constructor for class ortus.boxlang.runtime.bifs.global.java.CreateDynamicProxy
Constructor
createEncryptionCipher(String, SecretKey, AlgorithmParameterSpec) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Creates a cipher suitable for encryption
CreateGUID - Class in ortus.boxlang.runtime.bifs.global.system
 
CreateGUID() - Constructor for class ortus.boxlang.runtime.bifs.global.system.CreateGUID
Constructor
createKey(String) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
Create a Key instance from a string literal.
createKey(BoxExpression) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
Create a Key instance out of any expression.
CreateObject - Class in ortus.boxlang.runtime.bifs.global.system
 
CreateObject() - Constructor for class ortus.boxlang.runtime.bifs.global.system.CreateObject
Constructor
CreateODBCDateTime - Class in ortus.boxlang.runtime.bifs.global.temporal
 
CreateODBCDateTime() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.CreateODBCDateTime
Constructor
createOffsetPosition(int, int, int, int) - Method in class ortus.boxlang.compiler.parser.AbstractParser
 
createPath - Static variable in class ortus.boxlang.runtime.scopes.Key
 
createPosition(int, int, int, int) - Method in class ortus.boxlang.compiler.parser.AbstractParser
 
createProxy(IBoxContext, IClassRunnable, Array) - Static method in class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyService
Create a proxy class that wraps a Box class and implements the given interfaces
CreateTempDirectory - Class in ortus.boxlang.runtime.bifs.global.io
 
CreateTempDirectory() - Constructor for class ortus.boxlang.runtime.bifs.global.io.CreateTempDirectory
Constructor
CreateTempFile - Class in ortus.boxlang.runtime.bifs.global.io
 
CreateTempFile() - Constructor for class ortus.boxlang.runtime.bifs.global.io.CreateTempFile
Constructor
createThreadContext(IBoxContext, Key) - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Build a thread context for the given context and name
CreateTimeSpan - Class in ortus.boxlang.runtime.bifs.global.temporal
 
CreateTimeSpan() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.CreateTimeSpan
Constructor
CreateUUID - Class in ortus.boxlang.runtime.bifs.global.system
 
CreateUUID() - Constructor for class ortus.boxlang.runtime.bifs.global.system.CreateUUID
Constructor
csvHeader() - Static method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.AggregateFeatureUsed
 
csvHeader() - Static method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureUsed
 
CURRENCY_TYPE_INTERNATIONAL - Static variable in class ortus.boxlang.runtime.util.LocalizationUtil
 
CURRENCY_TYPE_LOCAL - Static variable in class ortus.boxlang.runtime.util.LocalizationUtil
 
CURRENCY_TYPE_NONE - Static variable in class ortus.boxlang.runtime.util.LocalizationUtil
 
CurrencyFormat - Class in ortus.boxlang.runtime.bifs.global.i18n
 
CurrencyFormat() - Constructor for class ortus.boxlang.runtime.bifs.global.i18n.CurrencyFormat
Constructor
currentImports - Variable in class ortus.boxlang.runtime.context.BaseBoxContext
A way to discover the imports tied to the original source of the current template.
currentRow - Static variable in class ortus.boxlang.runtime.scopes.Key
 
custom - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CUSTOM - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
custom2 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CUSTOM2 - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
custom3 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
CUSTOM3 - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
customClass - Variable in class ortus.boxlang.runtime.bifs.MemberDescriptor
 
CustomException - Exception Class in ortus.boxlang.runtime.types.exceptions
This is the base exception class for all custom exceptions thrown by the user.
CustomException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.CustomException
Constructor
CustomException(String, String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.CustomException
Constructor
CustomException(String, String, String, Object, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.CustomException
Constructor
CustomException(String, String, String, String, Object, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.CustomException
Constructor
CustomException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.CustomException
Constructor
customInterceptionPoints - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The custom interception points of the module
customInterceptionPoints - Static variable in class ortus.boxlang.runtime.scopes.Key
 
customParamsToQueryString(DatasourceConfig) - Method in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
This helper method is used to convert the custom parameters in the config (Key.custom) to a query string that can be used by the driver to build the connection URL.
CustomPrettyPrinter - Class in ortus.boxlang.compiler.javaboxpiler
 
CustomPrettyPrinter() - Constructor for class ortus.boxlang.compiler.javaboxpiler.CustomPrettyPrinter
 
CustomTagBoxContext - Class in ortus.boxlang.runtime.context
This context represents the context of any function execution in BoxLang It encapsulates the arguments scope and local scope and has a reference to the function being invoked.
CustomTagBoxContext(IBoxContext) - Constructor for class ortus.boxlang.runtime.context.CustomTagBoxContext
Creates a new execution context with a bounded function instance and parent context
customTagName - Static variable in class ortus.boxlang.runtime.scopes.Key
 
customTagsDirectory - Variable in class ortus.boxlang.runtime.config.Configuration
An array of directories where custom tags are located and loaded from.
customTagsDirectory - Static variable in class ortus.boxlang.runtime.scopes.Key
 
customType() - Element in annotation interface ortus.boxlang.runtime.bifs.BoxMember
 

D

DAPPort() - Method in record class ortus.boxlang.debugger.DebugMain.CLIOptions
Returns the value of the DAPPort record component.
data - Static variable in class ortus.boxlang.runtime.scopes.Key
 
dataAsStruct() - Method in exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
Additional data specific to this exception type (doesn't include message, stacktrace, tagcontext, etc)
dataAsStruct() - Method in exception class ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
 
dataAsStruct() - Method in exception class ortus.boxlang.runtime.types.exceptions.CustomException
Get the data as a struct
dataAsStruct() - Method in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
 
dataAsStruct() - Method in exception class ortus.boxlang.runtime.types.exceptions.ExpressionException
 
dataAsStruct() - Method in exception class ortus.boxlang.runtime.types.exceptions.LockException
 
dataAsStruct() - Method in exception class ortus.boxlang.runtime.types.exceptions.MissingIncludeException
 
dataAsStruct() - Method in exception class ortus.boxlang.runtime.types.exceptions.ParseException
 
database - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DatabaseDriverType - Enum Class in ortus.boxlang.runtime.jdbc.drivers
This driver type enum is used to determine the type of driver to use for a datasource The available driver types are: MYSQL MARIADB POSTGRES SQLSERVER ORACLE DB2 DERBY SQLITE HYPERSONIC GENERIC Each type is represented by a Key object
DatabaseException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is the base exception for all database-related errors in the BoxLang runtime.
DatabaseException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
Constructor
DatabaseException(String, String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
Constructor
DatabaseException(String, String, String, String, String, String, String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
Constructor
DatabaseException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
Constructor
dataCollection - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DataNavigate - Class in ortus.boxlang.runtime.bifs.global.conversion
 
DataNavigate() - Constructor for class ortus.boxlang.runtime.bifs.global.conversion.DataNavigate
Constructor
DataNavigator - Class in ortus.boxlang.runtime.util
This utility class is a fluent class that can navigate data structures from many incoming sources.
DataNavigator() - Constructor for class ortus.boxlang.runtime.util.DataNavigator
 
DataNavigator.Navigator - Class in ortus.boxlang.runtime.util
The Data Navigator Fluent Goodness Class
datasource - Variable in class ortus.boxlang.runtime.jdbc.QueryOptions
The datasource setting - purposely left as an Object to allow to support both datasource string names and on-the-fly datasource struct configurations.
datasource - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DataSource - Class in ortus.boxlang.runtime.jdbc
Encapsulates a datasource configuration and connection pool, providing methods for executing queries (transactionally or single) on the datasource.
DataSource(DatasourceConfig) - Constructor for class ortus.boxlang.runtime.jdbc.DataSource
Configure and initialize a new DataSourceRecord object from a struct of properties.
DATASOURCE_PREFIX - Static variable in class ortus.boxlang.runtime.config.segments.DatasourceConfig
The prefix for all datasource names
DatasourceConfig - Class in ortus.boxlang.runtime.config.segments
A BoxLang datasource configuration.
DatasourceConfig() - Constructor for class ortus.boxlang.runtime.config.segments.DatasourceConfig
Default Empty Constructor
DatasourceConfig(String) - Constructor for class ortus.boxlang.runtime.config.segments.DatasourceConfig
Constructor by name of a datasource
DatasourceConfig(String, IStruct) - Constructor for class ortus.boxlang.runtime.config.segments.DatasourceConfig
Constructor by a string name and properties
DatasourceConfig(Key) - Constructor for class ortus.boxlang.runtime.config.segments.DatasourceConfig
Constructor by name of a datasource
DatasourceConfig(Key, IStruct) - Constructor for class ortus.boxlang.runtime.config.segments.DatasourceConfig
Constructor by name and properties
DatasourceConfig(IStruct) - Constructor for class ortus.boxlang.runtime.config.segments.DatasourceConfig
Constructor an unnamed datasource with properties.
datasources - Variable in class ortus.boxlang.runtime.config.Configuration
Global datasource registrations
datasources - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The datasources to register by the module
datasources - Static variable in class ortus.boxlang.runtime.scopes.Key
 
datasourceService - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DatasourceService - Class in ortus.boxlang.runtime.services
The datasource manager which stores a registry of configured datasources.
DatasourceService(BoxRuntime) - Constructor for class ortus.boxlang.runtime.services.DatasourceService
Constructor
datatype - Static variable in class ortus.boxlang.runtime.scopes.Key
 
date - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DATE - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
DATE - Enum constant in enum class ortus.boxlang.runtime.types.QueryColumnType
 
DATE - Static variable in record class ortus.boxlang.runtime.types.Argument
 
date1 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
date2 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DateAdd - Class in ortus.boxlang.runtime.bifs.global.temporal
 
DateAdd() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.DateAdd
Constructor
DateCompare - Class in ortus.boxlang.runtime.bifs.global.temporal
 
DateCompare() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.DateCompare
Constructor
DateConvert - Class in ortus.boxlang.runtime.bifs.global.temporal
 
DateConvert() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.DateConvert
Constructor
DateDiff - Class in ortus.boxlang.runtime.bifs.global.temporal
 
DateDiff() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.DateDiff
Constructor
dateFormat - Static variable in class ortus.boxlang.runtime.scopes.Key
 
dateLastModified - Static variable in class ortus.boxlang.runtime.scopes.Key
 
datepart - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DatePart - Class in ortus.boxlang.runtime.bifs.global.temporal
 
DatePart() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.DatePart
Constructor
DateTime - Class in ortus.boxlang.runtime.types
The primary DateTime class that represents a date and time object in BoxLang All temporal methods in BoxLang operate on this class and all castable date/time representations are cast to this class
DateTime() - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create default DateTime representing the current instance and the default timezone
DateTime(Integer, Integer, Integer) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a numerics through day in the default timezone
DateTime(Integer, Integer, Integer, Integer, Integer, Integer, Integer, ZoneId) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a numerics through millisecond
DateTime(Integer, Integer, Integer, ZoneId) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a numerics through day with a timezone
DateTime(String) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a string, using the system locale and timezone
DateTime(String, String) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a time string and a mask
DateTime(String, String, ZoneId) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a time string and a mask
DateTime(String, ZoneId) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a string with a specified timezone, using the system locale
DateTime(String, Locale, ZoneId) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a datetime string from a specific locale and timezone
DateTime(Date) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a java.sql.Date object which has no time component This will use the system default timezone
DateTime(Time) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a java.sql.Time object which has no date component This will use the system default timezone
DateTime(Instant) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a Instant
DateTime(LocalDate) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a LocalDate object This will use the system default timezone
DateTime(LocalDateTime) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a LocalDateTime object This will use the system default timezone
DateTime(ZonedDateTime) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a ZonedDateTime object
DateTime(ZoneId) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime with a timezone
DateTime(Date) - Constructor for class ortus.boxlang.runtime.types.DateTime
Constructor to create DateTime from a java.util.Date object This will use the system default timezone
DATETIME - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
DATETIME - Static variable in record class ortus.boxlang.runtime.types.Argument
 
dateTimeAdd(LocalDateTime, long, TimeUnit) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
This method adds a specific amount of a TimeUnit into the incoming target LocalDateTime
DateTimeCaster - Class in ortus.boxlang.runtime.dynamic.casters
I cast to DateTime objects
DateTimeCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.DateTimeCaster
 
DateTimeDeserializer - Class in ortus.boxlang.runtime.util.conversion.deserializers
 
DateTimeDeserializer() - Constructor for class ortus.boxlang.runtime.util.conversion.deserializers.DateTimeDeserializer
Constructor
DateTimeFormat - Class in ortus.boxlang.runtime.bifs.global.temporal
 
DateTimeFormat() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormat
Constructor
DateTimeHelper - Class in ortus.boxlang.runtime.types.util
We represent a static date/time helper class that assists with time units on date/time conversions It doesn't hold any date/time information.
DateTimeHelper() - Constructor for class ortus.boxlang.runtime.types.util.DateTimeHelper
 
day - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
day - Static variable in class ortus.boxlang.runtime.scopes.Key
 
dayOfWeek - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
dayOfWeekAsString - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
dayOfWeekShortAsString - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
days - Static variable in class ortus.boxlang.runtime.scopes.Key
 
daysInMonth - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
daysInMonth() - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Determines the number of days in the current month
daysInMonth(LocalDateTime) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Determines the number of days in a month.
daysInYear - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
DB2 - Enum constant in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
 
dbdriver - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DBInfo - Class in ortus.boxlang.runtime.components.jdbc
 
DBInfo() - Constructor for class ortus.boxlang.runtime.components.jdbc.DBInfo
Constructor
dbname - Static variable in class ortus.boxlang.runtime.scopes.Key
 
dbtype - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DE - Class in ortus.boxlang.runtime.bifs.global.system
 
DE() - Constructor for class ortus.boxlang.runtime.bifs.global.system.DE
Constructor
debug - Static variable in class ortus.boxlang.runtime.scopes.Key
 
debug() - Method in record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Returns the value of the debug record component.
DebugAdapter - Class in ortus.boxlang.debugger
Implements Microsoft's Debug Adapter Protocol https://microsoft.github.io/debug-adapter-protocol/
DebugAdapter(InputStream, OutputStream) - Constructor for class ortus.boxlang.debugger.DebugAdapter
Constructor
DebugBoxContexts - Class in ortus.boxlang.runtime.bifs.global.system
 
DebugBoxContexts() - Constructor for class ortus.boxlang.runtime.bifs.global.system.DebugBoxContexts
Constructor
Debugee - Class in ortus.boxlang.debugger
Test class
Debugee() - Constructor for class ortus.boxlang.debugger.Debugee
 
debugInfo - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DebugMain - Class in ortus.boxlang.debugger
 
DebugMain() - Constructor for class ortus.boxlang.debugger.DebugMain
 
DebugMain.CLIOptions - Record Class in ortus.boxlang.debugger
 
debugMode - Variable in class ortus.boxlang.runtime.config.Configuration
The debug mode flag which turns on all kinds of debugging information false by default
debugMode - Static variable in class ortus.boxlang.runtime.scopes.Key
 
debugType - Variable in class ortus.boxlang.debugger.request.LaunchRequest.LaunchRequestArguments
 
DECIMAL - Enum constant in enum class ortus.boxlang.runtime.types.QueryColumnType
 
DecimalFormat - Class in ortus.boxlang.runtime.bifs.global.format
 
DecimalFormat() - Constructor for class ortus.boxlang.runtime.bifs.global.format.DecimalFormat
Constructor
declaredArguments - Variable in class ortus.boxlang.runtime.bifs.BIF
BIF Arguments
declaredAttributes - Variable in class ortus.boxlang.runtime.components.Component
Component Attributes
decodeKey(String, String) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Decodes a secret key from a string representation
decodeKeyBytes(String) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Decode the SecretKey from a string and return the byte array
decodeString(String, String) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Decodes an encoded object string to a byte array
Decrement - Class in ortus.boxlang.runtime.operators
Performs Math i-- a = i-- or a = --i
Decrement() - Constructor for class ortus.boxlang.runtime.operators.Decrement
 
DecrementValue - Class in ortus.boxlang.runtime.bifs.global.math
 
DecrementValue() - Constructor for class ortus.boxlang.runtime.bifs.global.math.DecrementValue
Constructor
decrypt(String, String, SecretKey, String, byte[], Integer) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Decrypts an object using the specified algorithm and key, with optional vector or salt and iterations
Decrypt - Class in ortus.boxlang.runtime.bifs.global.encryption
 
Decrypt() - Constructor for class ortus.boxlang.runtime.bifs.global.encryption.Decrypt
Constructor
deep - Static variable in class ortus.boxlang.runtime.scopes.Key
 
deepMerge(IStruct, IStruct) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Performs a deep merge on two structs and will only add top level and deep values not present in the recipient
DEFAULT - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxMethodDeclarationModifier
 
DEFAULT - Enum constant in enum class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer.ExitsAllowed
 
DEFAULT - Enum constant in enum class ortus.boxlang.runtime.types.IStruct.TYPES
 
DEFAULT - Static variable in record class ortus.boxlang.runtime.components.Component.BodyResult
 
DEFAULT_CHARSET - Static variable in class ortus.boxlang.runtime.util.FileSystemUtil
The default charset for file operations in BoxLang
DEFAULT_DATE_FORMAT_MASK - Static variable in class ortus.boxlang.runtime.types.DateTime
 
DEFAULT_DATETIME_FORMAT_MASK - Static variable in class ortus.boxlang.runtime.types.DateTime
 
DEFAULT_DELIMITER - Static variable in class ortus.boxlang.runtime.types.util.ListUtil
 
DEFAULT_ENCODING - Static variable in class ortus.boxlang.runtime.util.EncryptionUtil
The default encoding to use
DEFAULT_ENCRYPTION_ALGORITHM - Static variable in class ortus.boxlang.runtime.util.EncryptionUtil
Default encryption algorithm
DEFAULT_ENCRYPTION_ENCODING - Static variable in class ortus.boxlang.runtime.util.EncryptionUtil
Default encryption algorithm
DEFAULT_ENCRYPTION_ITERATIONS - Static variable in class ortus.boxlang.runtime.util.EncryptionUtil
Default iterations to perform during encryption - the minimum recomended by NIST
DEFAULT_ENCRYPTION_KEY_SIZE - Static variable in class ortus.boxlang.runtime.util.EncryptionUtil
Default key size
DEFAULT_HASH_ALGORITHM - Static variable in class ortus.boxlang.runtime.util.EncryptionUtil
The default algorithm to use
DEFAULT_MAX_THREADS - Static variable in class ortus.boxlang.runtime.services.AsyncService
Default max threads
DEFAULT_NUMBER_FORMAT_KEY - Static variable in class ortus.boxlang.runtime.util.LocalizationUtil
Common DateTime formatter instances
DEFAULT_RESOLVER - Static variable in class ortus.boxlang.runtime.loader.ClassLocator
The default resolver name
DEFAULT_RETURN - Static variable in class ortus.boxlang.runtime.components.Component
The default return value for a component, which is BodyResult.ofDefault()
DEFAULT_SHUTDOWN_TIMEOUT - Static variable in class ortus.boxlang.runtime.async.tasks.BaseScheduler
The default timeout to use when gracefully shutting down this scheduler.
DEFAULT_THREAD_PREFIX - Static variable in class ortus.boxlang.runtime.util.RequestThreadManager
The prefix for thread names
DEFAULT_THREAD_WAIT_TIME - Static variable in class ortus.boxlang.runtime.util.RequestThreadManager
The default time to wait for a thread to stop when terminating
DEFAULT_TIME_FORMAT_MASK - Static variable in class ortus.boxlang.runtime.types.DateTime
 
DEFAULT_TIMEOUT - Static variable in class ortus.boxlang.runtime.services.AsyncService
Default timeout in seconds for shutdown and await termination
DEFAULT_VALUE - Static variable in interface ortus.boxlang.runtime.validation.Validator
 
defaultCache - Variable in class ortus.boxlang.runtime.components.cache.Cache
 
defaultCache - Variable in class ortus.boxlang.runtime.config.Configuration
Default cache registration
defaultCache - Static variable in class ortus.boxlang.runtime.scopes.Key
 
defaultCustomParams - Variable in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
The default custom params for the connection URL These are attached to the connection URL as query parameters according to the driver's requirements.
defaultDatasource - Variable in class ortus.boxlang.runtime.config.Configuration
Default datasource registration
defaultDatasource - Static variable in class ortus.boxlang.runtime.scopes.Key
 
defaultDelimiter - Variable in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
The default delimiter for the custom parameters
defaultExpression() - Method in record class ortus.boxlang.runtime.types.Argument
Returns the value of the defaultExpression record component.
defaultFunctions - Static variable in class ortus.boxlang.runtime.scopes.Key
 
defaultHost - Variable in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
A default host for the connection URL, if needed.
defaultLastAccessTimeout - Static variable in class ortus.boxlang.runtime.scopes.Key
 
defaultMethod - Variable in class ortus.boxlang.runtime.interop.proxies.BaseProxy
The default method to execute on the target class runnable
defaultName - Static variable in class ortus.boxlang.runtime.types.Closure
 
defaultName - Static variable in class ortus.boxlang.runtime.types.Lambda
 
defaultPort - Variable in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
A default port for the connection URL, if needed.
defaultProperties - Variable in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
The default configuration properties.
DEFAULTS - Static variable in class ortus.boxlang.runtime.config.segments.CacheConfig
BoxLang Cache Provider Defaults
defaultTimeout - Static variable in class ortus.boxlang.runtime.scopes.Key
 
defaultValue - Static variable in class ortus.boxlang.runtime.scopes.Key
 
defaultValue() - Method in record class ortus.boxlang.runtime.components.Attribute
Returns the value of the defaultValue record component.
defaultValue() - Method in record class ortus.boxlang.runtime.types.Argument
Returns the value of the defaultValue record component.
defaultValue() - Method in record class ortus.boxlang.runtime.types.Property
Returns the value of the defaultValue record component.
defaultValue() - Method in interface ortus.boxlang.runtime.validation.Validatable
 
DefaultValue - Class in ortus.boxlang.runtime.validation
I apply a default value to the record if it is not present
DefaultValue() - Constructor for class ortus.boxlang.runtime.validation.DefaultValue
 
defineApplication() - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Define the application context.
defineClasses(String, File) - Method in class ortus.boxlang.runtime.loader.DiskClassLoader
 
delay - Static variable in class ortus.boxlang.runtime.scopes.Key
 
delay(long) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set an initial delay in the running of the task that will be registered with this schedule in milliseconds
delay(long, TimeUnit) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set an initial delay in the running of the task that will be registered with this schedule in milliseconds
delay(long, TimeUnit, Boolean) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set an initial delay in the running of the task that will be registered with this schedule
delayedExecutor(long, Object) - Static method in class ortus.boxlang.runtime.async.BoxFuture
Returns a new Executor that submits a task to the default executor after the given delay (or no delay if non-positive).
delayedExecutor(long, Object, Executor) - Static method in class ortus.boxlang.runtime.async.BoxFuture
Returns a new Executor that submits a task to the given base executor after the given delay (or no delay if non-positive).
delete - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DELETE - Enum constant in enum class ortus.boxlang.runtime.components.cache.Cache.CacheAction
 
deleteAt(int) - Method in class ortus.boxlang.runtime.types.Array
Deletes an object from the array using the one-based index value
deleteAt(String, int, String) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Remove an item at a specific (1-based) index
deleteAt(String, int, String, Boolean, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Remove an item at a specific (1-based) index
deleteColumn(Key) - Method in class ortus.boxlang.runtime.types.Query
Deletes a column from the query.
deleteDirectory(String, Boolean) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Deletes a file from a string path.
deleteExecutor(String) - Method in class ortus.boxlang.runtime.services.AsyncService
Delete an executor by name, if the executor has not shutdown, it will be shutdown for you via the shutdownNow() method.
deleteFile - Static variable in class ortus.boxlang.runtime.scopes.Key
 
deleteFile(String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Deletes a file from a string path.
deleteMetaKey(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Delete a meta key/value pair in the meta struct.
deleteRow(int) - Method in class ortus.boxlang.runtime.types.Query
Delete a row from the query
delimiter - Static variable in class ortus.boxlang.runtime.scopes.Key
 
delimiters - Static variable in class ortus.boxlang.runtime.scopes.Key
 
dependsOn - Static variable in class ortus.boxlang.runtime.scopes.Key
 
deprecated() - Element in annotation interface ortus.boxlang.runtime.bifs.BoxBIF
 
deprecated() - Element in annotation interface ortus.boxlang.runtime.bifs.BoxMember
 
deprecateVersion() - Element in annotation interface ortus.boxlang.runtime.bifs.BoxBIF
 
deprecateVersion() - Element in annotation interface ortus.boxlang.runtime.bifs.BoxMember
 
depth - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DERBY - Enum constant in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
 
DERBYMEMORY - Enum constant in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
 
dereference(IBoxContext, Class<?>, Object, Key, Boolean) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Dereference this object by a key and return the value, or throw exception
dereference(IBoxContext, Class<?>, Key, Boolean) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Dereference this object by a key and return the value, or throw exception
dereference(IBoxContext, Object, Key, Boolean) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Dereference this object by a key and return the value, or throw exception
dereference(IBoxContext, Key, Boolean) - Method in interface ortus.boxlang.runtime.dynamic.IReferenceable
Dereference this object by a key and return the value, or throw exception
dereference(IBoxContext, Key, Boolean) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Dereference this object by a key and return the value, or throw exception
dereference(IBoxContext, Key, Boolean) - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Dereference this object by a key and return the value, or throw exception
dereference(IBoxContext, Key, Boolean) - Method in class ortus.boxlang.runtime.types.Array
Dereference this object by a key and return the value, or throw exception
dereference(IBoxContext, Key, Boolean) - Method in class ortus.boxlang.runtime.types.DateTime
Dereference this object by a key and return the value, or throw exception
dereference(IBoxContext, Key, Boolean) - Method in class ortus.boxlang.runtime.types.File
Dereference this object by a key and return the value, or throw exception
dereference(IBoxContext, Key, Boolean) - Method in class ortus.boxlang.runtime.types.Query
IReferencable implementation
dereference(IBoxContext, Key, Boolean) - Method in class ortus.boxlang.runtime.types.QueryColumn
IReferencable implementation
dereference(IBoxContext, Key, Boolean) - Method in class ortus.boxlang.runtime.types.Struct
Dereference this object by a key and return the value, or throw exception
dereference(IBoxContext, Key, Boolean) - Method in class ortus.boxlang.runtime.types.XML
IReferencable implementation
dereference(IClassRunnable, IBoxContext, Key, Boolean) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Dereference this object by a key and return the value, or throw exception
dereferenceAndInvoke(Class<?>, Object, IBoxContext, Key, Object[], Boolean) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Dereference this object by a key and invoke the result as an invokable (UDF, java method)
dereferenceAndInvoke(Class<?>, Object, IBoxContext, Key, Map<Key, Object>, Boolean) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Dereference this object by a key and invoke the result as an invokable (UDF, java method)
dereferenceAndInvoke(Class<?>, IBoxContext, Key, Object[], Boolean) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Dereference this object by a key and invoke the result as an invokable (UDF, java method)
dereferenceAndInvoke(Class<?>, IBoxContext, Key, Map<Key, Object>, Boolean) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
 
dereferenceAndInvoke(Object, IBoxContext, Key, Object[], Boolean) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Dereference this object by a key and invoke the result as an invokable (UDF, java method)
dereferenceAndInvoke(Object, IBoxContext, Key, Map<Key, Object>, Boolean) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
 
dereferenceAndInvoke(IBoxContext, Key, Object[], Boolean) - Method in interface ortus.boxlang.runtime.dynamic.IReferenceable
Dereference this object by a key and invoke the result as an invokable (UDF, java method) using positional arguments
dereferenceAndInvoke(IBoxContext, Key, Object[], Boolean) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Dereference this object by a key and invoke the result as an invokable (UDF, java method)
dereferenceAndInvoke(IBoxContext, Key, Object[], Boolean) - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Dereference this object by a key and invoke the result as an invokable (UDF, java method) using positional arguments
dereferenceAndInvoke(IBoxContext, Key, Object[], Boolean) - Method in class ortus.boxlang.runtime.types.Array
Dereference this object by a key and invoke the result as an invokable (UDF, java method) using positional arguments
dereferenceAndInvoke(IBoxContext, Key, Object[], Boolean) - Method in class ortus.boxlang.runtime.types.DateTime
Dereference this object by a key and invoke the result as an invokable (UDF, java method) using positional arguments
dereferenceAndInvoke(IBoxContext, Key, Object[], Boolean) - Method in class ortus.boxlang.runtime.types.File
Dereference this object by a key and invoke the result as an invokable (UDF, java method) using positional arguments
dereferenceAndInvoke(IBoxContext, Key, Object[], Boolean) - Method in class ortus.boxlang.runtime.types.Query
 
dereferenceAndInvoke(IBoxContext, Key, Object[], Boolean) - Method in class ortus.boxlang.runtime.types.QueryColumn
 
dereferenceAndInvoke(IBoxContext, Key, Object[], Boolean) - Method in class ortus.boxlang.runtime.types.Struct
Dereference this object by a key and invoke the result as an invokable (UDF, java method) using positional arguments
dereferenceAndInvoke(IBoxContext, Key, Object[], Boolean) - Method in class ortus.boxlang.runtime.types.XML
 
dereferenceAndInvoke(IBoxContext, Key, Map<Key, Object>, Boolean) - Method in interface ortus.boxlang.runtime.dynamic.IReferenceable
Dereference this object by a key and invoke the result as an invokable (UDF, java method) using named arguments
dereferenceAndInvoke(IBoxContext, Key, Map<Key, Object>, Boolean) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Dereference this object by a key and invoke the result as an invokable (UDF, java method)
dereferenceAndInvoke(IBoxContext, Key, Map<Key, Object>, Boolean) - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Dereference this object by a key and invoke the result as an invokable (UDF, java method)
dereferenceAndInvoke(IBoxContext, Key, Map<Key, Object>, Boolean) - Method in class ortus.boxlang.runtime.types.Array
Dereference this object by a key and invoke the result as an invokable (UDF, java method)
dereferenceAndInvoke(IBoxContext, Key, Map<Key, Object>, Boolean) - Method in class ortus.boxlang.runtime.types.DateTime
Dereference this object by a key and invoke the result as an invokable (UDF, java method)
dereferenceAndInvoke(IBoxContext, Key, Map<Key, Object>, Boolean) - Method in class ortus.boxlang.runtime.types.File
Dereference this object by a key and invoke the result as an invokable (UDF, java method)
dereferenceAndInvoke(IBoxContext, Key, Map<Key, Object>, Boolean) - Method in class ortus.boxlang.runtime.types.Query
 
dereferenceAndInvoke(IBoxContext, Key, Map<Key, Object>, Boolean) - Method in class ortus.boxlang.runtime.types.QueryColumn
 
dereferenceAndInvoke(IBoxContext, Key, Map<Key, Object>, Boolean) - Method in class ortus.boxlang.runtime.types.Struct
Dereference this object by a key and invoke the result as an invokable (UDF, java method)
dereferenceAndInvoke(IBoxContext, Key, Map<Key, Object>, Boolean) - Method in class ortus.boxlang.runtime.types.XML
 
dereferenceAndInvoke(IClassRunnable, IBoxContext, Key, Object[], Boolean) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Dereference this object by a key and invoke the result as an invokable (UDF, java method) using positional arguments
dereferenceAndInvoke(IClassRunnable, IBoxContext, Key, Map<Key, Object>, Boolean) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Dereference this object by a key and invoke the result as an invokable (UDF, java method)
dereferenceAndInvokeStatic(DynamicObject, IBoxContext, Key, Object[], Boolean) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
 
dereferenceAndInvokeStatic(DynamicObject, IBoxContext, Key, Map<Key, Object>, Boolean) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
 
dereferenceAndInvokeStatic(DynamicObject, StaticScope, IBoxContext, Key, Object[], Boolean) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
 
dereferenceAndInvokeStatic(DynamicObject, StaticScope, IBoxContext, Key, Map<Key, Object>, Boolean) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
 
dereferenceStatic(DynamicObject, IBoxContext, Key, Boolean) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
 
dereferenceStatic(StaticScope, IBoxContext, Key, Boolean) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Dereference this object by a key and return the value, or throw exception This is a static version of the dereference method
DEREFERENCING - Enum constant in enum class ortus.boxlang.compiler.javaboxpiler.transformer.TransformerContext
 
description - Variable in class ortus.boxlang.debugger.event.StoppedEvent.StoppedBody
 
description - Variable in class ortus.boxlang.debugger.types.ExceptionBreakpointsFilter
 
description - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The description of the module or empty if not set
description - Static variable in class ortus.boxlang.runtime.scopes.Key
 
descriptor - Static variable in class ortus.boxlang.runtime.scopes.Key
 
deserializeConfig(File) - Method in class ortus.boxlang.runtime.config.ConfigLoader
Load the config from a file source and return the raw config map
deserializeConfig(String) - Method in class ortus.boxlang.runtime.config.ConfigLoader
Load the config from a String path source and return the raw config map
deserializeConfig(URL) - Method in class ortus.boxlang.runtime.config.ConfigLoader
Load the config from a URL path source and return the raw config map
deserializeConfig(Path) - Method in class ortus.boxlang.runtime.config.ConfigLoader
Load the config from a path source and return the raw config map
deserializeFromFile(Path) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Deserializes a target Serializable object from a file destination as binary data
destination - Static variable in class ortus.boxlang.runtime.scopes.Key
 
detail - Static variable in class ortus.boxlang.runtime.scopes.Key
 
detail - Variable in exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
Detailed message from the BoxLang parser or specified in a throw component.
detailKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
 
detectFile(File) - Static method in class ortus.boxlang.compiler.parser.Parser
Attempt to detect the type of source code based on the contents
determineBoxLangType(ReferenceType) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
determineBoxLangType(ReferenceType) - Static method in class ortus.boxlang.debugger.JDITools
 
digestToString(byte[]) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Stringifies a digest
dimensions - Static variable in class ortus.boxlang.runtime.scopes.Key
 
directory - Static variable in class ortus.boxlang.runtime.scopes.Key
 
directory - Variable in class ortus.boxlang.runtime.types.File
 
Directory - Class in ortus.boxlang.runtime.components.io
 
Directory() - Constructor for class ortus.boxlang.runtime.components.io.Directory
Constructor
directoryCopy - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DirectoryCopy - Class in ortus.boxlang.runtime.bifs.global.io
 
DirectoryCopy() - Constructor for class ortus.boxlang.runtime.bifs.global.io.DirectoryCopy
Constructor
directoryCreate - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DirectoryCreate - Class in ortus.boxlang.runtime.bifs.global.io
 
DirectoryCreate() - Constructor for class ortus.boxlang.runtime.bifs.global.io.DirectoryCreate
Constructor
directoryDelete - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DirectoryDelete - Class in ortus.boxlang.runtime.bifs.global.io
 
DirectoryDelete() - Constructor for class ortus.boxlang.runtime.bifs.global.io.DirectoryDelete
Constructor
DirectoryExists - Class in ortus.boxlang.runtime.bifs.global.io
 
DirectoryExists() - Constructor for class ortus.boxlang.runtime.bifs.global.io.DirectoryExists
Constructor
directoryList - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DirectoryList - Class in ortus.boxlang.runtime.bifs.global.io
 
DirectoryList() - Constructor for class ortus.boxlang.runtime.bifs.global.io.DirectoryList
Constructor
directoryMove - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DirectoryMove - Class in ortus.boxlang.runtime.bifs.global.io
 
DirectoryMove() - Constructor for class ortus.boxlang.runtime.bifs.global.io.DirectoryMove
Constructor
disable() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Disable this task, the human way
disabled - Variable in class ortus.boxlang.runtime.async.tasks.TaskRecord
If the task is disabled
disabled - Variable in class ortus.boxlang.runtime.config.segments.ModuleConfig
Whether the module is disabled or not
disabled - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
If the module is disabled for activation, defaults to false
disabled - Static variable in class ortus.boxlang.runtime.scopes.Key
 
disconnect(BoxLangDebugger) - Method in class ortus.boxlang.debugger.AttachStrategy
 
disconnect(BoxLangDebugger) - Method in class ortus.boxlang.debugger.InlineStrategy
 
disconnect(BoxLangDebugger) - Method in class ortus.boxlang.debugger.InlineWebServerInitializationStrategy
 
disconnect(BoxLangDebugger) - Method in interface ortus.boxlang.debugger.IVMInitializationStrategy
 
disconnectFromVM() - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
DisconnectRequest - Class in ortus.boxlang.debugger.request
Models the command to disconnect a debug session.
DisconnectRequest() - Constructor for class ortus.boxlang.debugger.request.DisconnectRequest
 
discoverDriverFromJdbcUrl(String) - Static method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Discover the driver type from a JDBC URL.
discoverMethodHandle(IBoxContext, Class<?>, Object, String, Class<?>[], Object...) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Discovers the method to invoke for the given method name and arguments according to two algorithms: 1.
DISK - Enum constant in enum class ortus.boxlang.runtime.cache.store.ObjectStoreType
 
diskClassLoader() - Method in record class ortus.boxlang.compiler.ClassInfo
Returns the value of the diskClassLoader record component.
DiskClassLoader - Class in ortus.boxlang.runtime.loader
Disk Class Loader for our Class Infos
DiskClassLoader(URL[], ClassLoader, Path, IBoxpiler, String) - Constructor for class ortus.boxlang.runtime.loader.DiskClassLoader
Constructor
diskClassUtil - Variable in class ortus.boxlang.compiler.Boxpiler
The disk class util
DiskClassUtil - Class in ortus.boxlang.compiler
Contains some utilities for working with non-class files in the class generation dir
DiskClassUtil(Path) - Constructor for class ortus.boxlang.compiler.DiskClassUtil
Constructor
display - Static variable in class ortus.boxlang.runtime.scopes.Key
 
dispose() - Method in interface ortus.boxlang.debugger.IStepStrategy
 
dispose() - Method in class ortus.boxlang.debugger.NextStepStrategy
 
dispose() - Method in class ortus.boxlang.debugger.StepInStrategy
 
dispose() - Method in class ortus.boxlang.debugger.StepOutStrategy
 
Divide - Class in ortus.boxlang.runtime.operators
Performs Math Divide a = 10 / 2
Divide() - Constructor for class ortus.boxlang.runtime.operators.Divide
 
doAccess(BoxAccess) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
doAll - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DocParser - Class in ortus.boxlang.compiler.parser
Parser document comments
DocParser() - Constructor for class ortus.boxlang.compiler.parser.DocParser
 
DocParser(int, int) - Constructor for class ortus.boxlang.compiler.parser.DocParser
 
documentation - Static variable in class ortus.boxlang.runtime.scopes.Key
 
documentation() - Method in record class ortus.boxlang.runtime.types.Argument
Returns the value of the documentation record component.
documentation() - Method in record class ortus.boxlang.runtime.types.Property
Returns the value of the documentation record component.
doesExtend(ReferenceType, String) - Static method in class ortus.boxlang.debugger.JDITools
 
dollarFormat - Static variable in class ortus.boxlang.runtime.scopes.Key
 
doLowerIfAllUppercase - Static variable in class ortus.boxlang.runtime.scopes.Key
 
domain - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DONE - Enum constant in enum class ortus.boxlang.debugger.BoxLangDebugger.Status
 
DOUBLE - Enum constant in enum class ortus.boxlang.runtime.types.QueryColumnType
 
DOUBLE - Static variable in record class ortus.boxlang.runtime.types.Argument
 
DoubleCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to a Double
DoubleCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.DoubleCaster
 
DOW_LONG_FORMAT - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits
 
DOW_SHORT_FORMAT - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits
 
driver - Static variable in class ortus.boxlang.runtime.scopes.Key
 
driverClassName - Variable in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
The class name of the driver, useful metadata
DriverShim - Class in ortus.boxlang.runtime.jdbc.drivers
A JDBC Driver Proxy class to allow registering JDBC Drivers with java.sql.DriverManager from child class loaders (i.e.
DriverShim(Driver) - Constructor for class ortus.boxlang.runtime.jdbc.drivers.DriverShim
Creates a new DriverShim instance
driverSize() - Method in class ortus.boxlang.runtime.services.DatasourceService
How many drivers are registered?
dsn - Static variable in class ortus.boxlang.runtime.scopes.Key
 
dspLocale - Static variable in class ortus.boxlang.runtime.scopes.Key
 
dump - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Dump - Class in ortus.boxlang.runtime.bifs.global.system
 
Dump - Class in ortus.boxlang.runtime.components.system
 
Dump() - Constructor for class ortus.boxlang.runtime.bifs.global.system.Dump
Constructor
Dump() - Constructor for class ortus.boxlang.runtime.components.system.Dump
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
duplicate() - Method in class ortus.boxlang.runtime.types.Query
Duplicate the current query.
duplicate(boolean) - Method in class ortus.boxlang.runtime.types.Query
Duplicate the current query.
duplicate(Object, Boolean) - Static method in class ortus.boxlang.runtime.util.DuplicationUtil
 
Duplicate - Class in ortus.boxlang.runtime.bifs.global.system
 
Duplicate() - Constructor for class ortus.boxlang.runtime.bifs.global.system.Duplicate
Constructor
duplicateArray(Array, Boolean) - Static method in class ortus.boxlang.runtime.util.DuplicationUtil
 
duplicateStruct(IStruct, Boolean) - Static method in class ortus.boxlang.runtime.util.DuplicationUtil
 
DuplicationUtil - Class in ortus.boxlang.runtime.util
 
DuplicationUtil() - Constructor for class ortus.boxlang.runtime.util.DuplicationUtil
 
duration - Static variable in class ortus.boxlang.runtime.scopes.Key
 
DynamicClassLoader - Class in ortus.boxlang.runtime.loader
 
DynamicClassLoader(Key, ClassLoader) - Constructor for class ortus.boxlang.runtime.loader.DynamicClassLoader
Construct the class loader
DynamicClassLoader(Key, URL[], ClassLoader) - Constructor for class ortus.boxlang.runtime.loader.DynamicClassLoader
Construct the class loader
DynamicClassLoader(Key, URL, ClassLoader) - Constructor for class ortus.boxlang.runtime.loader.DynamicClassLoader
Construct the class loader
DynamicInteropService - Class in ortus.boxlang.runtime.interop
This class is used to provide a way to dynamically and efficiently interact with the java layer from the within a BoxLang environment.
DynamicInteropService() - Constructor for class ortus.boxlang.runtime.interop.DynamicInteropService
 
DynamicObject - Class in ortus.boxlang.runtime.interop
This class is used to represent a BX/Java Class and invoke methods on classes using invoke dynamic.
DynamicObject(Class<?>) - Constructor for class ortus.boxlang.runtime.interop.DynamicObject
Create a new class invoker for the given class
DynamicObject(Class<?>, IBoxContext) - Constructor for class ortus.boxlang.runtime.interop.DynamicObject
Create a new class invoker for the given class
DynamicObject(Object) - Constructor for class ortus.boxlang.runtime.interop.DynamicObject
Create a new class invoker for the given instance
DynamicObjectSerializer - Class in ortus.boxlang.runtime.util.conversion.serializers
This class provides JSON Serialization of a BoxLang Dynamic Object
DynamicObjectSerializer() - Constructor for class ortus.boxlang.runtime.util.conversion.serializers.DynamicObjectSerializer
 

E

each(Array, Function, IBoxContext, Boolean, Integer, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Method to invoke a function for every iteration of the array
each(IStruct, Function, IBoxContext, Boolean, Integer, Boolean) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Method to invoke a function for every item in a struct
elapsedTime - Static variable in class ortus.boxlang.runtime.scopes.Key
 
elem - Static variable in class ortus.boxlang.runtime.scopes.Key
 
elementCountForRemoval - Static variable in class ortus.boxlang.runtime.scopes.Key
 
elements - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Elvis - Class in ortus.boxlang.runtime.operators
Performs elvis operator (null coaslescing) expr ?: expr Note: Any deferencing performed in the evaluation of of the left operand must be done safely So, foo.bar ?: expr must be the equivalent of foo?.bar ?: expr
Elvis - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
Elvis() - Constructor for class ortus.boxlang.runtime.operators.Elvis
 
empty() - Static method in class ortus.boxlang.runtime.dynamic.Attempt
Create an empty attempt
empty() - Static method in class ortus.boxlang.runtime.dynamic.casters.CastAttempt
Returns an empty instance.
EMPTY - Static variable in class ortus.boxlang.runtime.cache.BoxCacheEntry
Empty Cache Entry
EMPTY - Static variable in class ortus.boxlang.runtime.scopes.Key
 
EMPTY - Static variable in class ortus.boxlang.runtime.types.Array
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
EMPTY - Static variable in class ortus.boxlang.runtime.types.Struct
An immutable singleton empty struct
EMPTY_ARGS - Static variable in class ortus.boxlang.runtime.interop.DynamicInteropService
Empty arguments array
EMPTY_ARGS - Static variable in class ortus.boxlang.runtime.interop.DynamicObject
Empty arguments array
enable() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Enable this task, the human way
enabled - Variable in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Atomic Boolean if the cache provider is enabled
enabled - Static variable in class ortus.boxlang.runtime.scopes.Key
 
enableOutputOnly - Static variable in class ortus.boxlang.runtime.scopes.Key
 
enclosingBoxClass - Variable in class ortus.boxlang.runtime.context.FunctionBoxContext
The class in which this function is executing, if any
enclosingBoxInterface - Variable in class ortus.boxlang.runtime.context.FunctionBoxContext
The interface this static function is executing in, if any
enclosingStaticBoxClass - Variable in class ortus.boxlang.runtime.context.FunctionBoxContext
The class in which this function is executing in, if any
encoded - Static variable in class ortus.boxlang.runtime.scopes.Key
 
encoded_binary - Static variable in class ortus.boxlang.runtime.scopes.Key
 
encodefor - Static variable in class ortus.boxlang.runtime.scopes.Key
 
EncodeForHTML - Class in ortus.boxlang.runtime.bifs.global.system
 
EncodeForHTML() - Constructor for class ortus.boxlang.runtime.bifs.global.system.EncodeForHTML
Constructor
encodeKey(SecretKey) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Encode the SecretKey to a string
encodeObject(byte[], String) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Encodes an object byte array to the specified string output
encoder - Static variable in class ortus.boxlang.runtime.logging.LoggingConfigurator
 
encodeUrl - Static variable in class ortus.boxlang.runtime.scopes.Key
 
encoding - Static variable in class ortus.boxlang.runtime.scopes.Key
 
encodingBase64 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
encodingBase64Url - Static variable in class ortus.boxlang.runtime.scopes.Key
 
encodingHex - Static variable in class ortus.boxlang.runtime.scopes.Key
 
encodingUU - Static variable in class ortus.boxlang.runtime.scopes.Key
 
encrypt(Object, String, SecretKey, String, byte[], Integer) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Encrypts an object using the specified algorithm and key, with optional vector or salt and iterations
Encrypt - Class in ortus.boxlang.runtime.bifs.global.encryption
 
Encrypt() - Constructor for class ortus.boxlang.runtime.bifs.global.encryption.Encrypt
Constructor
EncryptionUtil - Class in ortus.boxlang.runtime.util
A utility class for encryption and encoding
EncryptionUtil() - Constructor for class ortus.boxlang.runtime.util.EncryptionUtil
 
end - Static variable in class ortus.boxlang.runtime.scopes.Key
 
end() - Method in class ortus.boxlang.runtime.jdbc.ChildTransaction
Shutdown the transaction by re-enabling auto commit mode and closing the connection to the database (i.e.
end() - Method in interface ortus.boxlang.runtime.jdbc.ITransaction
Shutdown the transaction by re-enabling auto commit mode and closing the connection to the database (i.e.
end() - Method in class ortus.boxlang.runtime.jdbc.Transaction
Shutdown the transaction by re-enabling auto commit mode and closing the connection to the database (i.e.
endOn(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set when this task should stop execution on.
endOn(String, String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set when this task should stop execution on.
endOnTime(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Sets a daily end time restriction for this task.
endRow - Static variable in class ortus.boxlang.runtime.scopes.Key
 
endsOnSameLineAs(BoxNode) - Method in class ortus.boxlang.compiler.ast.BoxNode
Check if this node starts on the end line of another node
endTransaction() - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Set the active transaction for this request/thread/BoxLang context.
endTransaction(DynamicObject) - Method in class ortus.boxlang.runtime.util.FRTransService
 
enforceExplicitOutput - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ensureArgumentType(IBoxContext, Key, Object, String, Key) - Static method in class ortus.boxlang.runtime.util.ArgumentUtil
Ensure the argument is the correct type
ensureClass(IBoxContext, Object, List<ImportDefinition>) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Take an object and check if it is a dynamic object already or a string, in which case, load the class.
ensureComponentTemplate(ComponentDescriptor, List<Element>, DocletEnvironment) - Static method in class ortus.boxlang.tools.util.ComponentDocumentationGenerator
 
ensureReturnType(IBoxContext, Object) - Method in class ortus.boxlang.runtime.types.Function
Ensure the return value of the function is the correct type
ensureThreadName(String) - Static method in class ortus.boxlang.runtime.util.RequestThreadManager
Generates a thread name according to the given name.
entrySet() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
entrySet() - Method in class ortus.boxlang.runtime.scripting.BoxScopeBindings
 
entrySet() - Method in interface ortus.boxlang.runtime.types.IStruct
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class ortus.boxlang.runtime.types.Struct
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class ortus.boxlang.runtime.types.XML
 
enumToMap(Enum<?>) - Method in class ortus.boxlang.compiler.ast.BoxNode
 
environment - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Equal - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxAssignmentOperator
 
Equal - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxComparisonOperator
 
equals(Object) - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.AggregateFeatureUsed
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureUsed
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ortus.boxlang.compiler.ast.visitor.MissingQueryParamVisitor.Issue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ortus.boxlang.compiler.ast.visitor.UnencodedVariableOutputVisitor.Issue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ortus.boxlang.compiler.ClassInfo
Equals
equals(Object) - Method in record class ortus.boxlang.debugger.BoxLangDebugger.StackFrameTuple
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ortus.boxlang.debugger.DebugMain.CLIOptions
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
Check if the entry is equal to another entry Remember this doesn't account for object values
equals(Object) - Method in record class ortus.boxlang.runtime.components.Attribute
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ortus.boxlang.runtime.components.Component.BodyResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Verifies equality between two DatasourceConfig objects
equals(Object) - Method in record class ortus.boxlang.runtime.context.IBoxContext.ScopeSearchResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class ortus.boxlang.runtime.dynamic.Attempt
Equals method
equals(Object) - Method in record class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Equals override.
equals(Object) - Method in record class ortus.boxlang.runtime.interop.MethodRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class ortus.boxlang.runtime.jdbc.DataSource
Verifies equality between two Datasource objects
equals(Object) - Method in record class ortus.boxlang.runtime.loader.ClassLocator.ClassLocation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ortus.boxlang.runtime.loader.ImportDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class ortus.boxlang.runtime.scopes.IntKey
Verifies equality with the following rules: - Same object - Same key name (case-insensitive)
equals(Object) - Method in class ortus.boxlang.runtime.scopes.Key
Verifies equality with the following rules: - Same object - Same key hash
equals(Object) - Method in record class ortus.boxlang.runtime.types.Argument
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class ortus.boxlang.runtime.types.Array
Verifies equality with the following rules: - Same object - Super class
equals(Object) - Method in class ortus.boxlang.runtime.types.DateTime
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ortus.boxlang.runtime.types.Property
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class ortus.boxlang.runtime.types.Struct
Verifies equality with the following rules: - Same object - Super class
equals(Object) - Method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Indicates whether some other object is "equal to" this one.
EqualsEquals - Class in ortus.boxlang.runtime.operators
Performs EQ or == comparison Compares numbers as numbers, compares strings case insensitive
EqualsEquals() - Constructor for class ortus.boxlang.runtime.operators.EqualsEquals
 
EqualsEqualsEquals - Class in ortus.boxlang.runtime.operators
Performs EQ or === comparison Compares numbers as numbers, compares strings case insensitive but with type checking
EqualsEqualsEquals() - Constructor for class ortus.boxlang.runtime.operators.EqualsEqualsEquals
 
equalsWithCase(Object) - Method in class ortus.boxlang.runtime.scopes.Key
Verifies equality with the following rules: - Same object - Same key name (case-sensitive)
Equivalence - Class in ortus.boxlang.runtime.operators
Performs an equivalence check on the two values.
Equivalence - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
Equivalence() - Constructor for class ortus.boxlang.runtime.operators.Equivalence
 
errNumber - Variable in exception class ortus.boxlang.runtime.types.exceptions.ExpressionException
Internal expression error number.
ErrNumberKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.ExpressionException
 
error - Variable in class ortus.boxlang.debugger.response.EvaluateResponse.EvaluateResponseBody
 
error - Variable in class ortus.boxlang.debugger.response.SetVariableResponse.SetVariableResponseBody
 
error - Variable in class ortus.boxlang.runtime.async.tasks.TaskRecord
If the task errored out when scheduling
error - Static variable in class ortus.boxlang.runtime.scopes.Key
 
error(SAXParseException) - Method in class ortus.boxlang.runtime.util.conversion.XMLValidationHandler
 
errorcode - Static variable in class ortus.boxlang.runtime.scopes.Key
 
errorCode - Variable in exception class ortus.boxlang.runtime.types.exceptions.BoxIOException
Applies to type = "custom".
errorCode - Variable in exception class ortus.boxlang.runtime.types.exceptions.CustomException
Applies to type = "custom".
ErrorCodeKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.BoxIOException
 
ErrorCodeKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.CustomException
 
errorDetail - Static variable in class ortus.boxlang.runtime.scopes.Key
 
errorListener - Variable in class ortus.boxlang.compiler.parser.AbstractParser
Overrides the ANTL4 default error listener collecting the errors
errorMessage - Variable in class ortus.boxlang.runtime.async.tasks.TaskRecord
The error message if any
errors - Static variable in class ortus.boxlang.runtime.scopes.Key
 
errorTransaction(DynamicObject, Exception) - Method in class ortus.boxlang.runtime.util.FRTransService
 
escapeChars - Static variable in class ortus.boxlang.runtime.scopes.Key
 
escapeHTML(String) - Static method in class ortus.boxlang.compiler.ast.Source
 
escapeHTML(String) - Static method in class ortus.boxlang.runtime.types.exceptions.ExceptionUtil
 
escapeJavaString(String) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
eval(Reader) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Evaluate a script bound only to the top-level BoxRuntime context
eval(Reader, Bindings) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
 
eval(Reader, ScriptContext) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Evaluate a script in the context of the ScriptContext
eval(String) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Evaluate a script bound only to the top-level BoxRuntime context
eval(String, Bindings) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Evaluate a script using the given Bindings
eval(String, ScriptContext) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Evaluate a script in the context of the ScriptContext
eval(ScriptContext) - Method in class ortus.boxlang.runtime.scripting.BoxCompiledScript
Execute the BoxScript using the scripting engines box context
evaluate(IBoxContext) - Method in interface ortus.boxlang.runtime.types.Argument.DefaultExpression
 
evaluateInContext(String, int) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
EvaluateRequest - Class in ortus.boxlang.debugger.request
Models the command to evaluate an expression
EvaluateRequest() - Constructor for class ortus.boxlang.debugger.request.EvaluateRequest
 
EvaluateRequest.EvaluateRequestArguments - Class in ortus.boxlang.debugger.request
 
EvaluateRequestArguments() - Constructor for class ortus.boxlang.debugger.request.EvaluateRequest.EvaluateRequestArguments
 
EvaluateResponse - Class in ortus.boxlang.debugger.response
Models a SetBreakpoint response in the DAP
EvaluateResponse() - Constructor for class ortus.boxlang.debugger.response.EvaluateResponse
 
EvaluateResponse(EvaluateRequest, String) - Constructor for class ortus.boxlang.debugger.response.EvaluateResponse
Send an error response.
EvaluateResponse(EvaluateRequest, Variable) - Constructor for class ortus.boxlang.debugger.response.EvaluateResponse
Constructor
EvaluateResponse.EvaluateResponseBody - Class in ortus.boxlang.debugger.response
 
EvaluateResponseBody() - Constructor for class ortus.boxlang.debugger.response.EvaluateResponse.EvaluateResponseBody
 
event - Variable in class ortus.boxlang.debugger.event.Event
 
Event - Class in ortus.boxlang.debugger.event
 
Event() - Constructor for class ortus.boxlang.debugger.event.Event
 
Event(String) - Constructor for class ortus.boxlang.debugger.event.Event
 
every(long) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task every custom period of execution The default time unit is milliseconds
every(long, TimeUnit) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task every custom period of execution
every(Double, String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
BoxLang proxy
every(Array, Function, IBoxContext, Boolean, Integer) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Method to test if any item in the array meets the criteria in the callback
every(IStruct, Function, IBoxContext, Boolean, Integer) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Method to test if any item in the struct meets the criteria in the callback
everyDay() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Daily task that runs at midnight
everyDayAt(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task daily with a specific time in 24 hour format: HH:mm We will always add 0 seconds for you.
everyHour() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task every hour from the time it get's scheduled
everyHourAt(int) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be hourly at a specific minute mark and 00 seconds
everyMinute() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task every minute from the time it get's scheduled
everyMonth() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task on the first day of every month at midnight
everyMonthOn(int) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task every month on a specific day at midnight
everyMonthOn(int, String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task every month on a specific day and time
everySecond() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task every second from the time it get's scheduled
everyWeek() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the every Sunday at midnight
everyWeekOn(int) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task weekly on the given day of the week at midnight
everyWeekOn(int, String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task weekly on the given day of the week and time
everyYear() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task on the first day of the year at midnight
everyYearOn(int, int) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be weekly at a specific time at a specific day of the week
everyYearOn(int, int, String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be weekly at a specific time at a specific day of the week
evict() - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
evict() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Runs the eviction algorithm to remove objects from the store based on the eviction policy and eviction count.
evict() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Runs the eviction algorithm to remove objects from the store based on the eviction policy and eviction count.
evict() - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Runs the eviction algorithm to remove objects from the store based on the eviction policy and eviction count.
evict() - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Runs the eviction algorithm to remove objects from the store based on the eviction policy and eviction count.
evictCount - Static variable in class ortus.boxlang.runtime.scopes.Key
 
evictionCount() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Get the total cache's evictions due to cache constraints (e.g.
evictionCount() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Get the total cache's evictions due to cache constraints (e.g.
evictionPolicy - Static variable in class ortus.boxlang.runtime.scopes.Key
 
evictSoftReferences() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Evict soft references from the store that have been collected
exceptionBreakpointFilters - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
Available exception filter options for the `setExceptionBreakpoints` request.
ExceptionBreakpointsFilter - Class in ortus.boxlang.debugger.types
 
ExceptionBreakpointsFilter() - Constructor for class ortus.boxlang.debugger.types.ExceptionBreakpointsFilter
 
ExceptionBreakpointsFilter(String, String, String) - Constructor for class ortus.boxlang.debugger.types.ExceptionBreakpointsFilter
 
ExceptionDocumentationGenerator - Class in ortus.boxlang.tools.util
 
ExceptionDocumentationGenerator() - Constructor for class ortus.boxlang.tools.util.ExceptionDocumentationGenerator
 
exceptionIsOfType(IBoxContext, Throwable, String) - Static method in class ortus.boxlang.runtime.types.exceptions.ExceptionUtil
Checks if an exception is of a given type
ExceptionUtil - Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when a cast can't be done on any type
ExceptionUtil() - Constructor for class ortus.boxlang.runtime.types.exceptions.ExceptionUtil
 
execute - Static variable in class ortus.boxlang.runtime.scopes.Key
 
execute(String) - Method in class ortus.boxlang.runtime.jdbc.DataSource
Execute a query on the default connection.
execute(String, Connection) - Method in class ortus.boxlang.runtime.jdbc.DataSource
Execute a query on the connection, using the provided connection.
execute(String, List<QueryParameter>) - Method in class ortus.boxlang.runtime.jdbc.DataSource
Execute a query with a List of parameters on the default connection.
execute(String, List<QueryParameter>, Connection) - Method in class ortus.boxlang.runtime.jdbc.DataSource
Execute a query with a List of parameters on a given connection.
execute(String, Array) - Method in class ortus.boxlang.runtime.jdbc.DataSource
Execute a query with an array of parameters on the default connection.
execute(String, Array, Connection) - Method in class ortus.boxlang.runtime.jdbc.DataSource
Execute a query with an array of parameters on a given connection.
execute(String, IStruct) - Method in class ortus.boxlang.runtime.jdbc.DataSource
Execute a query with a struct of parameters on the default connection.
execute(String, IStruct, Connection) - Method in class ortus.boxlang.runtime.jdbc.DataSource
Execute a query with a struct of parameters on a given connection.
execute(Connection) - Method in class ortus.boxlang.runtime.jdbc.PendingQuery
Executes the PendingQuery on a given Connection and returns the results in an ExecutedQuery instance.
execute(IBoxContext, String[]) - Method in class ortus.boxlang.runtime.modules.ModuleRecord
Execute the module via the BoxRunner
execute(ConnectionManager) - Method in class ortus.boxlang.runtime.jdbc.PendingQuery
Executes the PendingQuery using the provided ConnectionManager and returns the results in an ExecutedQuery instance.
Execute - Class in ortus.boxlang.runtime.components.system
 
Execute() - Constructor for class ortus.boxlang.runtime.components.system.Execute
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
executeClass(Class<IBoxRunnable>, String, IBoxContext, String[]) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a single class by executing it's main method, else throw an exception
ExecutedQuery - Class in ortus.boxlang.runtime.jdbc
This class represents a query that has been executed and contains the results of executing that query.
ExecutedQuery(Query, Object, IStruct) - Constructor for class ortus.boxlang.runtime.jdbc.ExecutedQuery
Constructor
executeModule(String, String[]) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a target module main method
executeSource(InputStream) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a source strings from an input stream
executeSource(InputStream, IBoxContext) - Method in class ortus.boxlang.runtime.BoxRuntime
This is our REPL (Read-Eval-Print-Loop) method that allows for interactive BoxLang execution
executeSource(String) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a source string
executeSource(String, IBoxContext) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a source string
executeSource(String, IBoxContext, BoxSourceType) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a source string
executeStatement(String) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a single statement
executeStatement(String, IBoxContext) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a single statement in a specific context
executeStatement(BoxScript, IBoxContext) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a single statement in a specific context
executeTemplate(String) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a single template in its own context
executeTemplate(String, String[]) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a single template in its own context
executeTemplate(String, IBoxContext) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a single template in an existing context.
executeTemplate(String, IBoxContext, String[]) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a single template in an existing context.
executeTemplate(URL) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a single template in its own context using a of the template to execution
executeTemplate(URL, IBoxContext) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a single template in an existing context using a of the template to execution
executeTemplate(BoxTemplate) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a single template in its own context using an already-loaded template runnable
executeTemplate(BoxTemplate, IBoxContext) - Method in class ortus.boxlang.runtime.BoxRuntime
Execute a single template in an existing context using an already-loaded template runnable
executionMode - Static variable in class ortus.boxlang.runtime.scopes.Key
 
executionState - Static variable in class ortus.boxlang.runtime.scopes.Key
 
executionTime - Static variable in class ortus.boxlang.runtime.scopes.Key
 
executor - Variable in class ortus.boxlang.runtime.async.tasks.BaseScheduler
The Scheduled Executor we are bound to
executor - Static variable in class ortus.boxlang.runtime.scopes.Key
 
executor() - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Returns the value of the executor record component.
ExecutorConfig - Class in ortus.boxlang.runtime.config.segments
A BoxLang Executor Configuration Segment
ExecutorConfig() - Constructor for class ortus.boxlang.runtime.config.segments.ExecutorConfig
Default Empty Constructor
ExecutorConfig(String) - Constructor for class ortus.boxlang.runtime.config.segments.ExecutorConfig
Constructor by name and type
ExecutorGet - Class in ortus.boxlang.runtime.bifs.global.async
 
ExecutorGet() - Constructor for class ortus.boxlang.runtime.bifs.global.async.ExecutorGet
Constructor
ExecutorHas - Class in ortus.boxlang.runtime.bifs.global.async
 
ExecutorHas() - Constructor for class ortus.boxlang.runtime.bifs.global.async.ExecutorHas
Constructor
ExecutorList - Class in ortus.boxlang.runtime.bifs.global.async
 
ExecutorList() - Constructor for class ortus.boxlang.runtime.bifs.global.async.ExecutorList
Constructor
ExecutorNew - Class in ortus.boxlang.runtime.bifs.global.async
 
ExecutorNew() - Constructor for class ortus.boxlang.runtime.bifs.global.async.ExecutorNew
Constructor
ExecutorRecord - Record Class in ortus.boxlang.runtime.async.executors
A record for an executor
ExecutorRecord(ExecutorService, String, AsyncService.ExecutorType, Integer) - Constructor for record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Creates an instance of a ExecutorRecord record class.
executors - Variable in class ortus.boxlang.runtime.config.Configuration
A collection of all the registered global executors
executors - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ExecutorShutdown - Class in ortus.boxlang.runtime.bifs.global.async
 
ExecutorShutdown() - Constructor for class ortus.boxlang.runtime.bifs.global.async.ExecutorShutdown
Constructor
ExecutorStatus - Class in ortus.boxlang.runtime.bifs.global.async
 
ExecutorStatus() - Constructor for class ortus.boxlang.runtime.bifs.global.async.ExecutorStatus
Constructor
exists(String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Tests whether a file or directory exists
exists(DynamicObject) - Method in class ortus.boxlang.runtime.events.InterceptorState
Check if an observer is registered for this state
Exit - Class in ortus.boxlang.runtime.components.system
 
Exit() - Constructor for class ortus.boxlang.runtime.components.system.Exit
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
ExitBody() - Constructor for class ortus.boxlang.debugger.event.ExitEvent.ExitBody
 
exitCode - Variable in class ortus.boxlang.debugger.event.ExitEvent.ExitBody
 
ExitEvent - Class in ortus.boxlang.debugger.event
Models the Exit event for the Debug Protocol
ExitEvent() - Constructor for class ortus.boxlang.debugger.event.ExitEvent
 
ExitEvent(int) - Constructor for class ortus.boxlang.debugger.event.ExitEvent
Constructor
ExitEvent.ExitBody - Class in ortus.boxlang.debugger.event
 
Exp - Class in ortus.boxlang.runtime.bifs.global.math
 
Exp() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Exp
Constructor
expand - Static variable in class ortus.boxlang.runtime.scopes.Key
 
expandFromImport(IBoxContext, String, List<ImportDefinition>) - Method in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
Tries to expand the full class name using the import aliases given.
expandPath(IBoxContext, String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Expands a path to an absolute path.
expandPath(IBoxContext, String, ResolvedFilePath) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Expands a path to an absolute path.
ExpandPath - Class in ortus.boxlang.runtime.bifs.global.io
 
ExpandPath() - Constructor for class ortus.boxlang.runtime.bifs.global.io.ExpandPath
Constructor
expiredCount() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
How many entries are expired in the cache.
expiredCount() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
How many entries are expired in the cache.
expires - Static variable in class ortus.boxlang.runtime.scopes.Key
 
expireURL - Static variable in class ortus.boxlang.runtime.scopes.Key
 
explanation - Static variable in class ortus.boxlang.runtime.scopes.Key
 
expr() - Method in record class ortus.boxlang.compiler.ast.visitor.MissingQueryParamVisitor.Issue
Returns the value of the expr record component.
expr() - Method in record class ortus.boxlang.compiler.ast.visitor.UnencodedVariableOutputVisitor.Issue
Returns the value of the expr record component.
expression - Variable in class ortus.boxlang.debugger.request.EvaluateRequest.EvaluateRequestArguments
 
expression - Static variable in class ortus.boxlang.runtime.scopes.Key
 
expression1 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
expression2 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ExpressionException - Exception Class in ortus.boxlang.runtime.types.exceptions
This is the base exception for all expression or evaluation errors in the BoxLang runtime.
ExpressionException(String, String, String, Throwable, Position, String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.ExpressionException
Constructor
ExpressionException(String, BoxNode) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.ExpressionException
Constructor
ExpressionException(String, Position, String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.ExpressionException
Constructor
ExpressionInterpreter - Class in ortus.boxlang.runtime.dynamic
I handle interpreting expressions
ExpressionInterpreter() - Constructor for class ortus.boxlang.runtime.dynamic.ExpressionInterpreter
 
expressions - Static variable in class ortus.boxlang.runtime.scopes.Key
 
extendedinfo - Static variable in class ortus.boxlang.runtime.scopes.Key
 
extendedInfo - Variable in exception class ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
Custom error message; information that the default exception handler does not display.
ExtendedInfoKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
 
extractMultiLineCommentText(String, Boolean) - Method in class ortus.boxlang.compiler.parser.AbstractParser
 

F

failedFuture(String) - Static method in class ortus.boxlang.runtime.async.BoxFuture
Returns a new BoxFuture that is already completed exceptionally with the given exception message.
fatalError(SAXParseException) - Method in class ortus.boxlang.runtime.util.conversion.XMLValidationHandler
 
fatalErrors - Static variable in class ortus.boxlang.runtime.scopes.Key
 
FeatureAudit - Class in ortus.boxlang.compiler
I am a CLI tool for auditing code to determine BIFs and tags in use which are not yet supported by BoxLang.
FeatureAudit() - Constructor for class ortus.boxlang.compiler.FeatureAudit
 
FeatureAuditVisitor - Class in ortus.boxlang.compiler.ast.visitor
Audit missing functionality
FeatureAuditVisitor() - Constructor for class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor
 
FeatureAuditVisitor.AggregateFeatureUsed - Record Class in ortus.boxlang.compiler.ast.visitor
 
FeatureAuditVisitor.FeatureType - Enum Class in ortus.boxlang.compiler.ast.visitor
 
FeatureAuditVisitor.FeatureUsed - Record Class in ortus.boxlang.compiler.ast.visitor
 
FeatureUsed(String, FeatureAuditVisitor.FeatureType, String, boolean, Position) - Constructor for record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureUsed
Creates an instance of a FeatureUsed record class.
fetchClientInfo - Static variable in class ortus.boxlang.runtime.scopes.Key
 
fetchSize - Variable in class ortus.boxlang.runtime.jdbc.QueryOptions
The fetch size for the query.
fetchSize - Static variable in class ortus.boxlang.runtime.scopes.Key
 
FIFO - Class in ortus.boxlang.runtime.cache.policies
FIFO - Compare by created ascending
FIFO() - Constructor for class ortus.boxlang.runtime.cache.policies.FIFO
 
file - Variable in class ortus.boxlang.compiler.parser.AbstractParser
 
file - Variable in class ortus.boxlang.compiler.parser.DocParser
 
file - Static variable in class ortus.boxlang.runtime.scopes.Key
 
File - Class in ortus.boxlang.runtime.components.io
 
File - Class in ortus.boxlang.runtime.types
 
File() - Constructor for class ortus.boxlang.runtime.components.io.File
Constructor
File(String) - Constructor for class ortus.boxlang.runtime.types.File
Constructor
File(String, String) - Constructor for class ortus.boxlang.runtime.types.File
Constructor
File(String, String, String, Boolean) - Constructor for class ortus.boxlang.runtime.types.File
Constructor
FILE - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
FILE - Static variable in record class ortus.boxlang.runtime.types.Argument
 
FileAppend - Class in ortus.boxlang.runtime.bifs.global.io
 
FileAppend() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileAppend
Constructor
FileClose - Class in ortus.boxlang.runtime.bifs.global.io
 
FileClose() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileClose
Constructor
fileContent - Static variable in class ortus.boxlang.runtime.scopes.Key
 
FileCopy - Class in ortus.boxlang.runtime.bifs.global.io
 
FileCopy() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileCopy
Constructor
FileDelete - Class in ortus.boxlang.runtime.bifs.global.io
 
FileDelete() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileDelete
Constructor
FileExists - Class in ortus.boxlang.runtime.bifs.global.io
 
FileExists() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileExists
Constructor
filefield - Static variable in class ortus.boxlang.runtime.scopes.Key
 
FileGetMimeType - Class in ortus.boxlang.runtime.bifs.global.io
 
FileGetMimeType() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileGetMimeType
Constructor
FileInfo - Class in ortus.boxlang.runtime.bifs.global.io
 
FileInfo() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileInfo
Constructor
FileIsEOF - Class in ortus.boxlang.runtime.bifs.global.io
 
FileIsEOF() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileIsEOF
Constructor
FileMove - Class in ortus.boxlang.runtime.bifs.global.io
 
FileMove() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileMove
Constructor
filename - Variable in class ortus.boxlang.runtime.types.File
 
FileOpen - Class in ortus.boxlang.runtime.bifs.global.io
 
FileOpen() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileOpen
Constructor
filepath - Static variable in class ortus.boxlang.runtime.scopes.Key
 
filepath - Variable in class ortus.boxlang.runtime.types.File
 
FileRead - Class in ortus.boxlang.runtime.bifs.global.io
 
FileRead() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileRead
Constructor
FileReadLine - Class in ortus.boxlang.runtime.bifs.global.io
 
FileReadLine() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileReadLine
Constructor
FileSeek - Class in ortus.boxlang.runtime.bifs.global.io
 
FileSeek() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileSeek
Constructor
FileSetAccessMode - Class in ortus.boxlang.runtime.bifs.global.io
 
FileSetAccessMode() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileSetAccessMode
Constructor
FileSetAttribute - Class in ortus.boxlang.runtime.bifs.global.io
 
FileSetAttribute() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileSetAttribute
Constructor
FileSetLastModified - Class in ortus.boxlang.runtime.bifs.global.io
 
FileSetLastModified() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileSetLastModified
Constructor
FileSystemStore - Class in ortus.boxlang.runtime.cache.store
This object store keeps all objects in the file system.
FileSystemStore() - Constructor for class ortus.boxlang.runtime.cache.store.FileSystemStore
Constructor
FileSystemUtil - Class in ortus.boxlang.runtime.util
 
FileSystemUtil() - Constructor for class ortus.boxlang.runtime.util.FileSystemUtil
 
FileWrite - Class in ortus.boxlang.runtime.bifs.global.io
 
FileWrite() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileWrite
Constructor
FileWriteLine - Class in ortus.boxlang.runtime.bifs.global.io
 
FileWriteLine() - Constructor for class ortus.boxlang.runtime.bifs.global.io.FileWriteLine
Constructor
filter - Variable in class ortus.boxlang.debugger.request.VariablesRequest.VariablesRequestArguments
Filter to limit the child variables to either named or indexed.
filter - Variable in class ortus.boxlang.debugger.types.ExceptionBreakpointsFilter
 
filter - Static variable in class ortus.boxlang.runtime.scopes.Key
 
filter(Predicate<? super T>) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If a value is present, and the value matches the given predicate, returns an Attempt describing the value, otherwise returns an empty Attempt.
filter(Array, Function, IBoxContext, Boolean, Integer) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Method to filter an list with a function callback and context
filter(IStruct, Function, IBoxContext, Boolean, Integer) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Method to filter a struct with a function callback and context
filters - Variable in class ortus.boxlang.debugger.request.SetExceptionBreakpointsRequest.setExceptionBreakpointsRequestArguments
 
FINAL - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxMethodDeclarationModifier
 
finalizeDocumentation() - Method in interface ortus.boxlang.compiler.ast.IBoxDocumentableNode
Called when all comments are associated with the node, so it can process any doc comment contents
finalizeDocumentation() - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
Called when all comments are associated with the node, so it can process any doc comment contents
find - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Find - Class in ortus.boxlang.runtime.bifs.global.string
 
Find() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Find
Constructor
findAll - Static variable in class ortus.boxlang.runtime.scopes.Key
 
findAnnotatedClasses(String, Class<? extends Annotation>...) - Static method in class ortus.boxlang.runtime.loader.util.ClassDiscovery
Find all classes annotated with the given annotation(s) in the given directory.
findAnnotatedClasses(String, ClassLoader, String, Class<? extends Annotation>...) - Static method in class ortus.boxlang.runtime.loader.util.ClassDiscovery
Find all classes annotated with the given annotation(s) in the given directory and given class loader
findAnnotatedClasses(String, String, Class<? extends Annotation>...) - Static method in class ortus.boxlang.runtime.loader.util.ClassDiscovery
Find all classes annotated with the given annotation(s) in the given directory
findBaseTemplate() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Finds the base (first) template in this request
findBaseTemplate() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Finds the base (first) template in this request
findClass(Class<?>, String) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Find a class by name with no case-sensitivity (upper case) in the class
findClass(String) - Method in class ortus.boxlang.runtime.loader.DiskClassLoader
Find class on disk, if not found, delegate to parent
findClass(String) - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Find a class in the class loader or delegate to the parent.
findClass(String, Boolean) - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Find a class in the class loader or delegate to the parent
findClass(IBoxContext, String, List<ImportDefinition>) - Method in class ortus.boxlang.runtime.loader.ClassLocator
This method ONLY returns the class representation, it does not cache it.
findClassesInDirectory(File, String, ClassLoader, Class<? extends Annotation>[]) - Static method in class ortus.boxlang.runtime.loader.util.ClassDiscovery
Find all classes annotated in the specified directory and subdirectories.
findClassesInJar(URL, String, ClassLoader, Class<? extends Annotation>[]) - Static method in class ortus.boxlang.runtime.loader.util.ClassDiscovery
Find all classes annotated in the specified jar file and subdirectories.
findClassNames(File, String, Boolean) - Static method in class ortus.boxlang.runtime.loader.util.ClassDiscovery
Recursive method used to find all classes in a given directory and subdirs.
findClosestComponent(Key) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Gets the execution state for the closest component.
findClosestComponent(Key) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
findClosestComponent(Key) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Gets the execution state for the closest component.
findClosestComponent(Key, Predicate<IStruct>) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Gets the execution state for the closest component with a predicate to filter.
findClosestComponent(Key, Predicate<IStruct>) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
findClosestComponent(Key, Predicate<IStruct>) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Gets the execution state for the closest component with a predicate to filter.
findClosestFunctionName() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Finds the closest function call name
findClosestFunctionName() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Finds the closest function call name
findClosestFunctionName() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Finds the closest function call name
findClosestSourceMapRecord(int) - Method in class ortus.boxlang.compiler.SourceMap
 
findClosestTemplate() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Finds the closest template
findClosestTemplate() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Finds the closest template
findField(Class<?>, String) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Find a field by name with no case-sensitivity (upper case) in the class
findField(String) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Find a field by name with no case-sensitivity (upper case) in the class
findFromAllModules(String, List<ImportDefinition>, IBoxContext) - Method in class ortus.boxlang.runtime.loader.resolvers.JavaResolver
Find a class from all the registered runtime modules by asking them individually
findFromLocal(IBoxContext, String, List<ImportDefinition>) - Method in class ortus.boxlang.runtime.loader.resolvers.BoxResolver
Load a class from the configured directory byte code
findFromModule(String, Key, List<ImportDefinition>, IBoxContext) - Method in class ortus.boxlang.runtime.loader.resolvers.JavaResolver
Find a class from a specific module explicitly.
findFromModules(String, List<ImportDefinition>, IBoxContext) - Method in class ortus.boxlang.runtime.loader.resolvers.JavaResolver
Load a class from the registered runtime module class loaders
findFromModules(IBoxContext, String, List<ImportDefinition>) - Method in class ortus.boxlang.runtime.loader.resolvers.BoxResolver
Load a class from the registered runtime module class loaders
findFromSystem(String, List<ImportDefinition>, IBoxContext) - Method in class ortus.boxlang.runtime.loader.resolvers.JavaResolver
Load a class from the system using our lookup mechanism
findFunction(Key) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Find a function in the corrent context.
findFunction(Key) - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Find a function in the corrent context.
findIndex(Object) - Method in class ortus.boxlang.runtime.types.Array
Finds the first one-based index of an array item with a specified value
findIndex(Object, Boolean) - Method in class ortus.boxlang.runtime.types.Array
Finds the first one-based index of an string - either case sensitively or not
findIndex(Function, IBoxContext) - Method in class ortus.boxlang.runtime.types.Array
Finds the first index of an array item using a function filter
findIndexWithSubstring(Object, Boolean) - Method in class ortus.boxlang.runtime.types.Array
Finds the first one-based index of a substring - either case sensitively or not.
findKey(IStruct, String) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Returns an array of keys
findMatchingConstructor(IBoxContext, Class<?>, Class<?>[], Object...) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Find a constructor by the given arguments as classes and return it if it exists
findMatchingMethod(IBoxContext, Class<?>, String, Class<?>[], Object...) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
This method is used to verify if the class has the same method signature as the incoming one with no case-sensitivity (upper case) We follow the following rules: - The method name must match - The number of arguments must match - The argument types must match (1st try, if not) - The argument types must be assignable (2nd try)
findMatchingMethod(IBoxContext, String, Class<?>[], Object...) - Method in class ortus.boxlang.runtime.interop.DynamicObject
This method is used to verify if the class has the same method signature as the incoming one with no case-sensitivity (upper case)
findMatchingMethodByInterfaces(IBoxContext, Class<?>, String, Class<?>[], Object...) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Try to find a matching method by interfaces
findMethodByNameAndArgs(ClassType, String, List<String>) - Static method in class ortus.boxlang.debugger.JDITools
 
findModuleClass(String, Boolean, IBoxContext) - Method in class ortus.boxlang.runtime.modules.ModuleRecord
Find a class in the module class loader first and then the parent.
findNearestContext(BoxLangDebugger.StackFrameTuple) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
findNoCase - Static variable in class ortus.boxlang.runtime.scopes.Key
 
FindOneOf - Class in ortus.boxlang.runtime.bifs.global.string
 
FindOneOf() - Constructor for class ortus.boxlang.runtime.bifs.global.string.FindOneOf
Constructor
findPreviousToken(int) - Method in class ortus.boxlang.compiler.parser.BoxScriptLexerCustom
Get the last token of a specific type
findPreviousToken(int) - Method in class ortus.boxlang.compiler.parser.BoxTemplateLexerCustom
Get the last token of a specific type
findPreviousToken(int) - Method in class ortus.boxlang.compiler.parser.CFScriptLexerCustom
Get the last token of a specific type
findPreviousToken(int) - Method in class ortus.boxlang.compiler.parser.CFTemplateLexerCustom
Get the last token of a specific type Returns null if not found
findPreviousTokenAndXSiblings(int, int) - Method in class ortus.boxlang.compiler.parser.BoxTemplateLexerCustom
Get the last token of a specific type and the next x siblings Returns empty list if not found
findPreviousTokenAndXSiblings(int, int) - Method in class ortus.boxlang.compiler.parser.CFTemplateLexerCustom
Get the last token of a specific type and the next x siblings Returns empty list if not found
findUnclosedToken(int, int) - Method in class ortus.boxlang.compiler.parser.BoxScriptLexerCustom
Back up to the closest unclosed brace Return null if none found *
findUnclosedToken(int, int) - Method in class ortus.boxlang.compiler.parser.CFScriptLexerCustom
Back up to the closest unclosed brace Return null if none found *
findValue(IStruct, Object) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
 
findValueReader(JSONReader, Class<?>) - Method in class ortus.boxlang.runtime.util.conversion.BoxJsonProvider
Custom BoxLang Deserializers by type
findValueWriter(JSONWriter, Class<?>) - Method in class ortus.boxlang.runtime.util.conversion.BoxJsonProvider
Custom BoxLang Serializers by type
findVariableyName(StackFrame, String) - Static method in class ortus.boxlang.debugger.JDITools
 
findVariableyName(BoxLangDebugger.StackFrameTuple, String) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
firstDayOfMonth - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
firstRowAsHeaders - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Fix - Class in ortus.boxlang.runtime.bifs.global.math
 
Fix() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Fix
Constructor
FIXED - Enum constant in enum class ortus.boxlang.runtime.services.AsyncService.ExecutorType
 
fixnewline - Static variable in class ortus.boxlang.runtime.scopes.Key
 
flatMap(Function<? super T, ? extends Attempt<? extends U>>) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If a value is present, returns the result of applying the given Attempt-bearing mapping function to the value, otherwise returns an empty Attempt.
flattenEntry(Map.Entry<Key, Object>) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Method to recursively flatten an entry set containing structs
FloatCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything
FloatCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.FloatCaster
 
Floor - Class in ortus.boxlang.runtime.bifs.global.math
 
Floor() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Floor
Constructor
flush() - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
flush() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Flush the store to a permanent storage.
flush() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Flush the store to a permanent storage.
flush() - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Flush the store to a permanent storage.
flush() - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Flush the store to a permanent storage.
flush() - Method in class ortus.boxlang.runtime.scripting.WriterOutputStream
 
Flush - Class in ortus.boxlang.runtime.components.system
 
Flush() - Constructor for class ortus.boxlang.runtime.components.system.Flush
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
FLUSH - Enum constant in enum class ortus.boxlang.runtime.components.cache.Cache.CacheAction
 
flushBuffer(boolean) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Flush the buffer to the output stream and then clears the local buffers
flushBuffer(boolean) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
flushBuffer(boolean) - Method in class ortus.boxlang.runtime.context.ClassBoxContext
Flush the buffer to the output stream and then clears the local buffers
flushBuffer(boolean) - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Flush the buffer to the output stream and then clears the local buffers
flushBuffer(boolean) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Flush the buffer to the output stream.
flushBuffer(boolean) - Method in class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
Flush the buffer to the output stream
flushBuffer(boolean) - Method in class ortus.boxlang.runtime.context.StaticClassBoxContext
Flush the buffer to the output stream and then clears the local buffers
flushBuffer(boolean) - Method in class ortus.boxlang.runtime.scripting.JSRScriptingRequestBoxContext
Flush the buffer to the output stream
force - Static variable in class ortus.boxlang.runtime.scopes.Key
 
forClass(String, BoxSourceType, IBoxpiler) - Static method in record class ortus.boxlang.compiler.ClassInfo
 
forClass(ResolvedFilePath, BoxSourceType, IBoxpiler) - Static method in record class ortus.boxlang.compiler.ClassInfo
 
forInterfaceProxy(String, InterfaceProxyDefinition, IBoxpiler) - Static method in record class ortus.boxlang.compiler.ClassInfo
 
FORK_JOIN - Enum constant in enum class ortus.boxlang.runtime.services.AsyncService.ExecutorType
 
format - Variable in class ortus.boxlang.debugger.request.VariablesRequest.VariablesRequestArguments
Specifies details on how to format the Variable values.
format - Variable in class ortus.boxlang.debugger.types.Message
 
format - Static variable in class ortus.boxlang.runtime.scopes.Key
 
format(String) - Method in class ortus.boxlang.runtime.types.DateTime
Returns the date time representation as a string in the specified format mask
format(DateTimeFormatter) - Method in class ortus.boxlang.runtime.types.DateTime
Returns the date time representation as a string with the provided formatter
format(Locale, String) - Method in class ortus.boxlang.runtime.types.DateTime
Returns the date time representation as a string in the specified locale
FormatBaseN - Class in ortus.boxlang.runtime.bifs.global.math
 
FormatBaseN() - Constructor for class ortus.boxlang.runtime.bifs.global.math.FormatBaseN
Constructor
forScript(String, BoxSourceType, IBoxpiler) - Static method in record class ortus.boxlang.compiler.ClassInfo
 
forStatement(String, BoxSourceType, IBoxpiler) - Static method in record class ortus.boxlang.compiler.ClassInfo
 
forTemplate(ResolvedFilePath, BoxSourceType, IBoxpiler) - Static method in record class ortus.boxlang.compiler.ClassInfo
 
Fqn - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxType
 
FQN - Class in ortus.boxlang.runtime.util
This class represents a fully qualified name (FQN) for a class or package.
FQN(String) - Constructor for class ortus.boxlang.runtime.util.FQN
Construct an FQN from a string.
FQN(String, String) - Constructor for class ortus.boxlang.runtime.util.FQN
Construct an FQN from a prefix and a string.
FQN(String, Path) - Constructor for class ortus.boxlang.runtime.util.FQN
Construct an FQN from a prefix and a Path.
FQN(String, FQN) - Constructor for class ortus.boxlang.runtime.util.FQN
Construct an FQN from a prefix and an existing FQN.
FQN(Path) - Constructor for class ortus.boxlang.runtime.util.FQN
Construct an FQN from a Path.
FQN(Path, Path) - Constructor for class ortus.boxlang.runtime.util.FQN
Construct an FQN that uses the root path to generate a relative path based on filePath.
FQN() - Method in record class ortus.boxlang.compiler.ClassInfo
 
frameId - Variable in class ortus.boxlang.debugger.request.EvaluateRequest.EvaluateRequestArguments
 
frameId - Variable in class ortus.boxlang.debugger.request.ScopeRequest.ScopeRequestArguments
 
freeMemoryPercentageThreshold - Static variable in class ortus.boxlang.runtime.scopes.Key
 
from - Static variable in class ortus.boxlang.runtime.scopes.Key
 
from(String...) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Safely navigate the data structure to a segment without blowing up.
fromAny(Object) - Static method in class ortus.boxlang.runtime.jdbc.QueryParameter
Construct a new QueryParameter from a given value.
fromArray(Object[]) - Static method in class ortus.boxlang.runtime.types.Array
Create an Array from a Java array
fromArray(Object[]) - Static method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
Create a Array from a Java array
fromArray(Array, Array, Object) - Static method in class ortus.boxlang.runtime.types.Query
Create a new query with columns and data
fromCachedQuery(ExecutedQuery, IStruct) - Static method in class ortus.boxlang.runtime.jdbc.ExecutedQuery
Build a new ExecutedQuery instance from a previously cached ExecutedQuery instance plus some cache metadata.
fromJSON(Class<T>, Object) - Static method in class ortus.boxlang.runtime.types.util.JSONUtil
Read method that will take given JSON Source (of one of supported types), read contents and map it to a Java Bean of given type.
fromJSON(Object) - Static method in class ortus.boxlang.runtime.types.util.JSONUtil
Read method that will take given JSON Source (of one of supported types), read contents and map it to one of simple mappings (Map for JSON Objects, List for JSON Arrays, String for JSON Strings, null for JSON null, Boolean for JSON booleans and Number for JSON numbers.
fromKey(String) - Static method in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
Get the driver type for the given key string
fromKey(Key) - Static method in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
Get the driver type for the given key
fromList(List<? extends Object>) - Static method in class ortus.boxlang.runtime.types.Array
Create an Array from a List
fromList(List<? extends Object>) - Static method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
Create a Array from a List
fromMap(Map<? extends Object, ? extends Object>) - Static method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Create a struct from a map
fromMap(Map<? extends Object, ? extends Object>) - Static method in class ortus.boxlang.runtime.types.Struct
Static helper to create a struct from an existing map
fromMap(IStruct.TYPES, Map<Object, Object>) - Static method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Construct a struct of a specific type from a map
fromMap(IStruct.TYPES, Map<Object, Object>) - Static method in class ortus.boxlang.runtime.types.Struct
Static helper to construct a struct of a specific type and an existing map
fromNativeArray(String[]) - Static method in class ortus.boxlang.runtime.net.NameValuePair
 
fromPendingQuery(PendingQuery, Statement, long, boolean) - Static method in class ortus.boxlang.runtime.jdbc.ExecutedQuery
Creates an ExecutedQuery instance from a PendingQuery instance and a JDBC Statement.
fromQueryString(String) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Convert a query string to a struct using the default delimiter of "&".
fromQueryString(String, String) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Convert a query string to a struct Example:
fromResultSet(ResultSet) - Static method in class ortus.boxlang.runtime.types.Query
Create a new query and populate it from the given JDBC ResultSet.
fromSQLType(int) - Static method in enum class ortus.boxlang.runtime.types.QueryColumnType
Acquire a QueryColumnType from a SQL type.
fromString(String) - Static method in enum class ortus.boxlang.compiler.ast.statement.BoxType
 
fromString(String) - Static method in enum class ortus.boxlang.runtime.components.cache.Cache.CacheAction
 
fromString(String) - Static method in class ortus.boxlang.runtime.types.Array
Convert a list to an array, using , as the delimiter, making sure each element is trimmed
fromString(String) - Static method in enum class ortus.boxlang.runtime.types.IStruct.TYPES
Get the type of struct from a string
fromString(String) - Static method in enum class ortus.boxlang.runtime.types.QueryColumnType
 
fromString(String, String) - Static method in class ortus.boxlang.runtime.types.Array
Convert a list to an array, making sure each element is trimmed
fromStruct(String, IStruct) - Static method in class ortus.boxlang.runtime.jdbc.DataSource
Helper builder to build out a new DataSource object from a struct of properties and a name.
fromStruct(Key, IStruct) - Static method in class ortus.boxlang.runtime.jdbc.DataSource
Helper builder to build out a new DataSource object from a struct of properties and a name.
fromStruct(IStruct) - Static method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Construct a struct of a struct, using the same type
frTransService - Variable in class ortus.boxlang.compiler.Boxpiler
The transaction service used to track subtransactions
FRTransService - Class in ortus.boxlang.runtime.util
 
fullname - Static variable in class ortus.boxlang.runtime.scopes.Key
 
function - Variable in class ortus.boxlang.runtime.context.FunctionBoxContext
The Function being invoked with this context
function - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Function<T,R> - Class in ortus.boxlang.runtime.interop.proxies
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/util/function/Function.html
Function - Class in ortus.boxlang.runtime.types
A BoxLang Function base class
Function() - Constructor for class ortus.boxlang.runtime.types.Function
Constructor
Function(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.Function
 
FUNCTION - Enum constant in enum class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer.ExitsAllowed
 
FUNCTION - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
FUNCTION - Static variable in record class ortus.boxlang.runtime.types.Argument
 
Function.Access - Enum Class in ortus.boxlang.runtime.types
The supported access levels of the function
FunctionalBIFAccess - Class in ortus.boxlang.runtime.types
I wrap up a functional call to a BIF, passing along the arguments passed to me
FunctionalBIFAccess(Key) - Constructor for class ortus.boxlang.runtime.types.FunctionalBIFAccess
Constructor Create a new abstract function.
FunctionalMemberAccess - Class in ortus.boxlang.runtime.types
I represent a functional call to a memeber method on the passed instance.
FunctionalMemberAccess(Key) - Constructor for class ortus.boxlang.runtime.types.FunctionalMemberAccess
Constructor Create a new abstract function.
FunctionalMemberAccessArgs - Class in ortus.boxlang.runtime.types
I represent a functional call to a memeber method on the passed instance with args.
FunctionalMemberAccessArgs(Key, IBoxContext, Function<IBoxContext, Map<Key, Object>>, Function<IBoxContext, Object[]>) - Constructor for class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
Constructor Create a new abstract function.
FunctionBoxContext - Class in ortus.boxlang.runtime.context
This context represents the context of any function execution in BoxLang It encapsulates the arguments scope and local scope and has a reference to the function being invoked.
FunctionBoxContext(IBoxContext, Function) - Constructor for class ortus.boxlang.runtime.context.FunctionBoxContext
Creates a new execution context with a bounded function instance and parent context
FunctionBoxContext(IBoxContext, Function, ArgumentsScope) - Constructor for class ortus.boxlang.runtime.context.FunctionBoxContext
Creates a new execution context with a bounded function instance and parent context and arguments scope
FunctionBoxContext(IBoxContext, Function, Key) - Constructor for class ortus.boxlang.runtime.context.FunctionBoxContext
Creates a new execution context with a bounded function instance and parent context
FunctionBoxContext(IBoxContext, Function, Key, Object[], IClassRunnable) - Constructor for class ortus.boxlang.runtime.context.FunctionBoxContext
Creates a new execution context with a bounded function instance and parent context and arguments scope
FunctionBoxContext(IBoxContext, Function, Key, Map<Key, Object>, IClassRunnable) - Constructor for class ortus.boxlang.runtime.context.FunctionBoxContext
Creates a new execution context with a bounded function instance and parent context and arguments scope
FunctionBoxContext(IBoxContext, Function, Key, ArgumentsScope) - Constructor for class ortus.boxlang.runtime.context.FunctionBoxContext
Creates a new execution context with a bounded function instance and parent context and arguments scope
functionCalledName - Variable in class ortus.boxlang.runtime.context.FunctionBoxContext
The Function name being invoked with this context.
FunctionCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to a Function
FunctionCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.FunctionCaster
 
functionMap - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.LSTimeUnits
Map of ls functions to TimeUnits functions
FunctionMeta - Class in ortus.boxlang.runtime.types.meta
This class represents BoxLang metadata for a function Future idea, implement IReferenceable to allow for metadata to be generated on the fly
FunctionMeta(Function) - Constructor for class ortus.boxlang.runtime.types.meta.FunctionMeta
Constructor
functions - Static variable in class ortus.boxlang.runtime.scopes.Key
 
functionService - Variable in class ortus.boxlang.runtime.bifs.BIF
The function service helper
functionService - Variable in class ortus.boxlang.runtime.components.Component
The function service helper
functionService - Static variable in class ortus.boxlang.runtime.scopes.Key
 
FunctionService - Class in ortus.boxlang.runtime.services
The FunctionService is in charge of managing the runtime's built-in functions.
FunctionService(BoxRuntime) - Constructor for class ortus.boxlang.runtime.services.FunctionService
Constructor
future - Variable in class ortus.boxlang.runtime.async.tasks.TaskRecord
The future object for the task
FutureNew - Class in ortus.boxlang.runtime.bifs.global.async
 
FutureNew() - Constructor for class ortus.boxlang.runtime.bifs.global.async.FutureNew
Constructor
futuresWrap(IBoxContext, Object...) - Static method in class ortus.boxlang.runtime.async.BoxFuture
This method accepts an infinite amount of future objects, closures or an array of future objects/closures

G

garbageCollections() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Get the total cache's garbage collections of Soft/Weak references
garbageCollections() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Get the total cache's garbage collections of Soft/Weak references
gateway_interface - Static variable in class ortus.boxlang.runtime.scopes.Key
 
generate(DocletEnvironment) - Static method in class ortus.boxlang.tools.util.BIFDocumentationGenerator
 
generate(DocletEnvironment) - Static method in class ortus.boxlang.tools.util.ComponentDocumentationGenerator
 
generate(DocletEnvironment) - Static method in class ortus.boxlang.tools.util.ExceptionDocumentationGenerator
 
generate(DocletEnvironment) - Static method in class ortus.boxlang.tools.util.TypeDocumentationGenerator
 
generateArguments(List<BoxArgument>) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
 
generateBIFTemplate(IStruct, List<Element>, DocletEnvironment) - Static method in class ortus.boxlang.tools.util.BIFDocumentationGenerator
Generates the physical BIF Documentation template and writes it out to the disk
generatedContent - Static variable in class ortus.boxlang.runtime.scopes.Key
 
generateDefinition(IBoxContext, Array) - Static method in class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyService
Turn an array of interfaces into a proxy definition
generatedGetter() - Method in record class ortus.boxlang.runtime.types.Property
Returns the value of the generatedGetter record component.
GeneratedGetter - Class in ortus.boxlang.runtime.runnables.accessors
A generated getter method I am a concrete class and will not be extended by a compiled runnable
GeneratedGetter(Key, Key, String) - Constructor for class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
Constructor Create a new abstract function.
generatedSetter() - Method in record class ortus.boxlang.runtime.types.Property
Returns the value of the generatedSetter record component.
GeneratedSetter - Class in ortus.boxlang.runtime.runnables.accessors
A generated setter method I am a concrete class and will not be extended by a compiled runnable
GeneratedSetter(Key, Key, String) - Constructor for class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
Constructor Create a new abstract function.
generateFunctionContext(Function, IBoxContext, Key, Object[], IClassRunnable, BoxInterface) - Static method in class ortus.boxlang.runtime.types.Function
This is a helper method to generate the correct context for a function based on type
generateFunctionContext(Function, IBoxContext, Key, Map<Key, Object>, IClassRunnable, BoxInterface) - Static method in class ortus.boxlang.runtime.types.Function
This is a helper method to generate the correct context for a function based on type
generateInterfaceMethods(List<Method>, String) - Static method in class ortus.boxlang.compiler.javaboxpiler.transformer.ProxyTransformer
 
generateJavaSource(BoxNode, ClassInfo) - Method in class ortus.boxlang.compiler.asmboxpiler.ASMBoxpiler
 
generateJavaSource(BoxNode, ClassInfo) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
generateJavaSource(BoxNode, ClassInfo) - Method in class ortus.boxlang.compiler.javaboxpiler.JavaBoxpiler
Generate Java source code from BoxLang AST nodes
generateKey() - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Generates a secret key using the default algorithm and key size
generateKey(String) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Generate a SecretKey for the given algorithm and an optional key size
generateKey(String, Integer) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Generates a secret key
generateKeyAsString() - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Generates a secret key using the default algorithm and key size
generateKeyAsString(String, int) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Generates a secret key using the default algorithm and key size
GenerateSecretKey - Class in ortus.boxlang.runtime.bifs.global.encryption
 
GenerateSecretKey() - Constructor for class ortus.boxlang.runtime.bifs.global.encryption.GenerateSecretKey
Constructor
generic - Static variable in class ortus.boxlang.runtime.scopes.Key
 
GENERIC - Enum constant in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
 
GenericCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything
GenericCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.GenericCaster
 
GenericJDBCDriver - Class in ortus.boxlang.runtime.jdbc.drivers
This is the generic JDBC driver that can be used to register datasources in the system.
GenericJDBCDriver() - Constructor for class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
Constructor
GenericMeta - Class in ortus.boxlang.runtime.types.meta
This class represents generic BoxLang metadata for a an object which has no object-specifc properties
GenericMeta(Object) - Constructor for class ortus.boxlang.runtime.types.meta.GenericMeta
Constructor with a target object The target could be an instance or a class
GenericProxy - Class in ortus.boxlang.runtime.interop.proxies
A generic proxy allows you to wrap any object and call any method on it from Java/BoxLang
GenericProxy(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.GenericProxy
 
gerVariablesFromStruct(JDITools.WrappedValue) - Static method in class ortus.boxlang.debugger.JDITools
 
get() - Method in class ortus.boxlang.runtime.dynamic.Attempt
Get the value of the attempt
get() - Method in class ortus.boxlang.runtime.dynamic.casters.CastAttempt
If a value is present in this CastAttempt, returns the value, otherwise throws Exception
get() - Method in class ortus.boxlang.runtime.interop.proxies.Supplier
 
get() - Method in class ortus.boxlang.runtime.types.util.ObjectRef
Get the value
get(int) - Method in class ortus.boxlang.runtime.types.Array
 
get(long) - Method in class ortus.boxlang.runtime.async.BoxFuture
Waits if necessary for this future to complete, and then returns its result.
get(long, Object) - Method in class ortus.boxlang.runtime.async.BoxFuture
Waits if necessary for this future to complete, and then returns its result.
get(Object) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
get(Object) - Method in class ortus.boxlang.runtime.scopes.ScopeWrapper
 
get(Object) - Method in class ortus.boxlang.runtime.scripting.BoxScopeBindings
 
get(Object) - Method in class ortus.boxlang.runtime.types.Struct
Returns the value to which the specified Key is mapped
get(Object) - Method in class ortus.boxlang.runtime.types.XML
 
get(String) - Method in class ortus.boxlang.debugger.MapAdapterProtocolMessage
 
get(String) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get an object from the store with metadata tracking
get(String) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get an object from the store with metadata tracking
get(String) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
get(String) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
 
get(String) - Method in interface ortus.boxlang.runtime.types.IStruct
Returns the value to which the specified Key is mapped
get(String) - Method in class ortus.boxlang.runtime.types.Struct
Returns the value to which the specified Key is mapped
get(String) - Method in class ortus.boxlang.runtime.types.XML
 
get(String...) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get multiple objects from the store with metadata tracking
get(String...) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get multiple objects from the store with metadata tracking
get(String...) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure using nested keys if passed
get(String, Object) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
get(TemporalField) - Method in class ortus.boxlang.runtime.types.DateTime
 
get(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get multiple objects from the store with metadata tracking using a filter
get(ICacheKeyFilter) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get multiple objects from the store with metadata tracking using a filter
get(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
get(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Get multiple objects from the store with metadata tracking using a filter
get(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Get multiple objects from the store with metadata tracking using a filter
get(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Get multiple objects from the store with metadata tracking using a filter
get(ICacheKeyFilter) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get multiple objects from the store with metadata tracking using a filter
get(DatasourceConfig) - Method in class ortus.boxlang.runtime.services.DatasourceService
Get a datasource by config.
get(IBoxContext, Object, Key, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.Referencer
Used to implement any time an object is dereferenced,
get(Key) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
get(Key) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Get an object from the store with metadata tracking: hits, lastAccess, etc
get(Key) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Get an object from the store with metadata tracking: hits, lastAccess, etc
get(Key) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Get an object from the store with metadata tracking: hits, lastAccess, etc
get(Key) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get an object from the store with metadata tracking
get(Key) - Method in class ortus.boxlang.runtime.scopes.ArgumentsScope
 
get(Key) - Method in class ortus.boxlang.runtime.services.DatasourceService
Get a datasource by (Key) name.
get(Key...) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
get(Key...) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Get multiple objects from the store with metadata tracking
get(Key...) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Get multiple objects from the store with metadata tracking
get(Key...) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Get multiple objects from the store with metadata tracking
get(Key...) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get multiple objects from the store with metadata tracking
GET - Enum constant in enum class ortus.boxlang.runtime.components.cache.Cache.CacheAction
 
getAbstractMethods() - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Get interface abstract methods
getAbstractMethods() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAbstractMethods() - Method in class ortus.boxlang.runtime.types.meta.InterfaceMeta
Get interface abstract methods
getAccess() - Method in class ortus.boxlang.compiler.ast.expression.BoxAccess
 
getAccess() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
Get access modifier of the function
getAccess() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
Get access modifier of the function
getAccess() - Method in class ortus.boxlang.runtime.testing.Phase2Closure$closure1
 
getAccess() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
 
getAccess() - Method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
 
getAccess() - Method in class ortus.boxlang.runtime.types.AbstractFunction
Get access modifier of the function
getAccess() - Method in class ortus.boxlang.runtime.types.Function
Get access modifier of the function
getAccess() - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
Get access modifier of the function
getAccess() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
Get access modifier of the function
getAccess() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
Get access modifier of the function
getAccess() - Method in class ortus.boxlang.runtime.types.JavaMethod
Get access modifier of the function
getAccessModifier() - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
getAfterTask() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the after task lambda.
getAggregateFeaturesUsed() - Method in class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor
 
getAlias() - Method in class ortus.boxlang.compiler.ast.statement.BoxImport
 
getAllAbstractMethods() - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Get interface abstract methods including super interfaces
getAllAbstractMethods() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAllAnnotations() - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
getAllAnnotations() - Method in class ortus.boxlang.compiler.ast.statement.BoxProperty
 
getAllDefaultMethods() - Method in class ortus.boxlang.runtime.runnables.BoxInterface
 
getAllThreadReferences() - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
getAllThreadReferences() - Method in class ortus.boxlang.debugger.BoxLangRemoteDebugger
 
getAllThreadReferences() - Method in interface ortus.boxlang.debugger.IBoxLangDebugger
 
getAllTokensSafe() - Method in class ortus.boxlang.compiler.parser.BoxTemplateLexerCustom
 
getAncestors() - Method in class ortus.boxlang.compiler.ast.BoxNode
Walk the ancestors of a node
getAndInvoke(IBoxContext, Object, Key, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.Referencer
Used to implement any time an object is dereferenced,
getAndInvoke(IBoxContext, Object, Key, Object[], Boolean) - Static method in class ortus.boxlang.runtime.dynamic.Referencer
Used to implement any time an object is dereferenced,
getAndInvoke(IBoxContext, Object, Key, Map<Key, Object>, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.Referencer
Used to implement any time an object is dereferenced,
getAnnotations() - Method in class ortus.boxlang.compiler.ast.BoxClass
 
getAnnotations() - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
getAnnotations() - Method in class ortus.boxlang.compiler.ast.comment.BoxDocComment
 
getAnnotations() - Method in class ortus.boxlang.compiler.ast.expression.BoxClosure
 
getAnnotations() - Method in class ortus.boxlang.compiler.ast.expression.BoxLambda
 
getAnnotations() - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
getAnnotations() - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
getAnnotations() - Method in class ortus.boxlang.compiler.ast.statement.BoxProperty
 
getAnnotations() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
Get any annotations declared for this function, both the @annotation syntax and inline.
getAnnotations() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
Get any annotations declared for this function, both the @annotation syntax and inline.
getAnnotations() - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Get annotations
getAnnotations() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Get annotations
getAnnotations() - Method in class ortus.boxlang.runtime.testing.Phase2Closure$closure1
 
getAnnotations() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
 
getAnnotations() - Method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
 
getAnnotations() - Method in class ortus.boxlang.runtime.types.AbstractFunction
Get any annotations declared for this function, both the @annotation syntax and inline.
getAnnotations() - Method in class ortus.boxlang.runtime.types.Function
Get any annotations declared for this function, both the @annotation syntax and inline.
getAnnotations() - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
Get any annotations declared for this function, both the @annotation syntax and inline.
getAnnotations() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
Get any annotations declared for this function, both the @annotation syntax and inline.
getAnnotations() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
Get any annotations declared for this function, both the @annotation syntax and inline.
getAnnotations() - Method in class ortus.boxlang.runtime.types.JavaMethod
Get any annotations declared for this function, both the @annotation syntax and inline.
getAnnotations(IBoxContext, DynamicObject) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Get the annotations from a static context
getApplication() - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Get the linked application
getApplication() - Method in class ortus.boxlang.runtime.context.ApplicationBoxContext
Get the application linked to this context
getApplication(Key) - Method in class ortus.boxlang.runtime.services.ApplicationService
Get an application by name, creating if neccessary
getApplicationListener() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Get the application listener for this request
GetApplicationMetadata - Class in ortus.boxlang.runtime.bifs.global.system
 
GetApplicationMetadata() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetApplicationMetadata
Constructor
getApplicationName() - Method in class ortus.boxlang.runtime.application.Session
Get the application that this session belongs to
getApplicationNames() - Method in class ortus.boxlang.runtime.services.ApplicationService
Get the names of all registered applications
getApplicationScope() - Method in class ortus.boxlang.runtime.application.Application
Get the scope for this application
getApplicationScope() - Method in class ortus.boxlang.runtime.context.ApplicationBoxContext
Get the application scope linked to this context
getApplicationService() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the application service
getAppName() - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Get the (constructed and parsed) application name.
getArgs() - Method in class ortus.boxlang.compiler.ast.expression.BoxClosure
 
getArgs() - Method in class ortus.boxlang.compiler.ast.expression.BoxLambda
 
getArgs() - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
getArguments() - Method in class ortus.boxlang.compiler.ast.expression.BoxExpressionInvocation
 
getArguments() - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionalMemberAccess
 
getArguments() - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionInvocation
 
getArguments() - Method in class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
getArguments() - Method in class ortus.boxlang.compiler.ast.expression.BoxNew
 
getArguments() - Method in class ortus.boxlang.compiler.ast.expression.BoxStaticMethodInvocation
 
getArguments() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
Get the arguments of the function.
getArguments() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
Get the arguments of the function.
getArguments() - Method in class ortus.boxlang.runtime.testing.Phase2Closure$closure1
 
getArguments() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
 
getArguments() - Method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
 
getArguments() - Method in class ortus.boxlang.runtime.types.AbstractFunction
Get the arguments of the function.
getArguments() - Method in class ortus.boxlang.runtime.types.Function
Get the arguments of the function.
getArguments() - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
We return nothing here since the methos handle isn't resolved yet so we don't know what overloaded args we may have.
getArguments() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
We return nothing here since the methos handle isn't resolved yet so we don't know what overloaded args we may have.
getArguments() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
We return nothing here since the methos handle isn't resolved yet so we don't know what overloaded args we may have.
getArguments() - Method in class ortus.boxlang.runtime.types.JavaMethod
We return nothing here since the methos handle isn't resolved yet so we don't know what overloaded args we may have.
getArgumentsScope() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Get the arguments scope
getAs(Class<T>, Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting a key using the first param as the casting class
getAsArray(String...) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsArray(String, Object) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsArray(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAsArray(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as Array Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsAttempt() - Method in class ortus.boxlang.runtime.async.BoxFuture
Get the result of the future as an Attempt object.
getAsAttempt(long) - Method in class ortus.boxlang.runtime.async.BoxFuture
Waits if necessary for at most the given time for this future to complete, and then returns its result, if available.
getAsAttempt(long, Object) - Method in class ortus.boxlang.runtime.async.BoxFuture
Waits if necessary for at most the given time for this future to complete, and then returns its result, if available.
getAsAttempt(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as BoxLang Attempt Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsBinary - Static variable in class ortus.boxlang.runtime.scopes.Key
 
getAsBoolean(String...) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsBoolean(String, Object) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsBoolean(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAsBoolean(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as Boolean Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsBoxInterface(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as BoxInterface Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsClassRunnable(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAsClassRunnable(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as BoxRunnable Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsDate(String...) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsDate(String, Object) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsDateTime(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAsDateTime(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as DateTime Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsDouble(String...) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsDouble(String, Object) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsDouble(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAsDouble(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as Double Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsFunction() - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
Get the target as a function
getAsFunction(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAsFunction(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as Function Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsInteger(String...) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsInteger(String, Object) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsInteger(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAsInteger(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as Integer Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsKey(String...) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsKey(String, Object) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsKey(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAsKey(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsLong(String...) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsLong(String, Object) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsLong(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAsLong(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as Long Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsNumber(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as Number Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsOptional(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as Optional Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsQuery(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAsQuery(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as Query Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAssignmentKeys(Key...) - Method in record class ortus.boxlang.runtime.context.IBoxContext.ScopeSearchResult
This allow abstraction of the use cases where local.foo = 1 should really be variables.local.foo = 1
getAsStream(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
 
getAsString(String...) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsString(String, Object) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsString(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAsString(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as String Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsStruct(String...) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsStruct(String, Object) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure The value can be seeded using a ${code from} method call.
getAsStruct(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAsStruct(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as Struct Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsXML(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getAsXML(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Convenience method for getting cast as XML Does NOT perform BoxLang casting, only Java cast so the object needs to actually be castable
getAsync(String) - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Get an object from the store with metadata tracking using a CompletableFuture
getAsync(String) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get an object from the store with metadata tracking async.
getAsyncService() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Get the Aysnc Service
getAsyncService() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the async service
getAt(int) - Method in class ortus.boxlang.runtime.types.Array
Retrieves and object using the one-based index value
getAt(String, int, String) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Get an item at a specific (1-based) index
getAt(String, int, String, Boolean, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Get an item at a specific (1-based) index
getAt(String, int, String, Boolean, Boolean, String) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Get an item at a specific (1-based) index, returning a default value if not found
getAtPath(IStruct, String) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Retreives the final value of a nested string path within a struct
getAttachment(Key) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
 
getAttachment(Key) - Method in class ortus.boxlang.runtime.util.Attachable
Get the attachment for the given key.
getAttachment(Key) - Method in interface ortus.boxlang.runtime.util.IBoxAttachable
Get the attachment for the given key.
getAttachmentKeys() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
 
getAttachmentKeys() - Method in class ortus.boxlang.runtime.util.Attachable
Get the keys of all attachments.
getAttachmentKeys() - Method in interface ortus.boxlang.runtime.util.IBoxAttachable
Get the keys of all attachments.
getAttribute(String) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
Get the attribute for the given scope by testing all scopes in order: engine, request, global
getAttribute(String, int) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
Get the attribute for the given scope
getAttributes() - Method in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
getAttributesScope(String) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
Get the scope of the attribute by testing all scopes in order: engine, request, global If the attribute is not found in any scope, return -1 If the attribute is found in the engine scope, return ENGINE_SCOPE If the attribute is found in the request scope, return REQUEST_SCOPE If the attribute is found in the global scope, return GLOBAL_SCOPE
getBaseFQN(String) - Static method in interface ortus.boxlang.compiler.IBoxpiler
 
GetBaseTemplatePath - Class in ortus.boxlang.runtime.bifs.global.system
 
GetBaseTemplatePath() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetBaseTemplatePath
Constructor
getBeforeTask() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the before task lambda.
getBIF() - Method in class ortus.boxlang.runtime.bifs.BIFDescriptor
Get the BIF instance for this descriptor and lazily create it if needed
getBindings() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Get the defaults bindings which is the variables scope = engine scope
getBindings(int) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
Get the bindings for the given scope
getBindings(int) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Get the bindings for the given scope
getBody() - Method in class ortus.boxlang.compiler.ast.BoxClass
 
getBody() - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
getBody() - Method in class ortus.boxlang.compiler.ast.BoxStaticInitializer
 
getBody() - Method in class ortus.boxlang.compiler.ast.expression.BoxClosure
 
getBody() - Method in class ortus.boxlang.compiler.ast.expression.BoxLambda
 
getBody() - Method in class ortus.boxlang.compiler.ast.statement.BoxDo
 
getBody() - Method in class ortus.boxlang.compiler.ast.statement.BoxForIn
 
getBody() - Method in class ortus.boxlang.compiler.ast.statement.BoxForIndex
 
getBody() - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
getBody() - Method in class ortus.boxlang.compiler.ast.statement.BoxStatementBlock
 
getBody() - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitchCase
 
getBody() - Method in class ortus.boxlang.compiler.ast.statement.BoxWhile
 
getBody() - Method in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
getBottomClass() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Get the bottom class in the inheritance chain
getBottomClass(IClassRunnable) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Get the bottom class in the inheritance chain
GetBoxCache - Class in ortus.boxlang.runtime.bifs.global.cache
 
GetBoxCache() - Constructor for class ortus.boxlang.runtime.bifs.global.cache.GetBoxCache
Constructor
GetBoxCacheFilter - Class in ortus.boxlang.runtime.bifs.global.cache
 
GetBoxCacheFilter() - Constructor for class ortus.boxlang.runtime.bifs.global.cache.GetBoxCacheFilter
Constructor
GetBoxCacheNames - Class in ortus.boxlang.runtime.bifs.global.cache
 
GetBoxCacheNames() - Constructor for class ortus.boxlang.runtime.bifs.global.cache.GetBoxCacheNames
Constructor
GetBoxCacheProviders - Class in ortus.boxlang.runtime.bifs.global.cache
 
GetBoxCacheProviders() - Constructor for class ortus.boxlang.runtime.bifs.global.cache.GetBoxCacheProviders
Constructor
GetBoxCacheService - Class in ortus.boxlang.runtime.bifs.global.cache
 
GetBoxCacheService() - Constructor for class ortus.boxlang.runtime.bifs.global.cache.GetBoxCacheService
Constructor
getBoxContext() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Get the BoxContext for the BoxScriptingEngine
GetBoxContext - Class in ortus.boxlang.runtime.bifs.global.system
 
GetBoxContext() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetBoxContext
 
getBoxLangStackFrames() - Method in class ortus.boxlang.debugger.CachedThreadReference
 
getBoxLangStackFrames(int) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
getBoxMeta() - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Get the BoxMeta object for the interface
getBoxMeta() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getBoxMeta() - Method in class ortus.boxlang.runtime.types.Array
Get the metadata object for this array
getBoxMeta() - Method in class ortus.boxlang.runtime.types.DateTime
Represent as string, or throw exception if not possible
getBoxMeta() - Method in class ortus.boxlang.runtime.types.File
 
getBoxMeta() - Method in class ortus.boxlang.runtime.types.Function
 
getBoxMeta() - Method in interface ortus.boxlang.runtime.types.IType
 
getBoxMeta() - Method in class ortus.boxlang.runtime.types.NullValue
The metadata object
getBoxMeta() - Method in class ortus.boxlang.runtime.types.Query
 
getBoxMeta() - Method in class ortus.boxlang.runtime.types.QueryColumn
Get the metadata object for this column
getBoxMeta() - Method in class ortus.boxlang.runtime.types.Struct
Get the BoxMetadata object for this struct
getBoxMeta() - Method in class ortus.boxlang.runtime.types.XML
 
getBoxMeta(IClassRunnable) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Get the class metadata
GetBoxRuntime - Class in ortus.boxlang.runtime.bifs.global.system
 
GetBoxRuntime() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetBoxRuntime
 
GetBoxVersionInfo - Class in ortus.boxlang.runtime.bifs.global.system
 
GetBoxVersionInfo() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetBoxVersionInfo
 
getBuffer() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get the buffer
getBuffer() - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
getBuffer() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get the buffer
getBXRunnableCompileVersion() - Method in interface ortus.boxlang.runtime.runnables.IProxyRunnable
The version of the BoxLang runtime
getBytes() - Method in class ortus.boxlang.compiler.JavaClassByteCode
 
getCache(String) - Method in class ortus.boxlang.runtime.services.CacheService
Get a reference to a registered cache provider.
getCache(Key) - Method in class ortus.boxlang.runtime.services.CacheService
Get a reference to a registered cache provider.
getCachedDatasources() - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Get the cached datasources
getCachedDatasourcesCount() - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
How many cached datasources do we have?
getCachedDatasourcesNames() - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Get an array of all cached datasources names
getCachedObjectMetadata(String) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get a cache objects metadata about its performance.
getCachedObjectMetadata(String) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get a cache objects metadata about its performance.
getCachedObjectMetadata(String...) - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Get a cache objects metadata about its performance.
getCachedObjectMetadata(String...) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get a cache objects metadata about its performance.
getCacheKey() - Method in class ortus.boxlang.runtime.application.Session
Get the cache key for this session
getCacheKeys() - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Get all the class paths keys in the resolver cache
getCacheService() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the cache service
getCacheService() - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Get the cache service that is using this provider
getCacheService() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get the cache service that is managing this cache provider
getCacheSize() - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Size of the cache
getCallables() - Method in class ortus.boxlang.compiler.javaboxpiler.JavaTranspiler
Get the list of compilation units that represent the callable functions
getCallables() - Method in class ortus.boxlang.compiler.javaboxpiler.TranspiledCode
 
getCanInvokeImplicitAccessor() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
GetCanonicalPath - Class in ortus.boxlang.runtime.bifs.global.io
 
GetCanonicalPath() - Constructor for class ortus.boxlang.runtime.bifs.global.io.GetCanonicalPath
Constructor
getCanOutput() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getCases() - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitch
 
getCatchBody() - Method in class ortus.boxlang.compiler.ast.statement.BoxTryCatch
 
getCatches() - Method in class ortus.boxlang.compiler.ast.statement.BoxTry
 
getCatchTypes() - Method in class ortus.boxlang.compiler.ast.statement.BoxTryCatch
 
getCell(int) - Method in class ortus.boxlang.runtime.types.QueryColumn
Get the value of a cell in this column
getCell(Key, int) - Method in class ortus.boxlang.runtime.types.Query
Get data for a single cell.
getCharContent(boolean) - Method in class ortus.boxlang.compiler.JavaSourceString
 
getChild() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Get the child class.
getChildren() - Method in class ortus.boxlang.compiler.ast.BoxNode
Returns the list of children of the current node
getChronology() - Method in class ortus.boxlang.runtime.types.DateTime
-------------------------------------------------------------------------- Temporal Interface Methods --------------------------------------------------------------------------
getClass - Static variable in class ortus.boxlang.runtime.scopes.Key
 
getClasses(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get an array of classes for the given class
getClassesAsStream(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get a stream of Classes for the given class
getClassFiles(String, Boolean) - Static method in class ortus.boxlang.runtime.loader.util.ClassDiscovery
Scans all classes accessible from the context class loader which belong to the given package and subpackages.
getClassFilesAsStream(String, Boolean) - Static method in class ortus.boxlang.runtime.loader.util.ClassDiscovery
Scans all classes accessible from the context class loader which belong to the given package and subpackages.
getClassFromType(String) - Static method in class ortus.boxlang.runtime.dynamic.casters.GenericCaster
 
getClassFromType(String, Boolean) - Static method in class ortus.boxlang.runtime.dynamic.casters.GenericCaster
 
getClassLoader() - Method in record class ortus.boxlang.compiler.ClassInfo
 
getClassLoader(String) - Method in class ortus.boxlang.runtime.application.Application
Get a class loader by cache key
getClassLoaderCount() - Method in class ortus.boxlang.runtime.application.Application
Count how many class loaders we have loaded
getClassLoaders() - Method in class ortus.boxlang.runtime.application.Application
Get the application's class loaders
GetClassMetadata - Class in ortus.boxlang.runtime.bifs.global.system
 
GetClassMetadata() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetClassMetadata
Constructor
getClassName() - Method in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
We return an empty class, because we are using a generic JDBC driver that does not have a specific class name.
getClassName() - Method in interface ortus.boxlang.runtime.jdbc.drivers.IJDBCDriver
Get the driver class name
getClassName(File) - Static method in interface ortus.boxlang.compiler.IBoxpiler
Transforms the filename into the class name
getClassNames(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get a list of Class names for the given class with case-sensitivity
getClassNamesNoCase(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get a list of Class names for the given class with no case-sensitivity (upper case)
getClassPool(String) - Method in class ortus.boxlang.compiler.Boxpiler
-------------------------------------------------------------------------- Public Methods --------------------------------------------------------------------------
getClassPool(String) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
getClient() - Static method in class ortus.boxlang.runtime.net.HttpManager
Get the singleton instance of the HttpManager.
getCode() - Method in class ortus.boxlang.compiler.ast.SourceCode
Returns the code associate to the source
getCodeAsStream() - Method in class ortus.boxlang.compiler.ast.Source
 
getCodeAsStream() - Method in class ortus.boxlang.compiler.ast.SourceCode
 
getCodeAsStream() - Method in class ortus.boxlang.compiler.ast.SourceFile
 
getColumn() - Method in class ortus.boxlang.compiler.ast.Point
Returns the column
getColumn(Key) - Method in class ortus.boxlang.runtime.types.Query
Get the QueryColumn object for a column Throws an exception if the column doesn't exist
getColumnArray() - Method in class ortus.boxlang.runtime.types.Query
Get the list of column names as an array
getColumnData() - Method in class ortus.boxlang.runtime.types.QueryColumn
Get all data in a column as a Java Object[] Data is copied, so re-assignments into the array will not be reflected in the query.
getColumnData(Key) - Method in class ortus.boxlang.runtime.types.Query
Get all data in a column as a Java Object[] Data is copied, so re-assignments into the array will not be reflected in the query.
getColumnDataAsArray() - Method in class ortus.boxlang.runtime.types.QueryColumn
Get all data in a column as an BoxLang Array Data is copied, so re-assignments into the array will not be reflected in the query.
getColumnDataAsArray(Key) - Method in class ortus.boxlang.runtime.types.Query
Get all data in a column as an BoxLang Array Data is copied, so re-assignments into the array will not be reflected in the query.
getColumnIndex(Key) - Method in class ortus.boxlang.runtime.types.Query
Get the index of a column
getColumnList() - Method in class ortus.boxlang.runtime.types.Query
Get the list of column names as a comma-separated string TODO: Look into caching this and invalidating when columns are added/removed
getColumns() - Method in class ortus.boxlang.runtime.types.Query
Get the list of column definitions for this query
getCommand() - Method in class ortus.boxlang.debugger.event.Event
The command for the debugger to execute
getCommand() - Method in interface ortus.boxlang.debugger.IAdapterProtocolMessage
 
getCommand() - Method in class ortus.boxlang.debugger.MapAdapterProtocolMessage
 
getCommand() - Method in class ortus.boxlang.debugger.request.AbstractRequest
The command for the debugger to execute
getCommand() - Method in class ortus.boxlang.debugger.request.AttachRequest
The command for the debugger to execute
getCommand() - Method in class ortus.boxlang.debugger.response.AbstractResponse
 
getComments() - Method in class ortus.boxlang.compiler.ast.BoxNode
Returns the list of comments of the current node
getComments() - Method in class ortus.boxlang.compiler.parser.AbstractParser
 
getComments() - Method in class ortus.boxlang.compiler.parser.ParsingResult
 
getCommentText() - Method in class ortus.boxlang.compiler.ast.comment.BoxComment
 
getCommonComparators() - Static method in class ortus.boxlang.runtime.types.util.StructUtil
 
getCommonComparators(Locale) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
 
getComparator() - Method in class ortus.boxlang.runtime.cache.policies.FIFO
Get the comparator for HashMaps
getComparator() - Method in interface ortus.boxlang.runtime.cache.policies.ICachePolicy
Get the comparator for this policy
getComparator() - Method in class ortus.boxlang.runtime.cache.policies.LFU
Get the comparator for HashMaps
getComparator() - Method in class ortus.boxlang.runtime.cache.policies.LIFO
Get the comparator for HashMaps
getComparator() - Method in class ortus.boxlang.runtime.cache.policies.LRU
Get the comparator for HashMaps
getComparator() - Method in class ortus.boxlang.runtime.cache.policies.MFU
Get the comparator for HashMaps
getComparator() - Method in class ortus.boxlang.runtime.cache.policies.MRU
Get the comparator for HashMaps
getComparator() - Method in class ortus.boxlang.runtime.cache.policies.Random
Get the comparator for HashMaps
getComponent() - Method in class ortus.boxlang.runtime.components.ComponentDescriptor
Get the component instance for this descriptor and lazily create it if needed
getComponent(String) - Method in class ortus.boxlang.runtime.services.ComponentService
Returns the component with the given name
getComponent(Key) - Method in class ortus.boxlang.runtime.services.ComponentService
Returns the component with the given name
getComponentCount() - Method in class ortus.boxlang.runtime.services.ComponentService
Returns the number of components registered with the service
getComponentCounter() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
GetComponentList - Class in ortus.boxlang.runtime.bifs.global.system
 
GetComponentList() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetComponentList
Constructor
getComponentNames() - Method in class ortus.boxlang.runtime.services.ComponentService
Returns the names of the components registered with the service
getComponents() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get the stack of components as an array
getComponents() - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
getComponents() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get the stack of components as an array
getComponentService() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the component service
getCondition() - Method in class ortus.boxlang.compiler.ast.expression.BoxTernaryOperation
 
getCondition() - Method in class ortus.boxlang.compiler.ast.statement.BoxDo
 
getCondition() - Method in class ortus.boxlang.compiler.ast.statement.BoxForIndex
 
getCondition() - Method in class ortus.boxlang.compiler.ast.statement.BoxIfElse
 
getCondition() - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitch
 
getCondition() - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitchCase
 
getCondition() - Method in class ortus.boxlang.compiler.ast.statement.BoxWhile
 
getConfig() - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Get the cache configuration
getConfig() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get the cache configuration for this provider
getConfig() - Method in class ortus.boxlang.runtime.cache.store.AbstractStore
Get the configuration for the store
getConfig() - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get the configuration for the store
getConfig() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get the contexual config struct.
getConfig() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get the contexual config struct.
getConfig() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Get the contexual config struct.
getConfig() - Method in class ortus.boxlang.runtime.context.RuntimeBoxContext
Get the contexual config struct.
getConfigItem(Key) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Convenience method to retrieve a single config item
getConfigItem(Key) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Convenience method to retrieve a single config item
getConfigItem(Key, Object) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Convenience method to retrieve a config item with with an optional default
getConfigItem(Key, Object) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Convenience method to retrieve a config item with with an optional default
getConfigItems(Key...) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Convenience method to retrieve a config item(s).
getConfigItems(Key...) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Convenience method to retrieve a config item(s).
getConfiguration() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the configuration
getConfiguration() - Method in class ortus.boxlang.runtime.jdbc.DataSource
Get the configuration object for this datasource.
getConnection() - Method in class ortus.boxlang.runtime.jdbc.ChildTransaction
Get (creating if none found) the connection associated with the parent transaction.
getConnection() - Method in class ortus.boxlang.runtime.jdbc.DataSource
Get a connection to the configured datasource.
getConnection() - Method in interface ortus.boxlang.runtime.jdbc.ITransaction
Get (creating if none found) the connection associated with this transaction.
getConnection() - Method in class ortus.boxlang.runtime.jdbc.Transaction
Get (creating if none found) the connection associated with this transaction.
getConnection(String, String) - Method in class ortus.boxlang.runtime.jdbc.DataSource
Get a connection to the configured datasource with the provided username and password.
getConnection(DataSource) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Get a JDBC Connection to a specified datasource.
getConnection(DataSource, String, String) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Get a JDBC Connection to the specified datasource.
getConnection(QueryOptions) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Get a connection for the provided QueryOptions.
getConnectionManager() - Method in interface ortus.boxlang.runtime.context.IJDBCCapableContext
Get the ConnectionManager (connection and transaction tracker) for this context.
getConnectionManager() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Get the ConnectionManager, which is the central point for managing database connections and transactions.
getConnectionManager() - Method in class ortus.boxlang.runtime.context.ThreadBoxContext
Get the ConnectionManager, which is the central point for managing database connections and transactions.
getConstructors(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get a HashSet of constructors of the given class
getConstructorsAsStream(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get a stream of constructors of the given class
getContext() - Method in class ortus.boxlang.compiler.ast.expression.BoxAccess
 
getContext() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Get the ScriptContext for the BoxScriptingEngine
getContextForStackFrame(int) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
getContextForStackFrame(BoxLangDebugger.StackFrameTuple) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
GetContextRoot - Class in ortus.boxlang.runtime.bifs.global.system
 
GetContextRoot() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetContextRoot
Constructor
getCurrentImports() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Retrieve all known imports for the current template
getCurrentImports() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Retrieve all known imports for the current template
GetCurrentTemplatePath - Class in ortus.boxlang.runtime.bifs.global.system
 
GetCurrentTemplatePath() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetCurrentTemplatePath
Constructor
getCurrentThread() - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
Get the current thread
getCurrentThreadName() - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
Get the current thread name
getData() - Method in class ortus.boxlang.runtime.types.Query
Get the data for this query This method is really only for debugging and the underlying List you get will not be synchronized with the query.
getDatasource(Key) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Get a datasource by name.
getDataSource() - Method in class ortus.boxlang.runtime.jdbc.ChildTransaction
Get the datasource associated with this transaction.
getDataSource() - Method in interface ortus.boxlang.runtime.jdbc.ITransaction
Get the datasource associated with this transaction.
getDataSource() - Method in class ortus.boxlang.runtime.jdbc.Transaction
Get the datasource associated with this transaction.
getDataSource(QueryOptions) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Determines the datasource to use according to the options and/or BoxLang Defaults
getDatasourceOrThrow(Key) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Get a datasource by name or throw an exception if not found.
getDataSourceService() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the datasource manager for this runtime.
getDateTime(LocalDateTime) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
getDateTimeFormatter(String) - Static method in class ortus.boxlang.runtime.types.DateTime
Convenience method to get a common date time formatter if it exists in the DateTime.COMMON_FORMATTERS map else it will return a new DateTimeFormatter instance according to the passed mask.
getDayOfTheMonth() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the constraint of what day of the month we need to run on: 1-31.
getDayOfTheWeek() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the constraint of what day of the week this runs on: 1-7.
getDeclaredArguments() - Method in class ortus.boxlang.runtime.bifs.BIF
Get the arguments for this BIF
getDeclaredAttributes() - Method in class ortus.boxlang.runtime.components.Component
Get the attributes for this component
getDeclaringContext() - Method in class ortus.boxlang.runtime.types.Closure
Get the context in which this closure was declared.
getDefaultAssignmentScope() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get the default variable assignment scope for this context
getDefaultAssignmentScope() - Method in class ortus.boxlang.runtime.context.CatchBoxContext
Get the default variable assignment scope for this context
getDefaultAssignmentScope() - Method in class ortus.boxlang.runtime.context.ClassBoxContext
Get the default variable assignment scope for this context
getDefaultAssignmentScope() - Method in class ortus.boxlang.runtime.context.ContainerBoxContext
Get the default variable assignment scope for this context
getDefaultAssignmentScope() - Method in class ortus.boxlang.runtime.context.CustomTagBoxContext
Get the default variable assignment scope for this context
getDefaultAssignmentScope() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Get the default variable assignment scope for this context
getDefaultAssignmentScope() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get the default variable assignment scope for this context
getDefaultAssignmentScope() - Method in class ortus.boxlang.runtime.context.InterfaceBoxContext
Get the default variable assignment scope for this context
getDefaultAssignmentScope() - Method in class ortus.boxlang.runtime.context.LambdaBoxContext
Get the default variable assignment scope for this context
getDefaultAssignmentScope() - Method in class ortus.boxlang.runtime.context.RuntimeBoxContext
Get the default variable assignment scope for this context
getDefaultAssignmentScope() - Method in class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
Get the default variable assignment scope for this context
getDefaultAssignmentScope() - Method in class ortus.boxlang.runtime.context.StaticClassBoxContext
Get the default variable assignment scope for this context
getDefaultAssignmentScope() - Method in class ortus.boxlang.runtime.context.ThreadBoxContext
Get the default variable assignment scope for this context
getDefaultCache() - Method in class ortus.boxlang.runtime.services.CacheService
Get back the default cache
getDefaultCustomParams() - Method in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
Get default custom parameters for the driver to incorporate into the datasource config
getDefaultCustomParams() - Method in interface ortus.boxlang.runtime.jdbc.drivers.IJDBCDriver
Get default custom parameters for the driver to incorporate into the datasource config
getDefaultDatasource() - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Get the default datasource for the application.
getDefaultDatasourceOrThrow() - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Get the default datasource for the application or throw an exception if not found.
getDefaultDelimiter() - Method in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
Get the default delimiter for the custom parameters
getDefaultHost() - Method in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
Get the default host for the driver
getDefaultMethod() - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
Get the default method
getDefaultMethods() - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Get interface default methods
getDefaultMethods() - Method in class ortus.boxlang.runtime.types.meta.InterfaceMeta
Get interface default methods
getDefaultPort() - Method in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
Get the default port for the driver
getDefaultProperties() - Method in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
Get default properties for the driver to incorporate into the datasource config
getDefaultProperties() - Method in interface ortus.boxlang.runtime.jdbc.drivers.IJDBCDriver
Get default properties for the driver to incorporate into the datasource config
getDefaultValue() - Method in class ortus.boxlang.compiler.ast.statement.BoxParam
 
getDefaultValue(IBoxContext) - Method in record class ortus.boxlang.runtime.types.Argument
 
getDelimiter() - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitchCase
 
getDescendants() - Method in class ortus.boxlang.compiler.ast.BoxNode
Walk the tree
getDescendantsOfType(Class<T>) - Method in class ortus.boxlang.compiler.ast.BoxNode
Walk the tree
getDetail() - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
getDetail() - Method in exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
Get the detail
getDirectory() - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Get the directory where the cache entries are stored
GetDirectoryFromPath - Class in ortus.boxlang.runtime.bifs.global.io
 
GetDirectoryFromPath() - Constructor for class ortus.boxlang.runtime.bifs.global.io.GetDirectoryFromPath
Constructor
getDiskClass() - Method in record class ortus.boxlang.compiler.ClassInfo
Get a class for a class name from disk
getDiskClassProxy() - Method in record class ortus.boxlang.compiler.ClassInfo
Get a proxy class for a class name from disk
getDocComment() - Method in class ortus.boxlang.compiler.ast.BoxNode
Get the last documentation comment
getDocComment() - Method in interface ortus.boxlang.compiler.ast.IBoxDocumentableNode
Get the last documentation comment
getDocumentation() - Method in class ortus.boxlang.compiler.ast.BoxClass
 
getDocumentation() - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
getDocumentation() - Method in interface ortus.boxlang.compiler.ast.IBoxDocumentableNode
Get documentation from node
getDocumentation() - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
getDocumentation() - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
getDocumentation() - Method in class ortus.boxlang.compiler.ast.statement.BoxProperty
 
getDocumentation() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
Get the contents of the documentation comment for this function.
getDocumentation() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
Get the contents of the documentation comment for this function.
getDocumentation() - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Get documentation
getDocumentation() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Get documentation
getDocumentation() - Method in class ortus.boxlang.runtime.testing.Phase2Closure$closure1
 
getDocumentation() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
 
getDocumentation() - Method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
 
getDocumentation() - Method in class ortus.boxlang.runtime.types.AbstractFunction
Get the contents of the documentation comment for this function.
getDocumentation() - Method in class ortus.boxlang.runtime.types.Function
Get the contents of the documentation comment for this function.
getDocumentation() - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
Get the contents of the documentation comment for this function.
getDocumentation() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
Get the contents of the documentation comment for this function.
getDocumentation() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
Get the contents of the documentation comment for this function.
getDocumentation() - Method in class ortus.boxlang.runtime.types.JavaMethod
Get the contents of the documentation comment for this function.
getDriver() - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Helper method, tries to get the driver from the properties
getDriver(Key) - Method in class ortus.boxlang.runtime.services.DatasourceService
Get a driver by name
getDriverNames() - Method in class ortus.boxlang.runtime.services.DatasourceService
Get an array of all registered driver names
getDynamicParent() - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Get the parent class loader
getDynamicTarget() - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
Get the target as a IClassRunnable
getElseBody() - Method in class ortus.boxlang.compiler.ast.statement.BoxIfElse
 
getEnd() - Method in class ortus.boxlang.compiler.ast.Position
Returns the end point
getEndOnDateTime() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the constraint of when the task must not continue to execute.
getEndTime() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the constraint to limit the task to run before a specified time of day.
getEngine() - Method in class ortus.boxlang.runtime.scripting.BoxCompiledScript
 
getEngineName() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingFactory
Returns the name of the scripting engine.
getEngineVersion() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingFactory
Returns the version of the scripting engine.
getEntryPoint() - Method in class ortus.boxlang.compiler.javaboxpiler.TranspiledCode
 
getErrorCode() - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
getErrorCode() - Method in exception class ortus.boxlang.runtime.types.exceptions.CustomException
Get the error code
getErrorWriter() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
 
getException() - Method in class ortus.boxlang.compiler.ast.statement.BoxTryCatch
 
getExecutor() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Get the executor record
getExecutor(String) - Method in class ortus.boxlang.runtime.services.AsyncService
Get an executor by name
getExecutorNames() - Method in class ortus.boxlang.runtime.services.AsyncService
Get the executor names registered with the service
getExecutors() - Method in class ortus.boxlang.runtime.services.AsyncService
The executors struct
getExecutorStatusMap() - Method in class ortus.boxlang.runtime.services.AsyncService
Get a struct map of all the executors and their stats.
getExecutorStatusMap(String) - Method in class ortus.boxlang.runtime.services.AsyncService
Get a struct map of a specific executor and its stats.
getExitsAllowed(BoxNode) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
 
getExpr() - Method in class ortus.boxlang.compiler.ast.expression.BoxExpressionInvocation
 
getExpr() - Method in class ortus.boxlang.compiler.ast.expression.BoxNegateOperation
 
getExpr() - Method in class ortus.boxlang.compiler.ast.expression.BoxUnaryOperation
 
getExpression() - Method in class ortus.boxlang.compiler.ast.expression.BoxNew
 
getExpression() - Method in class ortus.boxlang.compiler.ast.expression.BoxParenthesis
 
getExpression() - Method in class ortus.boxlang.compiler.ast.statement.BoxAssert
 
getExpression() - Method in class ortus.boxlang.compiler.ast.statement.BoxBufferOutput
 
getExpression() - Method in class ortus.boxlang.compiler.ast.statement.BoxExpressionStatement
 
getExpression() - Method in class ortus.boxlang.compiler.ast.statement.BoxForIn
 
getExpression() - Method in class ortus.boxlang.compiler.ast.statement.BoxImport
 
getExpression() - Method in class ortus.boxlang.compiler.ast.statement.BoxReturn
 
getExpression() - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
getExtendedInfo() - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
getExtendedInfo() - Method in exception class ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
Get the extended info
getExtensions() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingFactory
Get the supported extensions for BoxLang
getFactory() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
 
getFeaturesUsed() - Method in class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor
 
getField(Class<?>, Object, String) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get the value of a public or public static field on a class or instance
getField(Class<?>, Object, String, Object) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get the value of a public or public static field on a class or instance but if it doesn't exist return the default value passed in.
getField(Class<?>, String) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get the value of a public or public static field on a class or instance
getField(Class<?>, String, Object) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get the value of a public or public static field on a class or instance but if it doesn't exist return the default value passed in.
getField(Object, String) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get the value of a public or public static field on a class or instance
getField(Object, String, Object) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get the value of a public or public static field on a class or instance but if it doesn't exist return the default value passed in.
getField(String) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Get the value of a public or public static field on a class or instance
getField(String, Object) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Get the value of a public or public static field on a class or instance but if it doesn't exist return the default value passed in.
getFieldNames() - Method in class ortus.boxlang.runtime.interop.DynamicObject
Get a list of field names for the given class with case-sensitivity
getFieldNames(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get a list of field names for the given class with case-sensitivity
getFieldNamesNoCase() - Method in class ortus.boxlang.runtime.interop.DynamicObject
Get a list of field names for the given class with no case-sensitivity (upper case)
getFieldNamesNoCase(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get a list of field names for the given class with no case-sensitivity (upper case)
getFields() - Method in class ortus.boxlang.runtime.interop.DynamicObject
Get an array of fields of all the public fields for the given class
getFields(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get an array of fields of all the public fields for the given class
getFieldsAsStream() - Method in class ortus.boxlang.runtime.interop.DynamicObject
Get a stream of fields of all the public fields for the given class
getFieldsAsStream(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get a stream of fields of all the public fields for the given class
getFile() - Method in class ortus.boxlang.compiler.ast.SourceFile
Returns the File associate to the source
getFileExtension(String) - Static method in class ortus.boxlang.compiler.parser.Parser
 
GetFileFromPath - Class in ortus.boxlang.runtime.bifs.global.system
 
GetFileFromPath() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetFileFromPath
Constructor
getFileFromResource(String) - Static method in class ortus.boxlang.runtime.loader.util.ClassDiscovery
Get a file from the BoxLang jar resources as a File object
getFileInfo - Static variable in class ortus.boxlang.runtime.scopes.Key
 
getFileName() - Method in class ortus.boxlang.compiler.SourceMap
 
getFinallyBody() - Method in class ortus.boxlang.compiler.ast.statement.BoxTry
 
getFirstAncestorOfType(Class<T>) - Method in class ortus.boxlang.compiler.ast.BoxNode
Walk the ancestors of a node to look for one of a specific type
getFirstAncestorOfType(Class<T>, Predicate<T>) - Method in class ortus.boxlang.compiler.ast.BoxNode
Walk the ancestors of a node to look for one of a specific type
getFirstBusinessDay() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
 
getFirstBusinessDayOfTheMonth() - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
This utility method gives us the first business day of the month in Java format
getFirstBusinessDayOfTheMonth(String, Boolean, LocalDateTime) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
This utility method gives us the first business day of the month in Java format
getFirstBusinessDayOfTheMonth(String, Boolean, ZoneId) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
This utility method gives us the first business day of the month in Java format
getFirstBusinessDayOfTheMonth(ZoneId) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
This utility method gives us the first business day of the month in Java format
getFirstChildOfName(String) - Method in class ortus.boxlang.runtime.types.XML
Get the first child of this XML node with the given name
getFirstNodeOfType(Class<T>) - Method in class ortus.boxlang.compiler.ast.BoxNode
Walk the ancestors of a node to look for one of a specific type.
getFirstNodeOfType(Class<T>, Predicate<T>) - Method in class ortus.boxlang.compiler.ast.BoxNode
Walk the ancestors of a node to look for one of a specific type
getFirstNodeOfTypes(Class<? extends BoxNode>...) - Method in class ortus.boxlang.compiler.ast.BoxNode
Walk the ancestors of a node to look for one of a specific type
getFqn() - Method in class ortus.boxlang.compiler.ast.statement.BoxReturnType
 
getFullyQualifiedClass(String) - Method in record class ortus.boxlang.runtime.loader.ImportDefinition
Returns the fully qualified class name of the import definition considering if it is a wildcard import or not
getFunction() - Method in class ortus.boxlang.runtime.context.ClosureBoxContext
Returns the function being invoked with this context, cast as a Closure
getFunction() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Returns the function being invoked with this context
getFunction() - Method in class ortus.boxlang.runtime.context.LambdaBoxContext
Returns the function being invoked with this context, cast as a Lambda
getFunctionalInterface(Class<?>) - Static method in class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyService
Inspect the target class to see if it's a functional interface and return the functional interface class
GetFunctionCalledName - Class in ortus.boxlang.runtime.bifs.global.system
 
GetFunctionCalledName() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetFunctionCalledName
Constructor
getFunctionClass() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get the class, if any, for a function invocation
getFunctionClass() - Method in class ortus.boxlang.runtime.context.ClassBoxContext
Get the class, if any, for a function invocation
getFunctionClass() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Get the class, if any, for a function invocation
getFunctionClass() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get the class, if any, for a function invocation
getFunctionContextThisClassForInvoke() - Method in class ortus.boxlang.runtime.scopes.ClassVariablesScope
 
getFunctionContextThisClassForInvoke() - Method in class ortus.boxlang.runtime.types.Struct
 
getFunctionContextThisInterfaceForInvoke() - Method in class ortus.boxlang.runtime.scopes.StaticScope
 
getFunctionContextThisInterfaceForInvoke() - Method in class ortus.boxlang.runtime.types.Struct
 
getFunctionInterface() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get the interface, if any, for a function invocation
getFunctionInterface() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
 
getFunctionInterface() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get the interface, if any, for a function invocation
GetFunctionList - Class in ortus.boxlang.runtime.bifs.global.system
 
GetFunctionList() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetFunctionList
Constructor
getFunctionParentContext() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get parent context for a function execution happening in this context
getFunctionParentContext() - Method in class ortus.boxlang.runtime.context.ClassBoxContext
Get parent context for a function execution happening in this context
getFunctionParentContext() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Get parent context for a function execution happening in this context
getFunctionParentContext() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get parent context for a function execution happening in this context
getFunctionParentContext() - Method in class ortus.boxlang.runtime.context.InterfaceBoxContext
Get parent context for a function execution happening in this context
getFunctionParentContext() - Method in class ortus.boxlang.runtime.context.StaticClassBoxContext
Get parent context for a function execution happening in this context
getFunctionService() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the function service
getGeneratedKey() - Method in class ortus.boxlang.runtime.jdbc.ExecutedQuery
Returns the generated key of the query, if any
getGenericDriver() - Method in class ortus.boxlang.runtime.services.DatasourceService
Get the generic JDBC driver
getGetterLookup() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getGlobalFunction(String) - Method in class ortus.boxlang.runtime.services.FunctionService
Returns the global function with the given name
getGlobalFunction(Key) - Method in class ortus.boxlang.runtime.services.FunctionService
Returns the global function with the given name
getGlobalFunctionCount() - Method in class ortus.boxlang.runtime.services.FunctionService
Returns the number of global functions registered with the service
getGlobalFunctionNames() - Method in class ortus.boxlang.runtime.services.FunctionService
Returns the names of the global functions registered with the service
getGlobalService(Key) - Method in class ortus.boxlang.runtime.BoxRuntime
Get a global service from the runtime
getGlobalServiceKeys() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the keys of all loaded global services
getGroup() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the human group name of this task.
getHasVar() - Method in class ortus.boxlang.compiler.ast.statement.BoxForIn
 
getHikariDataSource() - Method in class ortus.boxlang.runtime.jdbc.DataSource
Allow access to the underlying HikariDataSource object.
getID() - Method in class ortus.boxlang.runtime.application.Session
Get the ID of this session
getImportCache() - Method in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
Get the import cache
getImportCacheSize() - Method in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
Get the import cache size
getImports() - Method in class ortus.boxlang.compiler.ast.BoxClass
 
getImports() - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
getImports() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
 
getImports() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
 
getImports() - Method in class ortus.boxlang.runtime.runnables.BoxTemplate
The imports for this runnable
getImports() - Method in interface ortus.boxlang.runtime.runnables.IBoxRunnable
The imports for this runnable
getImports() - Method in class ortus.boxlang.runtime.testing.Phase1
The imports for this runnable
getImports() - Method in class ortus.boxlang.runtime.testing.Phase1Switch
The imports for this runnable
getImports() - Method in class ortus.boxlang.runtime.testing.Phase1TryCatch
The imports for this runnable
getImports() - Method in class ortus.boxlang.runtime.testing.Phase2Closure
The imports for this runnable
getImports() - Method in class ortus.boxlang.runtime.testing.Phase2Closure$closure1
The imports for this runnable
getImports() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda
The imports for this runnable
getImports() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
The imports for this runnable
getImports() - Method in class ortus.boxlang.runtime.testing.Phase2UDF
The imports for this runnable
getImports() - Method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
The imports for this runnable
getImports() - Method in class ortus.boxlang.runtime.types.AbstractFunction
 
getImports() - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
 
getImports() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
 
getImports() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
 
getImports() - Method in class ortus.boxlang.runtime.types.JavaMethod
 
getIndex() - Method in class ortus.boxlang.runtime.types.QueryColumn
 
getInitialDelay() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the delay or time to wait before we execute the task in the scheduler.
getInitialDelayTimeUnit() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the time unit string used when there is a delay requested for the task.
getInitializer() - Method in class ortus.boxlang.compiler.ast.statement.BoxForIndex
 
getInOutputBlock() - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
 
getInOutputBlock() - Method in class ortus.boxlang.compiler.parser.CFScriptParser
 
getInputStream(File) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Convert the input file in a UTF-8 Input stream with BOM
getInstance() - Static method in class ortus.boxlang.compiler.asmboxpiler.ASMBoxpiler
Get the singleton instance
getInstance() - Static method in class ortus.boxlang.compiler.javaboxpiler.JavaBoxpiler
Get the singleton instance
getInstance() - Static method in class ortus.boxlang.runtime.BoxRuntime
Get the singleton instance.
getInstance() - Static method in class ortus.boxlang.runtime.config.ConfigLoader
Get an instance of the ConfigLoader
getInstance() - Static method in class ortus.boxlang.runtime.loader.ClassLocator
Get the singleton instance
getInstance() - Static method in class ortus.boxlang.runtime.loader.resolvers.BoxResolver
Singleton instance
getInstance() - Static method in class ortus.boxlang.runtime.loader.resolvers.JavaResolver
Singleton instance
getInstance() - Static method in class ortus.boxlang.runtime.runnables.RunnableLoader
Get the singleton instance
getInstance() - Static method in class ortus.boxlang.runtime.testing.Phase1
 
getInstance() - Static method in class ortus.boxlang.runtime.testing.Phase1Switch
 
getInstance() - Static method in class ortus.boxlang.runtime.testing.Phase1TryCatch
 
getInstance() - Static method in class ortus.boxlang.runtime.testing.Phase2Closure
 
getInstance() - Static method in class ortus.boxlang.runtime.testing.Phase2Lambda
 
getInstance() - Static method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
 
getInstance() - Static method in class ortus.boxlang.runtime.testing.Phase2UDF
 
getInstance() - Static method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
 
getInstance(Boolean) - Static method in class ortus.boxlang.runtime.BoxRuntime
Get the singleton instance.
getInstance(Boolean) - Static method in class ortus.boxlang.runtime.util.FRTransService
 
getInstance(Boolean, String) - Static method in class ortus.boxlang.runtime.BoxRuntime
Get the singleton instance.
getInstance(Boolean, String, String) - Static method in class ortus.boxlang.runtime.BoxRuntime
Get the singleton instance.
getInterceptionPoints() - Method in class ortus.boxlang.runtime.events.InterceptorPool
Get the list of interception points that the pool can announce
getInterceptionPointsNames() - Method in class ortus.boxlang.runtime.events.InterceptorPool
Get the list of interception points that the pool can announce but as a Set of string names not case insensitive Key objects
getInterceptionStates() - Method in class ortus.boxlang.runtime.events.InterceptorPool
Get the registered interception states
getInterceptorPool() - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Get the interceptor pool for this listener
getInterceptorPool() - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Get the interceptor pool for this cache
getInterceptorPool() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get the interceptor pool for this cache
getInterceptorService() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the interceptor service
getInterface(Class<T>) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Returns an implementation of an interface using functions compiled in the interpreter.
getInterface(Object, Class<T>) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Builds a dynamic proxy from the passed in object that maps to the given interface.
getInterfaces() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getInternalExceptionMessage(InvocationException) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
getIntFromKey(Key) - Static method in class ortus.boxlang.runtime.types.XML
 
getIntFromKey(Key, boolean) - Static method in class ortus.boxlang.runtime.types.Array
 
getIntFromKey(Key, boolean) - Static method in class ortus.boxlang.runtime.types.QueryColumn
 
getIntValue() - Method in class ortus.boxlang.runtime.scopes.IntKey
Get int value
getIsolationLevel() - Method in class ortus.boxlang.runtime.jdbc.ChildTransaction
Get the configured transaction isolation level.
getIsolationLevel() - Method in interface ortus.boxlang.runtime.jdbc.ITransaction
Get the configured transaction isolation level.
getIsolationLevel() - Method in class ortus.boxlang.runtime.jdbc.Transaction
Get the configured transaction isolation level.
getIsoTime(LocalDateTime) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Generate an iso8601 formatted string from an incoming date/time object
getIsoTime(LocalDateTime, boolean) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Generate an iso8601 formatted string from an incoming date/time object
getIssues() - Method in class ortus.boxlang.compiler.ast.visitor.MissingQueryParamVisitor
Get the issues found during the visit
getIssues() - Method in class ortus.boxlang.compiler.ast.visitor.UnencodedVariableOutputVisitor
Get the issues found during the visit
getIssues() - Method in class ortus.boxlang.compiler.parser.ParsingResult
 
getIssues() - Method in exception class ortus.boxlang.runtime.types.exceptions.ParseException
 
getJarURLs(String) - Static method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Static method that takes in a String path and returns an array of URLs of all the JARs/clases in the path
getJarURLs(Path) - Static method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Static method that takes in a path and returns an array of URLs of all the JARs in the path
getJavaLibraryPaths() - Method in class ortus.boxlang.runtime.config.Configuration
Get the java library paths as an array of URLs of Jar files This is usually called by the runtime to load all the JARs in the paths to the runtime classloader
getJavaSettingsLoadPaths(ApplicationBoxContext) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
This reads the javaSettings.loadPaths, expands them, and returns them as URLs of jars and classes
getJdkImportCache() - Method in class ortus.boxlang.runtime.loader.resolvers.JavaResolver
Get the JDK import cache
getJdkImportCacheSize() - Method in class ortus.boxlang.runtime.loader.resolvers.JavaResolver
Get the size of the JDK import cache
getJImports() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
getJSONBuilder() - Static method in class ortus.boxlang.runtime.types.util.JSONUtil
Returns the JSON builder library we use
getKey() - Method in class ortus.boxlang.compiler.ast.statement.BoxAnnotation
 
getKey() - Method in class ortus.boxlang.compiler.ast.statement.BoxDocumentationAnnotation
 
getKey() - Method in enum class ortus.boxlang.runtime.cache.providers.CoreProviderType
Returns the key of the enum
getKey() - Method in enum class ortus.boxlang.runtime.cache.store.ObjectStoreType
Returns the key of the enum.
getKey() - Method in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
Get the key for the driver type
getKey() - Method in enum class ortus.boxlang.runtime.types.BoxLangType
Returns the key of the enum.
getKeys() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
getKeys() - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get all the keys in the cache provider
getKeys() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get all the keys in the cache provider
getKeys() - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
getKeys() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Get all the keys in the store
getKeys() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Get all the keys in the store
getKeys() - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Get all the keys in the store
getKeys() - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get all the keys in the store
getKeys() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getKeys() - Method in class ortus.boxlang.runtime.scopes.ScopeWrapper
 
getKeys() - Method in interface ortus.boxlang.runtime.types.IStruct
Get an array list of all the keys in the struct
getKeys() - Method in class ortus.boxlang.runtime.types.Struct
Get an array list of all the keys in the struct
getKeys() - Method in class ortus.boxlang.runtime.types.XML
 
getKeys(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get all the keys in the cache provider using a filter
getKeys(ICacheKeyFilter) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get all the keys in the cache provider using a filter
getKeys(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
getKeys(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Get all the keys in the store using a filter
getKeys(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Get all the keys in the store using a filter
getKeys(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Get all the keys in the store using a filter
getKeys(ICacheKeyFilter) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get all the keys in the store using a filter
getKeysAsStrings() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getKeysAsStrings() - Method in class ortus.boxlang.runtime.scopes.ScopeWrapper
 
getKeysAsStrings() - Method in interface ortus.boxlang.runtime.types.IStruct
Get an array list of all the keys in the struct
getKeysAsStrings() - Method in class ortus.boxlang.runtime.types.Struct
Get an array list of all the keys in the struct
getKeysAsStrings() - Method in class ortus.boxlang.runtime.types.XML
 
getKeysStream() - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get all the keys in the cache provider as a stream
getKeysStream() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get all the keys in the cache provider as a stream
getKeysStream() - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
getKeysStream() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Get all the keys in the store as a stream
getKeysStream() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Get all the keys in the store as a stream
getKeysStream() - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Get all the keys in the store as a stream
getKeysStream() - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get all the keys in the store as a stream
getKeysStream(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get all the keys in the cache provider as a stream
getKeysStream(ICacheKeyFilter) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get all the keys in the cache provider as a stream
getKeysStream(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
getKeysStream(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Get all the keys in the store as a stream
getKeysStream(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Get all the keys in the store as a stream
getKeysStream(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Get all the keys in the store as a stream
getKeysStream(ICacheKeyFilter) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get all the keys in the store as a stream
getLabel() - Method in class ortus.boxlang.compiler.ast.statement.BoxBreak
Gets the label of the break statement
getLabel() - Method in class ortus.boxlang.compiler.ast.statement.BoxContinue
Gets the label of the continue statement
getLabel() - Method in class ortus.boxlang.compiler.ast.statement.BoxDo
Gets the label of the statement
getLabel() - Method in class ortus.boxlang.compiler.ast.statement.BoxForIn
Gets the label of the statement
getLabel() - Method in class ortus.boxlang.compiler.ast.statement.BoxForIndex
Gets the label of the statement
getLabel() - Method in class ortus.boxlang.compiler.ast.statement.BoxWhile
Gets the label of the statement
getLanguageName() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingFactory
Returns the name of the scripting language supported by the engine.
getLanguageVersion() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingFactory
Returns the version of the scripting language supported by the engine.
getLastBusinessDay() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the constraint to run only on the last business day of the month.
getLastBusinessDayOfTheMonth() - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
This utility method gives us the last business day of the month in Java format
getLastBusinessDayOfTheMonth(String, Boolean, LocalDateTime) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
This utility method gives us the last business day of the month in Java format
getLastBusinessDayOfTheMonth(String, Boolean, ZoneId) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
This utility method gives us the last business day of the month in Java format
getLastBusinessDayOfTheMonth(ZoneId) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
This utility method gives us the last business day of the month in Java format
getLastModifedTime() - Method in class ortus.boxlang.runtime.types.File
Retrieves the last modified time of a file
getLastModified() - Method in class ortus.boxlang.compiler.JavaClassByteCode
 
getLastResult() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the last result of the task
getLastToken() - Method in class ortus.boxlang.compiler.parser.BoxTemplateLexerCustom
Get the last token in a stream
getLeft() - Method in class ortus.boxlang.compiler.ast.expression.BoxAssignment
 
getLeft() - Method in class ortus.boxlang.compiler.ast.expression.BoxBinaryOperation
 
getLeft() - Method in class ortus.boxlang.compiler.ast.expression.BoxComparisonOperation
 
getLine() - Method in class ortus.boxlang.compiler.ast.Point
Returns the line
getLineNumbers() - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
getLocale() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Get the locale for this request
GetLocale - Class in ortus.boxlang.runtime.bifs.global.i18n
 
GetLocale() - Constructor for class ortus.boxlang.runtime.bifs.global.i18n.GetLocale
Constructor
getLocaleDateParsers(Locale) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Returns a localized set of Date parsers
getLocaleDateTimeParsers(Locale) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Returns a localized set of DateTime parsers
getLocaleDisplayName(Locale) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Get a human-friendly display name for a locale
GetLocaleDisplayName - Class in ortus.boxlang.runtime.bifs.global.i18n
 
GetLocaleDisplayName() - Constructor for class ortus.boxlang.runtime.bifs.global.i18n.GetLocaleDisplayName
Constructor
GetLocaleInfo - Class in ortus.boxlang.runtime.bifs.global.i18n
 
GetLocaleInfo() - Constructor for class ortus.boxlang.runtime.bifs.global.i18n.GetLocaleInfo
Constructor
getLocaleTimeParsers(Locale) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Returns a localized set of Time parsers
getLocaleZonedDateTimeParsers(Locale) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Returns a localized set of ZonedDateTime parsers
getLocalHost() - Static method in class ortus.boxlang.runtime.util.NetworkUtil
Get the local host
getLocalHostname() - Static method in class ortus.boxlang.runtime.util.NetworkUtil
Get the local hostname of the machine
getLocalIPAddress() - Static method in class ortus.boxlang.runtime.util.NetworkUtil
Get the local IP address of the machine
getLocalMacAddress() - Static method in class ortus.boxlang.runtime.util.NetworkUtil
Get the local mac address of the machine
getLockName() - Method in class ortus.boxlang.runtime.scopes.BaseScope
Gets the name of the lock for use in the lock component.
getLockName() - Method in interface ortus.boxlang.runtime.scopes.IScope
Gets the name of the lock for use in the lock component.
getLockName() - Method in exception class ortus.boxlang.runtime.types.exceptions.LockException
 
getLockOperation() - Method in exception class ortus.boxlang.runtime.types.exceptions.LockException
 
getLogger() - Method in class ortus.boxlang.runtime.events.BaseInterceptor
Get the logger
getLogger() - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
Get the configured logger
getLong(TemporalField) - Method in class ortus.boxlang.runtime.types.DateTime
 
getMajorVersion() - Method in class ortus.boxlang.runtime.jdbc.drivers.DriverShim
Returns the wrapped JDBC Driver's major version
getMemberMethod(IBoxContext, Key, Object) - Method in class ortus.boxlang.runtime.services.FunctionService
Returns the member method with the given name and type by verifying if the passed object can be cast to that type
getMemberMethod(IBoxContext, Key, ObjectRef) - Method in class ortus.boxlang.runtime.services.FunctionService
Returns the member method with the given name and type by verifying if the passed object can be cast to that type
getMemberMethod(Key, BoxLangType) - Method in class ortus.boxlang.runtime.services.FunctionService
Returns the member method with the given name and BoxLangType
getMemento() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
Get the memento of the cache entry
getMergedStackTrace(Throwable) - Static method in class ortus.boxlang.runtime.types.exceptions.ExceptionUtil
 
getMergedStackTrace2(Throwable) - Static method in class ortus.boxlang.runtime.types.exceptions.ExceptionUtil
 
getMessage() - Method in class ortus.boxlang.compiler.ast.Issue
 
getMessage() - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
getMeta() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the Meta struct for the task that can be used to store any metadata.
getMeta() - Method in class ortus.boxlang.runtime.types.meta.BoxMeta
Get the meta data of the target object.
getMeta() - Method in class ortus.boxlang.runtime.types.meta.ClassMeta
Get the metadata
getMeta() - Method in class ortus.boxlang.runtime.types.meta.FunctionMeta
Get the metadata
getMeta() - Method in class ortus.boxlang.runtime.types.meta.GenericMeta
Get the metadata
getMeta() - Method in class ortus.boxlang.runtime.types.meta.InterfaceMeta
Get the metadata
getMeta() - Method in class ortus.boxlang.runtime.types.meta.QueryMeta
Get the metadata
getMeta() - Method in class ortus.boxlang.runtime.types.meta.StructMeta
Get the metadata
getMetadata() - Method in class ortus.boxlang.compiler.ast.visitor.ClassMetadataVisitor
Get the metadata generated by this visitor
getMetaData() - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Get the combined metadata for this function and all it's parameters This follows the format of Lucee and Adobe's "combined" metadata This is to keep compatibility for CFML engines
getMetaData() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Get the combined metadata for this class and all it's functions This follows the format of Lucee and Adobe's "combined" metadata TODO: Move this to compat module
getMetaData() - Method in class ortus.boxlang.runtime.types.Function
Get the combined metadata for this function and all it's parameters This follows the format of Lucee and Adobe's "combined" metadata TODO: Move this to compat module
getMetaData() - Method in class ortus.boxlang.runtime.types.Query
Retrieve query metadata as a struct.
getMetaData(IClassRunnable) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Get the combined metadata for this function and all it's parameters This follows the format of Lucee and Adobe's "combined" metadata This is to keep compatibility for CFML engines
GetMetaData - Class in ortus.boxlang.runtime.bifs.global.type
 
GetMetaData() - Constructor for class ortus.boxlang.runtime.bifs.global.type.GetMetaData
Constructor
getMethod() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the method to execute in the DynamicObject, by default it is run().
getMethod(Class<?>, String) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get a methods by name for the given class
getMethod(String) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Get a method by name for the given class
getMethodCallSyntax(String, String, String...) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingFactory
Builds a BoxLang method call using the object and method name and the arguments
getMethodHandle(IBoxContext, Class<?>, Object, String, Class<?>[], Object...) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Gets the method handle for the given method name and arguments, from the cache if possible or creates a new one if not found or throws an exception if the method signature doesn't exist
getMethodNames() - Method in class ortus.boxlang.runtime.interop.DynamicObject
Get a list of method names for the given class
getMethodNames(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get a list of method names for the given class
getMethodNamesNoCase() - Method in class ortus.boxlang.runtime.interop.DynamicObject
Get a list of method names for the given class with no case-sensitivity (upper case)
getMethodNamesNoCase(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get a list of method names for the given class with no case-sensitivity (upper case)
getMethods() - Method in class ortus.boxlang.runtime.interop.DynamicObject
Get a HashSet of methods of all the unique callable method signatures for the given class
getMethods(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get a HashSet of methods of all the unique callable method signatures for the given class
getMethodsAsStream() - Method in class ortus.boxlang.runtime.interop.DynamicObject
Get a stream of methods of all the unique callable method signatures for the given class
getMethodsAsStream(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Get a stream of methods of all the unique callable method signatures for the given class
getMimeTypes() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingFactory
Get the supported mime types for BoxLang
getMinorVersion() - Method in class ortus.boxlang.runtime.jdbc.drivers.DriverShim
Returns the wrapped JDBC Driver's minor version
getMissingFileName() - Method in exception class ortus.boxlang.runtime.types.exceptions.MissingIncludeException
Get the missing file name
getModifiers() - Method in class ortus.boxlang.compiler.ast.expression.BoxAssignment
 
getModifiers() - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
getModifiers() - Method in class ortus.boxlang.runtime.types.Function
Get modifier of the function
GetModuleInfo - Class in ortus.boxlang.runtime.bifs.global.system
 
GetModuleInfo() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetModuleInfo
Constructor
GetModuleList - Class in ortus.boxlang.runtime.bifs.global.system
 
GetModuleList() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetModuleList
Constructor
getModuleNames() - Method in class ortus.boxlang.runtime.services.ModuleService
Get a list of module names in the registry
getModulePaths() - Method in class ortus.boxlang.runtime.services.ModuleService
Get the list of module paths registered in the module service
getModuleRecord(Key) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get a module record
getModuleRecord(Key) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get a module record
getModuleRecord(Key) - Method in class ortus.boxlang.runtime.services.ModuleService
Get a module record from the registry
getModuleService() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the module service
getModuleSettings(Key) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get a struct of module settings
getModuleSettings(Key) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get a struct of module settings
getModuleSettings(Key) - Method in class ortus.boxlang.runtime.services.ModuleService
Retrieves the module settings for a requested module
getName() - Method in class ortus.boxlang.compiler.ast.expression.BoxArgument
 
getName() - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionalBIFAccess
 
getName() - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionalMemberAccess
 
getName() - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionInvocation
 
getName() - Method in class ortus.boxlang.compiler.ast.expression.BoxIdentifier
 
getName() - Method in class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
getName() - Method in class ortus.boxlang.compiler.ast.expression.BoxScope
 
getName() - Method in class ortus.boxlang.compiler.ast.expression.BoxStaticMethodInvocation
 
getName() - Method in interface ortus.boxlang.compiler.ast.Named
Return the name of the symbol
getName() - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
getName() - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
getName() - Method in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
getName() - Method in class ortus.boxlang.debugger.event.Event
Gets the name of the event
getName() - Method in interface ortus.boxlang.debugger.ISendable
Used internally for logging
getName() - Method in class ortus.boxlang.debugger.response.AbstractResponse
The name of the message.
getName() - Method in class ortus.boxlang.runtime.application.Application
Get the name of this application
getName() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Get the scheduler name
getName() - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Get the scheduler name
getName() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the human name of this task.
getName() - Method in class ortus.boxlang.runtime.bifs.BIFNamespace
 
getName() - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Get the name of the cache provider
getName() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get the name of the cache provider
getName() - Method in class ortus.boxlang.runtime.cache.store.AbstractStore
Get the name of the store
getName() - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get the name of the store
getName() - Method in class ortus.boxlang.runtime.components.Component
Get the name of the component
getName() - Method in class ortus.boxlang.runtime.events.InterceptorPool
Get the name of the pool
getName() - Method in class ortus.boxlang.runtime.events.InterceptorState
Get the state name
getName() - Method in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
-------------------------------------------------------------------------- Interface Methods --------------------------------------------------------------------------
getName() - Method in interface ortus.boxlang.runtime.jdbc.drivers.IJDBCDriver
Get the driver name
getName() - Method in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
Each resolver has a unique human-readable name
getName() - Method in interface ortus.boxlang.runtime.loader.resolvers.IClassResolver
Each resolver has a unique human-readable name
getName() - Method in class ortus.boxlang.runtime.net.NameValuePair
 
getName() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
Get the name of the function.
getName() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
Get the name of the function.
getName() - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Get the name
getName() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Get the name
getName() - Method in class ortus.boxlang.runtime.scopes.BaseScope
Gets the name of the scope
getName() - Method in interface ortus.boxlang.runtime.scopes.IScope
Gets the name of the scope
getName() - Method in class ortus.boxlang.runtime.scopes.Key
 
getName() - Method in class ortus.boxlang.runtime.scopes.ScopeWrapper
Gets the name of the scope
getName() - Method in class ortus.boxlang.runtime.services.BaseService
Get the service name
getName() - Method in interface ortus.boxlang.runtime.services.IService
Get the unique service name
getName() - Method in class ortus.boxlang.runtime.testing.Phase2Closure$closure1
 
getName() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
 
getName() - Method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
 
getName() - Method in class ortus.boxlang.runtime.types.AbstractFunction
Get the name of the function.
getName() - Method in class ortus.boxlang.runtime.types.Function
Get the name of the function.
getName() - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
Get the name of the function.
getName() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
Get the name of the function.
getName() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
Get the name of the function.
getName() - Method in class ortus.boxlang.runtime.types.JavaMethod
Get the name of the function.
getName() - Method in class ortus.boxlang.runtime.types.QueryColumn
 
getName() - Method in class ortus.boxlang.tools.doclets.BoxLangDoclet
 
getNameAsKey() - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Get the name of the class loader as a
getNameNoCase() - Method in class ortus.boxlang.runtime.scopes.Key
 
getNames() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingFactory
Get the supported names for BoxLang
getNames() - Method in class ortus.boxlang.runtime.services.DatasourceService
Get an array of all registered datasources names
getNamespaceCount() - Method in class ortus.boxlang.runtime.services.FunctionService
The count of registered namespaces
getNativeErrorCode() - Method in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
Get the native error code
getNode() - Method in class ortus.boxlang.runtime.types.XML
 
getNodeComments() - Method in class ortus.boxlang.runtime.types.XML
Get the comments inside this XML node as a string
getNoOverlaps() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the NoOverlaps flag
getNow() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the date time now in the timezone of the task
getNumericDate - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
getObj() - Method in class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
getObj() - Method in class ortus.boxlang.compiler.ast.expression.BoxStaticMethodInvocation
 
getObjectFromStackFrame(StackFrame) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
getObjectStore() - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Return the configured object store for this cache provider
getObjectStore() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get the object store if the cache provider supports it
getOffset() - Method in class ortus.boxlang.runtime.types.DateTime
 
getOnTaskFailure() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the task failure lambda.
getOnTaskSuccess() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the task success lambda.
getOnTheFlyDataSource(IStruct) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Get an on-the-fly datasource from a struct configuration.
getOp() - Method in class ortus.boxlang.compiler.ast.expression.BoxAssignment
 
getOperator() - Method in class ortus.boxlang.compiler.ast.expression.BoxBinaryOperation
 
getOperator() - Method in class ortus.boxlang.compiler.ast.expression.BoxComparisonOperation
 
getOperator() - Method in class ortus.boxlang.compiler.ast.expression.BoxNegateOperation
 
getOperator() - Method in class ortus.boxlang.compiler.ast.expression.BoxUnaryOperation
 
getOrCreateSession(Key) - Method in class ortus.boxlang.runtime.application.Application
Get a session by ID for this application, creating if neccessary if not found
getOrDefault(String, Object) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getOrDefault(String, Object) - Method in interface ortus.boxlang.runtime.types.IStruct
Get key, with default value if not found
getOrDefault(String, Object) - Method in class ortus.boxlang.runtime.types.Struct
Get key, with default value if not found
getOrDefault(String, Object) - Method in class ortus.boxlang.runtime.types.XML
 
getOrDefault(Key, Object) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getOrDefault(Key, Object) - Method in class ortus.boxlang.runtime.scopes.ArgumentsScope
 
getOrDefault(Key, Object) - Method in interface ortus.boxlang.runtime.types.IStruct
Get key, with default value if not found
getOrDefault(Key, Object) - Method in class ortus.boxlang.runtime.types.Struct
Get key, with default value if not found
getOrDefault(Key, Object) - Method in class ortus.boxlang.runtime.types.XML
 
getOrDefault(T) - Method in class ortus.boxlang.runtime.async.BoxFuture
Waits if necessary for this future to complete, and then returns its result with the option to return a default value if the result is null.
getOrDefault(T) - Method in class ortus.boxlang.runtime.dynamic.Attempt
Alias to `orElse` but more fluent
getOrDefault(T) - Method in class ortus.boxlang.runtime.dynamic.casters.CastAttempt
Return the value if present, otherwise return other.
getOrFail() - Method in class ortus.boxlang.runtime.dynamic.casters.CastAttempt
 
getOriginalSql() - Method in class ortus.boxlang.runtime.jdbc.PendingQuery
Returns the original sql for this PendingQuery
getOriginalValue() - Method in class ortus.boxlang.runtime.scopes.Key
 
getOrSet(String, Supplier<Object>) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Tries to get an object from the cache, if not found, it will call the lambda to get the value and store it in the cache with the default timeout and last access timeout
getOrSet(String, Supplier<Object>) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Tries to get an object from the cache, if not found, it will call the lambda to get the value and store it in the cache with the default timeout and last access timeout
getOrSet(String, Supplier<Object>, Duration) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Tries to get an object from the cache, if not found, it will call the lambda to get the value and store it in the cache with the default timeout and last access timeout
getOrSet(String, Supplier<Object>, Duration) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Tries to get an object from the cache, if not found, it will call the lambda to get the value and store it in the cache with the default timeout and last access timeout
getOrSet(String, Supplier<Object>, Duration, Duration) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Tries to get an object from the cache, if not found, it will call the lambda to get the value and store it in the cache with the default timeout and last access timeout
getOrSet(String, Supplier<Object>, Duration, Duration) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Tries to get an object from the cache, if not found, it will call the lambda to get the value and store it in the cache with the default timeout and last access timeout
getOrSet(String, Supplier<Object>, Duration, Duration, IStruct) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Tries to get an object from the cache, if not found, it will call the lambda to get the value and store it in the cache with the default timeout and last access timeout
getOrSet(String, Supplier<Object>, Duration, Duration, IStruct) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Tries to get an object from the cache, if not found, it will call the lambda to get the value and store it in the cache with the default timeout and last access timeout
getOrSetTransaction(DataSource) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Get the active transaction (if any) for this request/thread/BoxLang context.
getOrSupply(Supplier<? extends T>) - Method in class ortus.boxlang.runtime.dynamic.casters.CastAttempt
Return the value if present, otherwise invoke other and return the result of that invocation.
getOrThrow(String...) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Get a value from data structure using nested keys if passed If the key does not exist then throw an exception
getOut() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Get the output stream for this context
getOutput() - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
getOutputStatement(String) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingFactory
Build a BoxLang output statement using writeoutput
getPackage() - Method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Get the package of the resolved path.
getPackage(String) - Method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Get the package of the resolved path, but with a prefix appended in front
getPackageName() - Method in record class ortus.boxlang.runtime.loader.ImportDefinition
Returns the package name of the import definition
getPackageName(File) - Static method in interface ortus.boxlang.compiler.IBoxpiler
Transforms the path into the package name
getPackageString() - Method in class ortus.boxlang.runtime.util.FQN
Get only the package name.
getParameter(String) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingFactory
Get the supported parameters for BoxLang
getParameterValues() - Method in class ortus.boxlang.runtime.jdbc.PendingQuery
Returns a list of parameter `Object` values from the `List`.
getParent() - Method in class ortus.boxlang.compiler.ast.BoxNode
Returns the parent Node of node or null if has no parent
getParent() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Returns the parent box context.
getParent() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Returns the parent box context.
getParent() - Method in class ortus.boxlang.runtime.jdbc.ChildTransaction
Getter for the parent transaction
getParentLogger() - Method in class ortus.boxlang.runtime.jdbc.drivers.DriverShim
Returns the wrapped JDBC Driver's parent logger
getParentOfType(Class<T>) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Serach for an ancestor context of the given type
getParentOfType(Class<T>) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Serach for an ancestor context of the given type
getParsedLocale(String) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Parses a locale from a string
getPath() - Method in class ortus.boxlang.runtime.types.File
Convenience method to return the protected path object
getPathFromResource(String) - Static method in class ortus.boxlang.runtime.loader.util.ClassDiscovery
Get a file from the BoxLang jar resources as a Path object
getPeriod() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get a fixed time period of execution of the tasks in this schedule.
getPolicy() - Method in class ortus.boxlang.runtime.cache.store.AbstractStore
Get a policy for usage by the store.
getPool() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Get the pool of objects ConcurrentStore uses a ConcurrentHashMap to store the objects
getPool() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Get the pool of objects ConcurrentStore uses a ConcurrentHashMap to store the objects
getPoolStats() - Method in class ortus.boxlang.runtime.jdbc.DataSource
Get the current pool statistics for the datasource.
getPosition() - Method in class ortus.boxlang.compiler.ast.BoxNode
Returns the position in code that the node represents
getPosition() - Method in class ortus.boxlang.compiler.ast.Issue
 
getPosition() - Method in exception class ortus.boxlang.runtime.types.exceptions.ExpressionException
 
getPosition(ParserRuleContext) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Extracts the position from the ANTLR node
getPosition(ParserRuleContext, ParserRuleContext) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Extracts the position from the ANTLR node, using a custom starting point.
getPosition(Token) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Extracts the position from the ANTLR token
getPosition(Token, Token) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Extracts the position from the ANTLR token
getPosition(ParseTree) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Extracts the position from the ANTLR parse tree.
getPositionStartingAt(ParserRuleContext, ParserRuleContext) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Extracts the position from the ANTLR node, using a custom starting point.
getPositionStartingAt(ParserRuleContext, Token) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Extracts the position from the ANTLR node, using a custom starting point.
getPosixPermissions(String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
gets the posix permission of a file or directory
getPostAnnotations() - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
getPostAnnotations() - Method in class ortus.boxlang.compiler.ast.statement.BoxProperty
 
getPrefix() - Method in class ortus.boxlang.compiler.ast.expression.BoxNew
 
getPrefix() - Method in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
Each resolver has a unique prefix which is used to call it.
getPrefix() - Method in interface ortus.boxlang.runtime.loader.resolvers.IClassResolver
Each resolver has a unique prefix which is used to call it.
getProgram(String...) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingFactory
Builds out a program from a collection of statemetns by joining them with semicolons and newlines
getProperties() - Method in class ortus.boxlang.compiler.ast.BoxClass
 
getProperties() - Method in class ortus.boxlang.runtime.events.BaseInterceptor
Get the properties
getProperties() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Get the properties
getProperty(String) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
Get a Propoerty
getProperty(Key) - Method in class ortus.boxlang.runtime.events.BaseInterceptor
Get a property
getProperty(Key, Object) - Method in class ortus.boxlang.runtime.events.BaseInterceptor
Get a property or a default value
getPropertyInfo(String, Properties) - Method in class ortus.boxlang.runtime.jdbc.drivers.DriverShim
Returns the wrapped JDBC Driver's property information
getProvider() - Method in class ortus.boxlang.runtime.cache.store.AbstractStore
Get the associated cache provider
getProvider() - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get the associated cache provider
getProvider(String) - Method in class ortus.boxlang.runtime.services.CacheService
Get the requested provider by name or throw an exception if it does not exist
getProvider(Key) - Method in class ortus.boxlang.runtime.services.CacheService
Get the requested provider by name or throw an exception if it does not exist
getQuery() - Method in class ortus.boxlang.runtime.types.QueryColumn
 
getQueryError() - Method in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
Get the query error
getQueryRow(Query) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get the current query row
getQueryRow(Query) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get the current query row
getQuiet(String) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get an object from cache with no metadata tracking
getQuiet(String) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get an object from cache with no metadata tracking
getQuiet(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
getQuiet(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Get multiple objects from the store with no metadata tracking using a filter
getQuiet(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Get multiple objects from the store with no metadata tracking using a filter
getQuiet(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Get multiple objects from the store with no metadata tracking using a filter
getQuiet(ICacheKeyFilter) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get multiple objects from the store with no metadata tracking using a filter
getQuiet(Key) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
getQuiet(Key) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Get an object from cache with no metadata tracking
getQuiet(Key) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Get an object from cache with no metadata tracking
getQuiet(Key) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Get an object from cache with no metadata tracking
getQuiet(Key) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get an object from cache with no metadata tracking
getQuiet(Key...) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
getQuiet(Key...) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Get multiple objects from the store with no metadata tracking
getQuiet(Key...) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Get multiple objects from the store with no metadata tracking
getQuiet(Key...) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Get multiple objects from the store with no metadata tracking
getQuiet(Key...) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get multiple objects from the store with no metadata tracking
getRaw(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getRaw(Key) - Method in class ortus.boxlang.runtime.scopes.ArgumentsScope
 
getRaw(Key) - Method in class ortus.boxlang.runtime.scopes.ScopeWrapper
 
getRaw(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Returns the value of the key safely, nulls will be wrapped in a NullValue still.
getRaw(Key) - Method in class ortus.boxlang.runtime.types.Struct
Returns the value of the key safely, nulls will be wrapped in a NullValue still.
getRaw(Key) - Method in class ortus.boxlang.runtime.types.XML
 
getRawMessageData() - Method in class ortus.boxlang.debugger.event.Event
 
getRawMessageData() - Method in interface ortus.boxlang.debugger.IAdapterProtocolMessage
 
getRawMessageData() - Method in class ortus.boxlang.debugger.MapAdapterProtocolMessage
 
getRawMessageData() - Method in class ortus.boxlang.debugger.request.AbstractRequest
 
getRawMessageData() - Method in class ortus.boxlang.debugger.request.AttachRequest
 
getRawMessageData() - Method in class ortus.boxlang.debugger.response.AbstractResponse
 
getReader() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
 
getReapingFuture() - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get the reaping future
getReasonForStatus(int) - Static method in class ortus.boxlang.runtime.net.HTTPStatusReasons
 
getRecordCount() - Method in class ortus.boxlang.runtime.jdbc.ExecutedQuery
Returns the total count of records returned by the query.
getRegisteredCaches() - Method in class ortus.boxlang.runtime.services.CacheService
Get all the registered caches back as an array of strings
getRegisteredMappings() - Method in class ortus.boxlang.runtime.config.Configuration
Get all the mappings back as an array of strings in their length order
getRegisteredProviders() - Method in class ortus.boxlang.runtime.services.CacheService
Get an array of registered providers as strings
getRegisteredTasks() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Get an array of all the tasks managed by this scheduler
getRegistry() - Method in class ortus.boxlang.runtime.services.ModuleService
Get the module registry
getRequestBindings() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Helper method to get the request scope bindings
getRequestClassLoader() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Get the class loader for this request
getRequestClassLoader(RequestBoxContext) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Get the request class loader for the current request according to the application settings or the default class loader if none is defined
getRequestStart() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Get the time in milliseconds when the request started
getRequestTimeout() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Get the request timeout in milliseconds
getRequired() - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
getRequiresBody() - Method in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
getResolvedFilePath(String, String, String, String) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
getResolvedPrefixes() - Method in class ortus.boxlang.runtime.loader.ClassLocator
Get the registered resolver prefixes
getResolver(String) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Get a registered resolver by prefix
getResolverCache() - Method in class ortus.boxlang.runtime.loader.ClassLocator
Get the cache of resolved classes
getResults() - Method in class ortus.boxlang.runtime.jdbc.ExecutedQuery
Returns the Query object of results of the query.
getResultsAsArray() - Method in class ortus.boxlang.runtime.jdbc.ExecutedQuery
Returns an Array of Struct instances representing the Query results.
getResultsAsStruct(String) - Method in class ortus.boxlang.runtime.jdbc.ExecutedQuery
Returns a Struct instance grouping the results by the given key.
getReturnType() - Method in class ortus.boxlang.runtime.jdbc.QueryOptions
 
getReturnType() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
Get the return type of the function.
getReturnType() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
Get the return type of the function.
getReturnType() - Method in class ortus.boxlang.runtime.testing.Phase2Closure$closure1
 
getReturnType() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
 
getReturnType() - Method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
 
getReturnType() - Method in class ortus.boxlang.runtime.types.AbstractFunction
Get the return type of the function.
getReturnType() - Method in class ortus.boxlang.runtime.types.Function
Get the return type of the function.
getReturnType() - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
We don't actually know the return type of the method until we call it
getReturnType() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
We don't actually know the return type of the method until we call it
getReturnType() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
We don't actually know the return type of the method until we call it
getReturnType() - Method in class ortus.boxlang.runtime.types.JavaMethod
We don't actually know the return type of the method until we call it
getRight() - Method in class ortus.boxlang.compiler.ast.expression.BoxAssignment
 
getRight() - Method in class ortus.boxlang.compiler.ast.expression.BoxBinaryOperation
 
getRight() - Method in class ortus.boxlang.compiler.ast.expression.BoxComparisonOperation
 
getRoot() - Method in class ortus.boxlang.compiler.parser.ParsingResult
 
getRow(int) - Method in class ortus.boxlang.runtime.types.Query
Get data for a row as an array.
getRowAsStruct(int) - Method in class ortus.boxlang.runtime.types.Query
Get data for a row as a Struct.
getRowFromContext(IBoxContext) - Method in class ortus.boxlang.runtime.types.Query
Validate that a row index is within bounds Throw exception if not
getRunnableAST() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.runnables.BoxScript
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.runnables.BoxTemplate
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in interface ortus.boxlang.runtime.runnables.IBoxRunnable
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.testing.Phase1
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.testing.Phase1Switch
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.testing.Phase1TryCatch
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.testing.Phase2Closure
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.testing.Phase2Closure$closure1
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.testing.Phase2UDF
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.types.AbstractFunction
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.types.Function
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
The AST (abstract syntax tree) of the runnable
getRunnableAST() - Method in class ortus.boxlang.runtime.types.JavaMethod
The AST (abstract syntax tree) of the runnable
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
Get the date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
Get the date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.runnables.BoxScript
The date the source was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.runnables.BoxTemplate
The date the template was compiled
getRunnableCompiledOn() - Method in interface ortus.boxlang.runtime.runnables.IBoxRunnable
The date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.testing.Phase1
The date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.testing.Phase1Switch
The date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.testing.Phase1TryCatch
The date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.testing.Phase2Closure
The date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.testing.Phase2Closure$closure1
The date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda
The date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
The date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.testing.Phase2UDF
The date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
The date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.types.AbstractFunction
Get the date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.types.Function
Get the date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
Get the date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
Get the date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
Get the date the template was compiled
getRunnableCompiledOn() - Method in class ortus.boxlang.runtime.types.JavaMethod
Get the date the template was compiled
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
Get the version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
Get the version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.runnables.BoxScript
The version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.runnables.BoxTemplate
The version of the BoxLang runtime
getRunnableCompileVersion() - Method in interface ortus.boxlang.runtime.runnables.IBoxRunnable
The version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.testing.Phase1
The version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.testing.Phase1Switch
The version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.testing.Phase1TryCatch
The version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.testing.Phase2Closure
The version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.testing.Phase2Closure$closure1
The version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda
The version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
The version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.testing.Phase2UDF
The version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
The version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.types.AbstractFunction
Get the version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.types.Function
Get the version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
Get the version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
Get the version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
Get the version of the BoxLang runtime
getRunnableCompileVersion() - Method in class ortus.boxlang.runtime.types.JavaMethod
Get the version of the BoxLang runtime
getRunnablePath() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
 
getRunnablePath() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
 
getRunnablePath() - Method in class ortus.boxlang.runtime.runnables.BoxTemplate
The path to the template
getRunnablePath() - Method in interface ortus.boxlang.runtime.runnables.IBoxRunnable
The path to the template
getRunnablePath() - Method in class ortus.boxlang.runtime.testing.Phase1
The path to the template
getRunnablePath() - Method in class ortus.boxlang.runtime.testing.Phase1Switch
The path to the template
getRunnablePath() - Method in class ortus.boxlang.runtime.testing.Phase1TryCatch
The path to the template
getRunnablePath() - Method in class ortus.boxlang.runtime.testing.Phase2Closure
The path to the template
getRunnablePath() - Method in class ortus.boxlang.runtime.testing.Phase2Closure$closure1
 
getRunnablePath() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda
The path to the template
getRunnablePath() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
 
getRunnablePath() - Method in class ortus.boxlang.runtime.testing.Phase2UDF
The path to the template
getRunnablePath() - Method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
 
getRunnablePath() - Method in class ortus.boxlang.runtime.types.AbstractFunction
 
getRunnablePath() - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
 
getRunnablePath() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
 
getRunnablePath() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
 
getRunnablePath() - Method in class ortus.boxlang.runtime.types.JavaMethod
 
getRunnableSource() - Method in class ortus.boxlang.runtime.runnables.BoxScript
The source to the script
getRunnableSource() - Method in interface ortus.boxlang.runtime.runnables.IScriptRunnable
The source to the script
getRuntime() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get the BoxLang runtime '
getRuntime() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get the BoxLang runtime '
getRuntime() - Method in class ortus.boxlang.runtime.events.BaseInterceptor
Get the runtime
getRuntime() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Get the BoxRuntime for the BoxScriptingEngine
getRuntime() - Method in class ortus.boxlang.runtime.services.BaseService
Get the runtime singleton
getRuntimeContext() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the runtime context
getRuntimeFileExtensions() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the runtime file extensions registered in the runtime
getRuntimeHome() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the runtime home directory
getRuntimeLoader() - Method in class ortus.boxlang.runtime.BoxRuntime
Get runtime class loader
getSAMName(Object, String) - Static method in class ortus.boxlang.runtime.dynamic.casters.FunctionCaster
I detect if an instance implements a known FI or a SAM and return the name of the method, null if not a SAM.
getScaleOrLength() - Method in class ortus.boxlang.runtime.jdbc.QueryParameter
Retrieve the `scale` or `maxLength` of the parameter.
getScheduler() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the bound scheduler for this task or null if none.
getScheduler(Key) - Method in class ortus.boxlang.runtime.services.SchedulerService
Get a scheduler by name
getSchedulers() - Method in class ortus.boxlang.runtime.services.SchedulerService
Get all schedulers
getSchedulerService() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the scheduler service
getScope(Key) - Method in class ortus.boxlang.runtime.context.ApplicationBoxContext
Get a scope from the context.
getScope(Key) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get a scope from the context.
getScope(Key) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
Get a scope from the context.
getScope(Key) - Method in class ortus.boxlang.runtime.context.ClassBoxContext
Look for a scope by name
getScope(Key) - Method in class ortus.boxlang.runtime.context.ContainerBoxContext
Get a scope from the context.
getScope(Key) - Method in class ortus.boxlang.runtime.context.CustomTagBoxContext
Look for a scope by name
getScope(Key) - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Look for a scope by name
getScope(Key) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get a scope from the context.
getScope(Key) - Method in class ortus.boxlang.runtime.context.InterfaceBoxContext
Look for a scope by name
getScope(Key) - Method in class ortus.boxlang.runtime.context.LambdaBoxContext
Look for a scope by name
getScope(Key) - Method in class ortus.boxlang.runtime.context.RuntimeBoxContext
Get a scope from the context.
getScope(Key) - Method in class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
Get a scope from the context.
getScope(Key) - Method in class ortus.boxlang.runtime.context.SessionBoxContext
 
getScope(Key) - Method in class ortus.boxlang.runtime.context.StaticClassBoxContext
Look for a scope by name
getScope(Key) - Method in class ortus.boxlang.runtime.context.ThreadBoxContext
Look for a scope by name
getScopeNearby(Key) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get a scope from the context.
getScopeNearby(Key) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get a scope from the context.
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.ApplicationBoxContext
Get a scope from the context.
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get a scope from the context.
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
Get a scope from the context.
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.ClassBoxContext
Look for a "nearby" scope by name
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.ClosureBoxContext
Look for a "nearby" scope by name
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.ContainerBoxContext
Get a scope from the context.
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.CustomTagBoxContext
Look for a "nearby" scope by name
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Look for a "nearby" scope by name
getScopeNearby(Key, boolean) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get a scope from the context.
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.InterfaceBoxContext
Look for a "nearby" scope by name
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.LambdaBoxContext
Look for a "nearby" scope by name
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.RuntimeBoxContext
Get a scope from the context.
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
Get a scope from the context.
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.SessionBoxContext
 
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.StaticClassBoxContext
Look for a "nearby" scope by name
getScopeNearby(Key, boolean) - Method in class ortus.boxlang.runtime.context.ThreadBoxContext
Look for a "nearby" scope by name
getScopes() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
 
getScriptEngine() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingFactory
Build a new BoxLang ScriptEngine
getScriptEngine(Boolean) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingFactory
Build a new BoxLang ScriptEngine
getSeen(long) - Static method in class ortus.boxlang.debugger.JDITools
 
getSeenStack(int) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
getSeq() - Method in class ortus.boxlang.debugger.event.Event
Returns the sequence number of this request
getSeq() - Method in interface ortus.boxlang.debugger.IAdapterProtocolMessage
 
getSeq() - Method in class ortus.boxlang.debugger.MapAdapterProtocolMessage
 
getSeq() - Method in class ortus.boxlang.debugger.request.AbstractRequest
Returns the sequence number of this request
getSeq() - Method in class ortus.boxlang.debugger.request.AttachRequest
Returns the sequence number of this request
getSeq() - Method in class ortus.boxlang.debugger.response.AbstractResponse
 
getServerBindings() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Helper method to get the server scope bindings
getSession() - Method in class ortus.boxlang.runtime.context.SessionBoxContext
Get the session for this context
getSessionCount() - Method in class ortus.boxlang.runtime.application.Application
How many sessions are currently tracked
getSessionID() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Get the session key for this request
getSessionID() - Method in class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
Get the session ID for this request
getSessionsCache() - Method in class ortus.boxlang.runtime.application.Application
Return the sessions cache object
getSessionScope() - Method in class ortus.boxlang.runtime.application.Session
Get the scope for this session
getSetterLookup() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getSettings() - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Get the settings for this application
getSettings() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Get the settings for this request.
getSiblingAtPosition(int) - Method in class ortus.boxlang.runtime.types.XML
Get the sibling of this XML node having the same name at the given index
getSize() - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get the size of the cache
getSize() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get the size of the cache provider
getSize() - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
getSize() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Get the size of the store, not the size in bytes but the number of objects in the store
getSize() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Get the size of the store, not the size in bytes but the number of objects in the store
getSize() - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Get the size of the store, not the size in bytes but the number of objects in the store
getSize() - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Get the size of the store, not the size in bytes but the number of objects in the store
getSize(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get the size of the cache
getSource() - Method in class ortus.boxlang.compiler.ast.Position
Returns the source of the position
getSource() - Method in class ortus.boxlang.compiler.SourceMap
 
getSourceMapFromFQN(String) - Method in class ortus.boxlang.compiler.Boxpiler
 
getSourceMapFromFQN(String) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
getSourceObjectName() - Method in class ortus.boxlang.runtime.types.AbstractFunction
Get the name of the source object
getSourceObjectType() - Method in class ortus.boxlang.runtime.types.AbstractFunction
Get the type of the source object
getSourceStartIndex() - Method in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
getSourceText() - Method in class ortus.boxlang.compiler.ast.BoxNode
Returns the source code that originated the Node
getSourceText(int, ParserRuleContext) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Extracts from the ANTLR node where one node is the start, and another node is the end
getSourceText(ParserRuleContext) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Extracts from the ANTLR node
getSourceText(ParserRuleContext, int, int) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Extracts from the ANTLR node
getSourceText(ParserRuleContext, ParserRuleContext) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Extracts text from a range of nodes
getSourceText(Token, Token) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Extracts from the ANTLR node
getSourceType() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
 
getSourceType() - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
 
getSourceType() - Method in interface ortus.boxlang.runtime.runnables.IBoxRunnable
The original source type
getSourceType() - Method in class ortus.boxlang.runtime.testing.Phase1
The original source type
getSourceType() - Method in class ortus.boxlang.runtime.testing.Phase1Switch
The original source type
getSourceType() - Method in class ortus.boxlang.runtime.testing.Phase1TryCatch
The original source type
getSourceType() - Method in class ortus.boxlang.runtime.testing.Phase2Closure
The original source type
getSourceType() - Method in class ortus.boxlang.runtime.testing.Phase2Closure$closure1
The original source type
getSourceType() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda
The original source type
getSourceType() - Method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
The original source type
getSourceType() - Method in class ortus.boxlang.runtime.testing.Phase2UDF
The original source type
getSourceType() - Method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
The original source type
getSourceType() - Method in class ortus.boxlang.runtime.types.AbstractFunction
 
getSourceType() - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
 
getSourceType() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
 
getSourceType() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
 
getSourceType() - Method in class ortus.boxlang.runtime.types.JavaMethod
 
getSpacedDelay() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the delay to use when using scheduleWithFixedDelay(), so tasks execute after this delay once completed.
getSQL() - Method in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
Get the SQL
getSQLState() - Method in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
Get the SQL state
getSqlTypeAsInt() - Method in class ortus.boxlang.runtime.jdbc.QueryParameter
Retrieve the SQL type as an ordinal from Types.
getStackFrameName(BoxLangDebugger.StackFrameTuple) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
getStackFrames(int) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
getStackTraceAsString(Throwable) - Static method in class ortus.boxlang.runtime.types.exceptions.ExceptionUtil
Get the stack trace as a string from the Throwable
getStart() - Method in class ortus.boxlang.compiler.ast.Position
Returns the start point
getStartColumn() - Method in class ortus.boxlang.compiler.parser.DocParser
 
getStartedAt() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Get when it was started.
getStartingListener() - Method in class ortus.boxlang.runtime.application.Application
Get starting listener
getStartLine() - Method in class ortus.boxlang.compiler.parser.DocParser
 
getStartOnDateTime() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the constraint of when the task can start execution.
getStartTime() - Method in class ortus.boxlang.runtime.application.Application
Get the start time of the application
getStartTime() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the constraint to limit the task to run after a specified time of day.
getStartTime() - Method in class ortus.boxlang.runtime.BoxRuntime
Get the start time of the runtime
getState(Key) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Get the InterceptorState by name
getStatements() - Method in class ortus.boxlang.compiler.ast.BoxScript
 
getStatements() - Method in class ortus.boxlang.compiler.ast.statement.BoxScriptIsland
 
getStatements() - Method in class ortus.boxlang.compiler.ast.statement.component.BoxTemplateIsland
 
getStatements() - Method in class ortus.boxlang.compiler.javaboxpiler.JavaTranspiler
 
getStaticInitializers() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
getStaticScope() - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Get the static scope
getStaticScope() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Get the static scope
getStaticScope() - Method in class ortus.boxlang.runtime.types.meta.ClassMeta
Get the static scope directly
getStaticScope(IBoxContext, DynamicObject) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Get the static scope from a static context
getStaticUDFDeclarations() - Method in class ortus.boxlang.compiler.javaboxpiler.JavaTranspiler
Get the list of static UDF declarations that will get hoisted to the top
getStats() - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Our very own stats struct map to give you a holistic view of the executor
getStats() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the task stats
getStats() - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Get the cache stats
getStats() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get the stats object
getStep() - Method in class ortus.boxlang.compiler.ast.statement.BoxForIndex
 
getStoreMetadataKeyMap() - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get a key lookup structure where the BoxCache can build the report on.
getStoreMetadataKeyMap() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get a key lookup structure where cachebox can build the report on.
getStoreMetadataReport() - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get the store metadata report with no limit
getStoreMetadataReport() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get a structure of all the keys in the cache with their appropriate metadata structures.
getStoreMetadataReport(int) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Get a structure of all the keys in the cache with their appropriate metadata structures.
getStoreMetadataReport(int) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get a structure of all the keys in the cache with their appropriate metadata structures.
getSuper() - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Get the super interface.
getSuper() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Get the super class.
getSurroundingLines(int, boolean) - Method in class ortus.boxlang.compiler.ast.Source
 
getSymbol() - Method in enum class ortus.boxlang.compiler.ast.expression.BoxAssignmentOperator
 
getSymbol() - Method in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
getSymbol() - Method in enum class ortus.boxlang.compiler.ast.expression.BoxComparisonOperator
 
getSymbol() - Method in enum class ortus.boxlang.compiler.ast.expression.BoxUnaryOperator
 
getSymbol() - Method in enum class ortus.boxlang.compiler.ast.statement.BoxType
 
getSystemClassLoader() - Static method in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
Get the BoxLang system class loader used to load the runtime
GetSystemSetting - Class in ortus.boxlang.runtime.bifs.global.system
 
GetSystemSetting() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetSystemSetting
Constructor
getSystemTimezone() - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
This queries TimeZone.getDefault() to find the default time-zone and converts it to a ZoneId.
getTagContext() - Method in exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
Get the tag context
getTagContext() - Static method in class ortus.boxlang.runtime.types.exceptions.ExceptionUtil
Get the tag context from the current execution context.
getTagContext(int) - Static method in class ortus.boxlang.runtime.types.exceptions.ExceptionUtil
Get the tag context from the current execution context.
getTarget() - Method in class ortus.boxlang.runtime.bifs.BoxLangBIFProxy
 
getTarget() - Method in class ortus.boxlang.runtime.types.meta.BoxMeta
Get target object this metadata is for.
getTarget() - Method in class ortus.boxlang.runtime.types.meta.ClassMeta
Get target object this metadata is for
getTarget() - Method in class ortus.boxlang.runtime.types.meta.FunctionMeta
Get target object this metadata is for
getTarget() - Method in class ortus.boxlang.runtime.types.meta.GenericMeta
Get target object this metadata is for
getTarget() - Method in class ortus.boxlang.runtime.types.meta.InterfaceMeta
Get target object this metadata is for
getTarget() - Method in class ortus.boxlang.runtime.types.meta.QueryMeta
Get target object this metadata is for
getTarget() - Method in class ortus.boxlang.runtime.types.meta.StructMeta
Get target object this metadata is for
getTargetClass() - Method in class ortus.boxlang.runtime.interop.DynamicObject
 
getTargetInstance() - Method in class ortus.boxlang.runtime.interop.DynamicObject
 
getTask() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the task dynamic object that will be executed by the task.
getTaskRecord(String) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Get's a task record from the collection by name
getTasks() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Get the registered tasks in this scheduler
getTaskScheduler() - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Get a referece to the CacheService Task Scheduler
getTaskScheduler() - Method in class ortus.boxlang.runtime.services.CacheService
Get the scheduled executor service assigned to all caching services
getTaskStats() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Builds out a report for all the registered tasks in this scheduler.
getTaskTime() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the time of day for use in setNextRunTime().
getTempDirectory() - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Get the system temp directory
GetTempDirectory - Class in ortus.boxlang.runtime.bifs.global.system
 
GetTempDirectory() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetTempDirectory
Constructor
getTemplates() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Get templates
getTemplates() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get templates
getterName() - Method in record class ortus.boxlang.runtime.types.Property
Returns the value of the getterName record component.
getThenBody() - Method in class ortus.boxlang.compiler.ast.statement.BoxIfElse
 
getThisClass() - Method in class ortus.boxlang.runtime.context.ClassBoxContext
 
getThisClass() - Method in class ortus.boxlang.runtime.context.ClosureBoxContext
Detects of this Function is executing in the context of a class
getThisClass() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Get the class instance this function is inside of
getThisClass() - Method in class ortus.boxlang.runtime.scopes.ClassVariablesScope
-------------------------------------------------------------------------- Methods --------------------------------------------------------------------------
getThisClass() - Method in class ortus.boxlang.runtime.types.Closure
Detects of this Function is executing in the context of a class
getThisInterface() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
et the static class this function is inside of
getThisScope() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Get the this scope
getThisScope() - Method in class ortus.boxlang.runtime.types.meta.ClassMeta
Get the this scope directly
getThisStaticClass() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
et the static class this function is inside of
getThread() - Method in class ortus.boxlang.runtime.context.ThreadBoxContext
Get the thread
getThreadData(Key) - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Gets the thread data for a thread.
getThreadGroup() - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Get the thread group for the threads created by this manager
getThreadManager() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Get the thread manager for this request.
getThreadManager() - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
Get the thread manager for the proxy
getThreadMeta(Key) - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Gets just the thread meta data for a thread.
getThreadNames() - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Gets the names of the threads
getThreadReference(int) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
getThreadScope() - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Gets the thread scope
GetTickCount - Class in ortus.boxlang.runtime.bifs.global.system
 
GetTickCount() - Constructor for class ortus.boxlang.runtime.bifs.global.system.GetTickCount
Constructor
getTime - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
getTime() - Method in class ortus.boxlang.runtime.types.DateTime
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTimers() - Method in class ortus.boxlang.runtime.util.Timer
Get all timers
getTimerUtil() - Method in class ortus.boxlang.runtime.services.BaseService
Get the timer utility class
getTimeUnit() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the time unit used to schedule the task.
getTimezone() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Get the timezone
getTimezone() - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Get the scheduler timezone
getTimezone() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the timezone this task runs under.
getTimezone() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Get the timezone for this request
getTimezone(String) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Get the Java Zone ID of the passed in timezone identifier string Java.time.ZoneId
getTimeZone - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
GetTimezoneInfo - Class in ortus.boxlang.runtime.bifs.global.temporal
 
GetTimezoneInfo() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.GetTimezoneInfo
Constructor
GetToken - Class in ortus.boxlang.runtime.bifs.global.list
 
GetToken() - Constructor for class ortus.boxlang.runtime.bifs.global.list.GetToken
Constructor
getTransaction() - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Get the active transaction (if any) for this request/thread/BoxLang context.
getTransactionForContext(IBoxContext) - Method in class ortus.boxlang.runtime.bifs.global.jdbc.TransactionCommit
Appends an element to a list
getTransactionForContext(IBoxContext) - Method in class ortus.boxlang.runtime.bifs.global.jdbc.TransactionRollback
Appends an element to a list
getTransactionForContext(IBoxContext) - Method in class ortus.boxlang.runtime.bifs.global.jdbc.TransactionSetSavepoint
Appends an element to a list
getTransactionOrThrow() - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Get the active transaction for this request/thread/BoxLang context, throwing a DatabaseException if no transaction is found.
getTranspiler() - Static method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
Returns a instance of the transpiler
getTryBody() - Method in class ortus.boxlang.compiler.ast.statement.BoxTry
 
getType() - Method in class ortus.boxlang.compiler.ast.expression.BoxStructLiteral
 
getType() - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
getType() - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
getType() - Method in class ortus.boxlang.compiler.ast.statement.BoxParam
 
getType() - Method in class ortus.boxlang.compiler.ast.statement.BoxReturnType
 
getType() - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
getType() - Method in class ortus.boxlang.debugger.event.Event
Gets the type of the debug protocl message.
getType() - Method in interface ortus.boxlang.debugger.IAdapterProtocolMessage
 
getType() - Method in interface ortus.boxlang.debugger.ISendable
The type; either: request, event, or response.
getType() - Method in class ortus.boxlang.debugger.MapAdapterProtocolMessage
 
getType() - Method in class ortus.boxlang.debugger.request.AbstractRequest
 
getType() - Method in class ortus.boxlang.debugger.request.AttachRequest
 
getType() - Method in class ortus.boxlang.debugger.response.AbstractResponse
The type of the message.
getType() - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Get the provider type
getType() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Get the cache provider type
getType() - Method in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
 
getType() - Method in interface ortus.boxlang.runtime.jdbc.drivers.IJDBCDriver
Get the driver type
getType() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getType() - Method in exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
Get the type
getType() - Method in interface ortus.boxlang.runtime.types.IStruct
Get the type of struct
getType() - Method in class ortus.boxlang.runtime.types.QueryColumn
 
getType() - Method in class ortus.boxlang.runtime.types.Struct
Get the type of struct
getType() - Method in class ortus.boxlang.runtime.types.XML
 
getUDFcallables() - Method in class ortus.boxlang.compiler.javaboxpiler.JavaTranspiler
Get the list of compilation units that represent the callable functions
getUDFDeclarations() - Method in class ortus.boxlang.compiler.javaboxpiler.JavaTranspiler
Get the list of UDF declarations that will get hoisted to the top
getUnfoundClasses() - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Get the cache of unfound classes
getUnfoundClassesKeys() - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Get the set of keys in the unfound class cache
getUnfoundClassesSize() - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
How many unfound classes we have found
getUniqueName() - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Get a unique datasource name which includes a hash of the properties Following the pattern: bx_{name}_{properties_hash}
getUniqueName() - Method in class ortus.boxlang.runtime.jdbc.DataSource
Get a unique datasource name which includes a hash of the properties Following the pattern: bx_{name}_{properties_hash}
getUnpoppedModes() - Method in class ortus.boxlang.compiler.parser.BoxScriptLexerCustom
Get the unpopped modes on the Lexer's mode stack
getUnpoppedModes() - Method in class ortus.boxlang.compiler.parser.BoxTemplateLexerCustom
Get the unpopped modes on the Lexer's mode stack
getUnpoppedModes() - Method in class ortus.boxlang.compiler.parser.CFScriptLexerCustom
Get the unpopped modes on the Lexer's mode stack
getUnpoppedModes() - Method in class ortus.boxlang.compiler.parser.CFTemplateLexerCustom
Get the unpopped modes on the Lexer's mode stack
getUsedDotAccess() - Method in class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
getValue() - Method in class ortus.boxlang.compiler.ast.expression.BoxArgument
 
getValue() - Method in class ortus.boxlang.compiler.ast.expression.BoxBooleanLiteral
 
getValue() - Method in class ortus.boxlang.compiler.ast.expression.BoxDecimalLiteral
 
getValue() - Method in class ortus.boxlang.compiler.ast.expression.BoxFQN
 
getValue() - Method in class ortus.boxlang.compiler.ast.expression.BoxIntegerLiteral
 
getValue() - Method in class ortus.boxlang.compiler.ast.expression.BoxNull
 
getValue() - Method in class ortus.boxlang.compiler.ast.expression.BoxStringLiteral
 
getValue() - Method in interface ortus.boxlang.compiler.ast.expression.IBoxSimpleLiteral
 
getValue() - Method in class ortus.boxlang.compiler.ast.statement.BoxAnnotation
 
getValue() - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
getValue() - Method in class ortus.boxlang.compiler.ast.statement.BoxDocumentationAnnotation
 
getValue() - Method in class ortus.boxlang.runtime.jdbc.QueryParameter
 
getValue() - Method in class ortus.boxlang.runtime.net.NameValuePair
 
getValueByKey(Key) - Static method in enum class ortus.boxlang.runtime.cache.providers.CoreProviderType
Get the value of the enum by the key
getValueByKey(Key) - Static method in enum class ortus.boxlang.runtime.cache.store.ObjectStoreType
Get the value of the enum by the key
getValues() - Method in class ortus.boxlang.compiler.ast.expression.BoxArrayLiteral
 
getValues() - Method in class ortus.boxlang.compiler.ast.expression.BoxStringConcat
 
getValues() - Method in class ortus.boxlang.compiler.ast.expression.BoxStructLiteral
 
getVariable() - Method in class ortus.boxlang.compiler.ast.statement.BoxForIn
 
getVariable() - Method in class ortus.boxlang.compiler.ast.statement.BoxParam
 
getVariable(String, JDITools.WrappedValue) - Static method in class ortus.boxlang.debugger.JDITools
 
getVariable(IBoxContext, String, boolean) - Static method in class ortus.boxlang.runtime.dynamic.ExpressionInterpreter
Resolve an expression pointing to a varaible in the format of foo, foo.bar, foo.bar.baz, etc.
getVariablesFromSeen(long) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
getVariablesFromSeen(long) - Static method in class ortus.boxlang.debugger.JDITools
 
getVariablesScope() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Get the variables scope
getVariablesScope() - Method in class ortus.boxlang.runtime.types.meta.ClassMeta
Get the variables scope directly
getVersionInfo() - Method in class ortus.boxlang.runtime.BoxRuntime
Get a Struct of version information from the version.properties
getVisibleScopes() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
This is mostly for the debugger.
getVisibleScopes() - Method in interface ortus.boxlang.runtime.context.IBoxContext
This is mostly for the debugger.
getVisibleScopes(int) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.ApplicationBoxContext
Get the visible scopes for this context This will return the scopes that are visible to this context
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
This is mostly for the debugger.
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
-------------------------------------------------------------------------- Getters + Setters --------------------------------------------------------------------------
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.ClassBoxContext
 
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.ClosureBoxContext
 
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.ContainerBoxContext
-------------------------------------------------------------------------- Getters + Setters --------------------------------------------------------------------------
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.CustomTagBoxContext
 
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
 
getVisibleScopes(IStruct, boolean, boolean) - Method in interface ortus.boxlang.runtime.context.IBoxContext
This is mostly for the debugger.
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.InterfaceBoxContext
 
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.LambdaBoxContext
 
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.RequestBoxContext
 
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.RuntimeBoxContext
-------------------------------------------------------------------------- Getters + Setters --------------------------------------------------------------------------
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
Get the visible scopes for this context
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.SessionBoxContext
 
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.StaticClassBoxContext
 
getVisibleScopes(IStruct, boolean, boolean) - Method in class ortus.boxlang.runtime.context.ThreadBoxContext
 
getVisitor() - Method in class ortus.boxlang.compiler.javaboxpiler.CustomPrettyPrinter
Get visitor
getWeekdays() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the constraint to run only on weekdays.
getWeekDaysBetween(ZonedDateTime, ZonedDateTime) - Static method in class ortus.boxlang.runtime.bifs.global.temporal.DateDiff
 
getWeekends() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get the constraint to run only on weekends.
getWhenFalse() - Method in class ortus.boxlang.compiler.ast.expression.BoxTernaryOperation
 
getWhenPredicate() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get a lambda that determines if this task will be sent for scheduling or not.
getWhenTrue() - Method in class ortus.boxlang.compiler.ast.expression.BoxTernaryOperation
 
getWhere() - Method in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
Get the where
getWrapped() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
getWrapped() - Method in class ortus.boxlang.runtime.scopes.ScopeWrapper
-------------------------------------------------------------------------- Methods --------------------------------------------------------------------------
getWrapped() - Method in class ortus.boxlang.runtime.types.DateTime
Get's the original wrapped ZonedDateTime object
getWrapped() - Method in interface ortus.boxlang.runtime.types.IStruct
Get the wrapped map used in the implementation
getWrapped() - Method in class ortus.boxlang.runtime.types.Struct
Get the wrapped map used in the implementation
getWrapped() - Method in class ortus.boxlang.runtime.types.XML
 
getWriter() - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
 
getXMLAttributes() - Method in class ortus.boxlang.runtime.types.XML
Get the attributes of this XML node as a struct
getXMLChildren() - Method in class ortus.boxlang.runtime.types.XML
Get the element children of this XML node as an array of XML objects
getXMLChildrenAsList() - Method in class ortus.boxlang.runtime.types.XML
Get the element children of this XML node as an array of XML objects
getXMLName() - Method in class ortus.boxlang.runtime.types.XML
Get the name of this XML node
getXMLNodes() - Method in class ortus.boxlang.runtime.types.XML
Get all child nodes except attribute nodes
getXMLText() - Method in class ortus.boxlang.runtime.types.XML
Get the text inside this XML node as a string
getXMLType() - Method in class ortus.boxlang.runtime.types.XML
Get the type of this XML node as text
getXMLValue() - Method in class ortus.boxlang.runtime.types.XML
Get the value of this XML node
getZone() - Method in class ortus.boxlang.runtime.types.DateTime
 
GreaterThan - Class in ortus.boxlang.runtime.operators
Performs GT or > comparison Compares numbers as numbers, compares strings case insensitive
GreaterThan - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxComparisonOperator
 
GreaterThan() - Constructor for class ortus.boxlang.runtime.operators.GreaterThan
 
GreaterThanEqual - Class in ortus.boxlang.runtime.operators
Performs GTE or >= comparison Compares numbers as numbers, compares strings case insensitive
GreaterThanEqual() - Constructor for class ortus.boxlang.runtime.operators.GreaterThanEqual
 
GreaterThanEquals - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxComparisonOperator
 
GreaterThanZero - Class in ortus.boxlang.runtime.validation
I require numberic value greater than zero.
GreaterThanZero() - Constructor for class ortus.boxlang.runtime.validation.GreaterThanZero
 
group - Variable in class ortus.boxlang.runtime.async.tasks.TaskRecord
Task group
group - Static variable in class ortus.boxlang.runtime.scopes.Key
 
groupCaseSensitive - Static variable in class ortus.boxlang.runtime.scopes.Key
 

H

has(String...) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Verify if a path exists in the data structure
has(DatasourceConfig) - Method in class ortus.boxlang.runtime.services.DatasourceService
Do we have a datasource registered with the manager using a configuration?
has(Key) - Method in class ortus.boxlang.runtime.services.DatasourceService
Do we have a datasource registered with the manager?
hasAccessors(IClassRunnable) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
A helper to look at the "accessors" annotation By default in BoxLang this is true
hasApplication(Key) - Method in class ortus.boxlang.runtime.services.ApplicationService
Check if an application exists
hasAttachment(Key) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
 
hasAttachment(Key) - Method in class ortus.boxlang.runtime.util.Attachable
Verify if an attachment is present for the given key.
hasAttachment(Key) - Method in interface ortus.boxlang.runtime.util.IBoxAttachable
Verify if an attachment is present for the given key.
hasCache(String) - Method in class ortus.boxlang.runtime.services.CacheService
Verify if we have a cache registered with the given name
hasCache(Key) - Method in class ortus.boxlang.runtime.services.CacheService
Verify if we have a cache registered with the given name
hasCachedDatasource(Key) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Do we have a datasource cached with the given name?
hasClass(Class<?>, String) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Verifies if the class has a public or public static Class with the given name
hasClass(String) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Verifies if the passed path key is in the resolver cache
hasClass(String) - Method in class ortus.boxlang.runtime.loader.DiskClassLoader
Check if a class exists on disk
hasClass(String, long) - Method in class ortus.boxlang.runtime.loader.DiskClassLoader
Check if a class exists on disk and is up to date
hasClassLoader(String) - Method in class ortus.boxlang.runtime.application.Application
Verify if the class loader exists by cache key
hasClassNoCase(Class<?>, String) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Verifies if the class has a public or public static Class with the given name and no case-sensitivity (upper case)
hasColumn(Key) - Method in class ortus.boxlang.runtime.types.Query
Does this query have a specific column?
hasColumns() - Method in class ortus.boxlang.runtime.types.Query
Does this query have columns?
hasComponent(String) - Method in class ortus.boxlang.runtime.services.ComponentService
Returns whether or not the service has a component with the given name
hasComponent(Key) - Method in class ortus.boxlang.runtime.services.ComponentService
Returns whether or not the service has a component with the given name
hasDefaultDatasource() - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Verifies if we have a default datasource or not
hasDefaultValue() - Method in record class ortus.boxlang.runtime.types.Argument
 
hasDriver(Key) - Method in class ortus.boxlang.runtime.services.DatasourceService
Has a driver been registered?
hasEndTag - Static variable in class ortus.boxlang.runtime.scopes.Key
 
hasExecutor(String) - Method in class ortus.boxlang.runtime.services.AsyncService
Verify if an executor exists
hasField(Class<?>, String) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Verifies if the class has a public or public static field with the given name
hasField(String) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Verifies if the class has a public or public static field with the given name
hasFieldNoCase(Class<?>, String) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Verifies if the class has a public or public static field with the given name and no case-sensitivity (upper case)
hasFieldNoCase(String) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Verifies if the class has a public or public static field with the given name and no case-sensitivity (upper case)
hasGlobalFunction(String) - Method in class ortus.boxlang.runtime.services.FunctionService
Returns whether or not the service has a global function with the given name
hasGlobalFunction(Key) - Method in class ortus.boxlang.runtime.services.FunctionService
Returns whether or not the service has a global function with the given name
hasGlobalService(Key) - Method in class ortus.boxlang.runtime.BoxRuntime
Has a global service been set
hash(byte[], String, int) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Iterative hash of a byte array
hash(Object) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Performs a hash of an object using the default algorithm
hash(Object, String) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
Performs a hash of an object using a supported algorithm
Hash - Class in ortus.boxlang.runtime.bifs.global.encryption
 
Hash() - Constructor for class ortus.boxlang.runtime.bifs.global.encryption.Hash
Constructor
hash40 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
hashCode - Variable in class ortus.boxlang.runtime.scopes.Key
Keys are immutable, so we can cache the hash code
hashCode() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.AggregateFeatureUsed
Returns a hash code value for this object.
hashCode() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureUsed
Returns a hash code value for this object.
hashCode() - Method in record class ortus.boxlang.compiler.ast.visitor.MissingQueryParamVisitor.Issue
Returns a hash code value for this object.
hashCode() - Method in record class ortus.boxlang.compiler.ast.visitor.UnencodedVariableOutputVisitor.Issue
Returns a hash code value for this object.
hashCode() - Method in record class ortus.boxlang.compiler.ClassInfo
Hash Code
hashCode() - Method in record class ortus.boxlang.debugger.BoxLangDebugger.StackFrameTuple
Returns a hash code value for this object.
hashCode() - Method in record class ortus.boxlang.debugger.DebugMain.CLIOptions
Returns a hash code value for this object.
hashCode() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Returns a hash code value for this object.
hashCode() - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Returns a hash code value for this object.
hashCode() - Method in record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Returns a hash code value for this object.
hashCode() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
Build out a hashcode for this entry based on the key, timeout, lastAccessTimeout, and cacheName
hashCode() - Method in record class ortus.boxlang.runtime.components.Attribute
Returns a hash code value for this object.
hashCode() - Method in record class ortus.boxlang.runtime.components.Component.BodyResult
Returns a hash code value for this object.
hashCode() - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Get's the hashcode according to the uniqueName
hashCode() - Method in record class ortus.boxlang.runtime.context.IBoxContext.ScopeSearchResult
Returns a hash code value for this object.
hashCode() - Method in class ortus.boxlang.runtime.dynamic.Attempt
Hash code of the value
hashCode() - Method in record class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyDefinition
Returns a hash code value for this object.
hashCode() - Method in class ortus.boxlang.runtime.interop.DynamicObject
Hashcode override.
hashCode() - Method in record class ortus.boxlang.runtime.interop.MethodRecord
Returns a hash code value for this object.
hashCode() - Method in class ortus.boxlang.runtime.jdbc.DataSource
Get's the hashcode according to the datasource's unique name
hashCode() - Method in record class ortus.boxlang.runtime.loader.ClassLocator.ClassLocation
Returns a hash code value for this object.
hashCode() - Method in record class ortus.boxlang.runtime.loader.ImportDefinition
Returns a hash code value for this object.
hashCode() - Method in class ortus.boxlang.runtime.scopes.Key
 
hashCode() - Method in class ortus.boxlang.runtime.scopes.KeyCased
 
hashCode() - Method in record class ortus.boxlang.runtime.types.Argument
Returns a hash code value for this object.
hashCode() - Method in class ortus.boxlang.runtime.types.Array
Array Hashcode
hashCode() - Method in class ortus.boxlang.runtime.types.DateTime
Returns the hashcode of the wrapped object
hashCode() - Method in record class ortus.boxlang.runtime.types.Property
Returns a hash code value for this object.
hashCode() - Method in class ortus.boxlang.runtime.types.Struct
Struct Hashcode
hashCode() - Method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Returns a hash code value for this object.
HashMapOfProperties(Object...) - Static method in class ortus.boxlang.runtime.types.util.MapHelper
Create a HashMap from a list of values.
hasInstance() - Static method in class ortus.boxlang.runtime.BoxRuntime
Check if the runtime has been started
hasInstance() - Method in class ortus.boxlang.runtime.interop.DynamicObject
Verifies if the class invoker has an instance or not
hasInterceptionPoint(Key) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Check if the pool has an interception point
hasIssues() - Method in exception class ortus.boxlang.runtime.types.exceptions.ParseException
 
hasLineNumbers(String, String) - Method in class ortus.boxlang.compiler.DiskClassUtil
Check if a JSON exists on disk
hasMapping(String) - Method in class ortus.boxlang.runtime.config.Configuration
Verify if a mapping exists
hasMapping(Key) - Method in class ortus.boxlang.runtime.config.Configuration
Verify if a mapping exists
hasMethod(Class<?>, String) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Verifies if the class has a public or public static method with the given name
hasMethod(String) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Verifies if the class has a public or public static method with the given name
hasMethodNoCase(Class<?>, String) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Verifies if the class has a public or public static method with the given name and no case-sensitivity (upper case)
hasMethodNoCase(String) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Verifies if the class has a public or public static method with the given name and no case-sensitivity (upper case)
hasModifier(BoxMethodDeclarationModifier) - Method in class ortus.boxlang.runtime.types.Function
Check if a specific modifier is present
hasModule() - Method in class ortus.boxlang.runtime.bifs.BIFDescriptor
Descriptor belongs to a modules or not
hasModule() - Method in class ortus.boxlang.runtime.components.ComponentDescriptor
Descriptor belongs to a modules or not
hasModule(Key) - Method in class ortus.boxlang.runtime.services.ModuleService
Verify if we have a module in the registry
hasNamespace() - Method in class ortus.boxlang.runtime.bifs.BIFDescriptor
Descriptor belongs to a namespace or not
hasParent() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Verifies if a parent context is attached to this context
hasParent() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Verifies if a parent context is attached to this context
hasProperty(Key) - Method in class ortus.boxlang.runtime.events.BaseInterceptor
Verify if a property exists
hasProvider(String) - Method in class ortus.boxlang.runtime.services.CacheService
Check if a provider exists
hasProvider(Key) - Method in class ortus.boxlang.runtime.services.CacheService
Check if a provider exists
hasResolver(String) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Verify if a resolver is registered
hasScheduler() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Check if this task has a scheduler bound to it.
hasScheduler(Key) - Method in class ortus.boxlang.runtime.services.SchedulerService
Do we have a scheduler by this name?
hasSeen(long) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
hasSeen(long) - Static method in class ortus.boxlang.debugger.JDITools
 
hasStarted() - Method in class ortus.boxlang.runtime.application.Application
Check if the application is running
hasStarted() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Has this scheduler been started?
hasStarted() - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Has this scheduler been started?
hasState(Key) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Check if the service has the InterceptorState
hasSuperClass(String) - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Check to see if this class immediately extends a particular class.
hasTask(String) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Check if a task is registered in this scheduler
hasTemplates() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Has the execution context been bound to a template?
hasTemplates() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Has the execution context been bound to a template?
hasThreads() - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Detect if at least one thread
hasUnpoppedModes() - Method in class ortus.boxlang.compiler.parser.BoxScriptLexerCustom
Check if there are unpopped modes on the Lexer's mode stack
hasUnpoppedModes() - Method in class ortus.boxlang.compiler.parser.BoxTemplateLexerCustom
Check if there are unpopped modes on the Lexer's mode stack
hasUnpoppedModes() - Method in class ortus.boxlang.compiler.parser.CFScriptLexerCustom
Check if there are unpopped modes on the Lexer's mode stack
hasUnpoppedModes() - Method in class ortus.boxlang.compiler.parser.CFTemplateLexerCustom
Check if there are unpopped modes on the Lexer's mode stack
header - Static variable in class ortus.boxlang.runtime.scopes.Key
 
headers - Static variable in class ortus.boxlang.runtime.scopes.Key
 
healthCheckRegistry - Static variable in class ortus.boxlang.runtime.scopes.Key
 
hint - Static variable in class ortus.boxlang.runtime.scopes.Key
 
hitBreakpointIds - Variable in class ortus.boxlang.debugger.event.StoppedEvent.StoppedBody
 
hitRate() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Get the cache's hit rate = hits / (hits + misses)
hitRate() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Get the cache's hit rate = hits / (hits + misses)
hits() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
 
hits() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
The number of hits this cache entry has had
hits() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Get the total cache's hits
hits() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Get the total cache's hits
hmac(byte[], String, String, String) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
HMAC encodes a byte array using the default encoding
hmac(Object, String, String, String) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
HMAC encodes an object using the default encoding
Hmac - Class in ortus.boxlang.runtime.bifs.global.encryption
 
Hmac() - Constructor for class ortus.boxlang.runtime.bifs.global.encryption.Hmac
Constructor
host - Static variable in class ortus.boxlang.runtime.scopes.Key
 
hostname - Static variable in class ortus.boxlang.runtime.scopes.Key
 
hour - Static variable in class ortus.boxlang.runtime.scopes.Key
 
hours - Static variable in class ortus.boxlang.runtime.scopes.Key
 
HTTP - Class in ortus.boxlang.runtime.components.net
 
HTTP - Static variable in class ortus.boxlang.runtime.scopes.Key
 
HTTP() - Constructor for class ortus.boxlang.runtime.components.net.HTTP
Constructor
http_accept - Static variable in class ortus.boxlang.runtime.scopes.Key
 
http_accept_encoding - Static variable in class ortus.boxlang.runtime.scopes.Key
 
http_accept_language - Static variable in class ortus.boxlang.runtime.scopes.Key
 
http_connection - Static variable in class ortus.boxlang.runtime.scopes.Key
 
http_cookie - Static variable in class ortus.boxlang.runtime.scopes.Key
 
http_host - Static variable in class ortus.boxlang.runtime.scopes.Key
 
http_referer - Static variable in class ortus.boxlang.runtime.scopes.Key
 
http_user_agent - Static variable in class ortus.boxlang.runtime.scopes.Key
 
HTTP_Version - Static variable in class ortus.boxlang.runtime.scopes.Key
 
HttpManager - Class in ortus.boxlang.runtime.net
 
httpOnly - Static variable in class ortus.boxlang.runtime.scopes.Key
 
HTTPParam - Class in ortus.boxlang.runtime.components.net
 
HTTPParam() - Constructor for class ortus.boxlang.runtime.components.net.HTTPParam
Constructor
HTTPParams - Static variable in class ortus.boxlang.runtime.scopes.Key
 
https - Static variable in class ortus.boxlang.runtime.scopes.Key
 
https_keysize - Static variable in class ortus.boxlang.runtime.scopes.Key
 
https_secretkeysize - Static variable in class ortus.boxlang.runtime.scopes.Key
 
https_server_issuer - Static variable in class ortus.boxlang.runtime.scopes.Key
 
https_server_subject - Static variable in class ortus.boxlang.runtime.scopes.Key
 
HTTPStatusReasons - Class in ortus.boxlang.runtime.net
 
HTTPStatusReasons() - Constructor for class ortus.boxlang.runtime.net.HTTPStatusReasons
 
HYPERSONIC - Enum constant in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
 

I

IAdapterProtocolMessage - Interface in ortus.boxlang.debugger
 
IBoxAttachable - Interface in ortus.boxlang.runtime.util
This allows any key-value pair of attachable data to be attached to a Box object.
IBoxCaster - Interface in ortus.boxlang.runtime.dynamic.casters
 
IBoxContext - Interface in ortus.boxlang.runtime.context
This represents the interface for all box contexts.
IBoxContext.ScopeSearchResult - Record Class in ortus.boxlang.runtime.context
Represents the results of a successful scope hunting expedition.
IBoxDocumentableNode - Interface in ortus.boxlang.compiler.ast
Root node for a Class
IBoxLangDebugger - Interface in ortus.boxlang.debugger
Interface for BoxLangDebuggers.
IBoxLiteral - Interface in ortus.boxlang.compiler.ast.expression
I represent a litearl value
IBoxpiler - Interface in ortus.boxlang.compiler
 
IBoxRunnable - Interface in ortus.boxlang.runtime.runnables
 
IBoxSimpleLiteral - Interface in ortus.boxlang.compiler.ast.expression
I represent a simple litearl value
ICacheEntry - Interface in ortus.boxlang.runtime.cache
Every cache provider in BoxLang must adhere to this interface.
ICacheKeyFilter - Interface in ortus.boxlang.runtime.cache.filters
This interface can be used to filter cache keys when using the cache provider.
ICachePolicy - Interface in ortus.boxlang.runtime.cache.policies
The base interface for a cache policy in BoxLang.
ICacheProvider - Interface in ortus.boxlang.runtime.cache.providers
A BoxLang cache provider that can talk to any cache implementation.
ICacheStats - Interface in ortus.boxlang.runtime.cache.util
Every cache provider in BoxLang must adhere to this interface in order to provide statistics about the cache it manages.
IChangeListener - Interface in ortus.boxlang.runtime.types.meta
 
IClassResolver - Interface in ortus.boxlang.runtime.loader.resolvers
This interface is to implement ways to resolve classes in BoxLang.
IClassRunnable - Interface in ortus.boxlang.runtime.runnables
 
IConfigSegment - Interface in ortus.boxlang.runtime.config.segments
Each configuration segment is a part of the configuration file that is responsible for a specific part of the configuration.
id - Variable in class ortus.boxlang.debugger.types.Breakpoint
 
id - Variable in class ortus.boxlang.debugger.types.Message
 
id - Variable in class ortus.boxlang.debugger.types.StackFrame
 
id - Variable in class ortus.boxlang.debugger.types.Thread
 
id - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
Unique internal ID for the module
id - Static variable in class ortus.boxlang.runtime.scopes.Key
 
id() - Method in record class ortus.boxlang.debugger.BoxLangDebugger.StackFrameTuple
Returns the value of the id record component.
id() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Returns the value of the id record component.
ID_CONCATENATOR - Static variable in class ortus.boxlang.runtime.application.Session
The concatenator for session IDs
IDebugResponse - Interface in ortus.boxlang.debugger.response
 
idleTime - Static variable in class ortus.boxlang.runtime.scopes.Key
 
idleTimeout - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ifEmpty(Runnable) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If the attempt is NOT present, run the consumer
ifFailed() - Method in class ortus.boxlang.runtime.dynamic.Attempt
Functional alias to Attempt.isEmpty()
ifFailed() - Method in class ortus.boxlang.runtime.dynamic.casters.CastAttempt
ifInvalid(Consumer<? super T>) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If the attempt is invalid, run the consumer This is useful for side effects If the attempt is empty and invalid, the consumer is not run
ifPresent(String, Consumer<Object>) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Check if a key exists in the data segment and if present execute a consumer.
ifPresent(Consumer<? super T>) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If a value is present, performs the given action with the value, otherwise does nothing.
ifPresentOrElse(String, Consumer<Object>, Runnable) - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Check if a key exists in the data segment and if present execute a consumer.
ifPresentOrElse(Consumer<? super T>, Runnable) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If a value is present, performs the given action with the value, otherwise performs the given empty-based action.
ifSuccesful(Consumer<? super T>) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If a value is present, performs the given action with the value, otherwise does nothing.
ifSuccessful(Consumer<? super T>) - Method in class ortus.boxlang.runtime.dynamic.casters.CastAttempt
If a value is present, invoke the specified consumer with the value, otherwise do nothing.
IFunctionRunnable - Interface in ortus.boxlang.runtime.runnables
 
ifValid(Consumer<? super T>) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If the attempt is valid, run the consumer This is useful for side effects If the attempt is empty and invalid, the consumer is not run
ignoreCase - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ignoreExists - Static variable in class ortus.boxlang.runtime.scopes.Key
 
IIF - Class in ortus.boxlang.runtime.bifs.global.system
 
IIF() - Constructor for class ortus.boxlang.runtime.bifs.global.system.IIF
Constructor
IImmutable - Interface in ortus.boxlang.runtime.types.immutable
Represents a base type which is immutable
IInterceptor - Interface in ortus.boxlang.runtime.events
This interface is used to define a Java interceptor.
IInterceptorLambda - Class in ortus.boxlang.runtime.interop.proxies
 
IInterceptorLambda - Interface in ortus.boxlang.runtime.events
This interface is used to define a Java interceptor.
IInterceptorLambda(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.IInterceptorLambda
 
IJDBCCapableContext - Interface in ortus.boxlang.runtime.context
This interface is used mostly on the RequestBoxContext and ThreadBoxContext classes to provide access to the ConnectionManager and other JDBC-related functionality.
IJDBCDriver - Interface in ortus.boxlang.runtime.jdbc.drivers
This interface is used to define the methods that a JDBC driver must implement in order to do datasource registrations, population and validation.
IListenable - Interface in ortus.boxlang.runtime.types.meta
Represents a type that can register change listeners
ImmutableArray - Class in ortus.boxlang.runtime.types.immutable
Represents an immutable Array.
ImmutableArray() - Constructor for class ortus.boxlang.runtime.types.immutable.ImmutableArray
Constructor to create default array
ImmutableArray(int) - Constructor for class ortus.boxlang.runtime.types.immutable.ImmutableArray
Constructor to create array with an initial capacity
ImmutableArray(Object[]) - Constructor for class ortus.boxlang.runtime.types.immutable.ImmutableArray
Constructor to create a Array from a Java array
ImmutableArray(List<? extends Object>) - Constructor for class ortus.boxlang.runtime.types.immutable.ImmutableArray
Constructor to create a Array from a List
ImmutableStruct - Class in ortus.boxlang.runtime.types.immutable
Represents an immutable Struct.
ImmutableStruct() - Constructor for class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Create a default struct
ImmutableStruct(Map<? extends Object, ? extends Object>) - Constructor for class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Construct a struct from a map
ImmutableStruct(IStruct) - Constructor for class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Construct a struct from a Struct
ImmutableStruct(IStruct.TYPES) - Constructor for class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Constructor
ImmutableStruct(IStruct.TYPES, Map<? extends Object, ? extends Object>) - Constructor for class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Construct a struct of a specific type from a map
implementsSignature(Argument) - Method in record class ortus.boxlang.runtime.types.Argument
 
implementsSignature(Function) - Method in class ortus.boxlang.runtime.types.Function
 
Implies - Class in ortus.boxlang.runtime.operators
Performs an implication check on the two values.
Implies - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
Implies() - Constructor for class ortus.boxlang.runtime.operators.Implies
 
importApplies(ImportDefinition) - Method in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
Checks if the import applies to this resolver.
ImportDefinition - Record Class in ortus.boxlang.runtime.loader
Represents an import in BoxLang import prefix:package.to.Class as alias import package.to.Class import package.to.Class as alias import package.to.*
ImportDefinition(String, String, String) - Constructor for record class ortus.boxlang.runtime.loader.ImportDefinition
Creates an instance of a ImportDefinition record class.
importHas(ImportDefinition, String) - Method in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
Checks if the import has the given class.
importHas(ImportDefinition, String) - Method in class ortus.boxlang.runtime.loader.resolvers.JavaResolver
Checks if the import has the given class name as : - an alias - as a class - as a multi-import (java.util.*) definition
importHasMulti(ImportDefinition, String) - Method in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
Checks if the import has the given class name as a multi-import
importHasMulti(ImportDefinition, String) - Method in class ortus.boxlang.runtime.loader.resolvers.JavaResolver
Checks if the import has the given class name as a multi-import.
Include - Class in ortus.boxlang.runtime.components.system
 
Include() - Constructor for class ortus.boxlang.runtime.components.system.Include
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
includeBody - Static variable in class ortus.boxlang.runtime.scopes.Key
 
includeEmptyFields - Static variable in class ortus.boxlang.runtime.scopes.Key
 
includeTemplate(String) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Invoke a template in the current context
includeTemplate(String) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Invoke a template in the current context
increment() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.AggregateFeatureUsed
 
Increment - Class in ortus.boxlang.runtime.operators
Performs Math i++ a = b++ or a = ++b
Increment() - Constructor for class ortus.boxlang.runtime.operators.Increment
 
incrementAndGetClosureCounter() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
incrementAndGetComponentOptionalCounter() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
incrementAndGetForInCounter() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
Increment and return the for in counter
incrementAndGetLambdaContextCounter() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
incrementAndGetLambdaCounter() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
incrementAndGetSwitchCounter() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
Increment and return the switch counter
incrementAndGetTryCatchCounter() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
Increment and return the try catch counter
incrementHits() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
Increment the hits
incrementHits() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
Increment the hits
incrementQueryLoop(Query) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Increment the query loop
incrementQueryLoop(Query) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Increment the query loop
IncrementValue - Class in ortus.boxlang.runtime.bifs.global.math
 
IncrementValue() - Constructor for class ortus.boxlang.runtime.bifs.global.math.IncrementValue
Constructor
inDays() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the time unit in days
inDebugMode() - Method in class ortus.boxlang.runtime.BoxRuntime
Verifies if the runtime is in debug mode
INDENT - Static variable in class ortus.boxlang.runtime.types.util.StringUtil
 
index - Static variable in class ortus.boxlang.runtime.scopes.Key
 
indexOf(Object) - Method in class ortus.boxlang.runtime.types.Array
 
indexOf(String, String, String) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Find the index of a value in a list
indexOf(String, String, String, Boolean, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Find the index of a value in a list
indexOfNoCase(String, String, String) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Find the index of a value in a list case insensitive
indexOfNoCase(String, String, String, Boolean, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Find the index of a value in a list case insensitive
indicateNotExists - Static variable in class ortus.boxlang.runtime.scopes.Key
 
inetHost - Variable in class ortus.boxlang.runtime.async.tasks.TaskRecord
The inet host
inflateClassPaths(Array) - Static method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Goes through an array of path locations and inflates them into an array of URLs of all the JARs and classes in the paths
inflateStates(Object) - Static method in class ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptor
Inflates an array or string of states into a list of keys
info(Object, Boolean) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Returns a struct of information on a file - supports the FileInfo and GetFileInfo BIFs
inHours() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the time unit in hours
init - Static variable in class ortus.boxlang.runtime.scopes.Key
 
init(ICacheProvider, IStruct) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
init(ICacheProvider, IStruct) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Some storages require a method to initialize the storage or do object loading.
init(ICacheProvider, IStruct) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Some storages require a method to initialize the storage or do object loading.
init(ICacheProvider, IStruct) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Some storages require a method to initialize the storage or do object loading.
init(ICacheProvider, IStruct) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Some storages require a method to initialize the storage or do object loading.
INIT - Enum constant in enum class ortus.boxlang.compiler.javaboxpiler.transformer.TransformerContext
 
INITIAL_CAPACITY - Static variable in class ortus.boxlang.runtime.types.Struct
In general, a common approach is to choose an initial capacity that is a power of two.
initialize() - Method in class ortus.boxlang.debugger.AttachStrategy
 
initialize() - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
initialize() - Method in class ortus.boxlang.debugger.BoxLangRemoteDebugger
 
initialize() - Method in interface ortus.boxlang.debugger.IBoxLangDebugger
 
initialize() - Method in class ortus.boxlang.debugger.InlineStrategy
 
initialize() - Method in class ortus.boxlang.debugger.InlineWebServerInitializationStrategy
 
initialize() - Method in interface ortus.boxlang.debugger.IVMInitializationStrategy
 
initialize() - Method in interface ortus.boxlang.runtime.scopes.IScope
Some scopes need initialization procedures.
initialize() - Method in class ortus.boxlang.runtime.scopes.ServerScope
Initialize the Server scope, so now modules can collaborate
INITIALIZED - Enum constant in enum class ortus.boxlang.debugger.BoxLangDebugger.Status
 
InitializeRequest - Class in ortus.boxlang.debugger.request
Models the command to initialize a debug session.
InitializeRequest() - Constructor for class ortus.boxlang.debugger.request.InitializeRequest
 
InitializeResponse - Class in ortus.boxlang.debugger.response
Responds to the InitializeRequest.
InitializeResponse() - Constructor for class ortus.boxlang.debugger.response.InitializeResponse
Constructor
InitializeResponse(IAdapterProtocolMessage) - Constructor for class ortus.boxlang.debugger.response.InitializeResponse
Constructor
InitializeResponse.Capabilities - Class in ortus.boxlang.debugger.response
 
initializeSession(Key) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Intializes a new session, also called by every new request via the BaseApplicationListener.defineApplication() method
initialValue - Static variable in class ortus.boxlang.runtime.scopes.Key
 
initMethod - Static variable in class ortus.boxlang.runtime.scopes.Key
 
inJarMode() - Method in class ortus.boxlang.runtime.BoxRuntime
Check if the runtime is in jar mode or not
injectParentContext(IBoxContext) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Inject a parent context, moving the current parent to the grandparent Any existing parent in the passed context will be overwritten with the current parent
injectParentContext(IBoxContext) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Inject a parent context, moving the current parent to the grandparent Any existing parent in the passed context will be overwritten with the current parent
injectTopParentContext(IBoxContext) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Inject a top parent context above the request-type context, moving the request context's current parent to its grandparent
injectTopParentContext(IBoxContext) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Inject a top parent context above the request-type context, moving the request context's current parent to its grandparent
InlineStrategy - Class in ortus.boxlang.debugger
 
InlineWebServerInitializationStrategy - Class in ortus.boxlang.debugger
 
inMicroseconds() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the time unit in microseconds
inMilliseconds() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the time unit in milliseconds
inMinutes() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the time unit in minutes
inNanoseconds() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the time unit in nanoseconds
input - Static variable in class ortus.boxlang.runtime.scopes.Key
 
InputBaseN - Class in ortus.boxlang.runtime.bifs.global.math
 
InputBaseN() - Constructor for class ortus.boxlang.runtime.bifs.global.math.InputBaseN
Constructor
inSeconds() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the time unit in seconds
Insert - Class in ortus.boxlang.runtime.bifs.global.string
 
Insert() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Insert
Constructor
insertAt(int, Object) - Method in class ortus.boxlang.runtime.types.Array
Inserts an object at a specified position using the one-based index value
insertAt(String, int, String, String) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Insert an item at a specific (1-based) index
insertAt(String, int, String, String, Boolean, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Insert an item at a specific (1-based) index
insertQueryAt(int, Query) - Method in class ortus.boxlang.runtime.types.Query
Insert a query into this query at a specific position
inserts - Static variable in class ortus.boxlang.runtime.scopes.Key
 
insideClass - Variable in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
Track the class we are inside of
instance - Static variable in class ortus.boxlang.runtime.loader.resolvers.BoxResolver
Singleton instance
instance - Static variable in class ortus.boxlang.runtime.loader.resolvers.JavaResolver
Singleton instance
instance - Static variable in class ortus.boxlang.runtime.scopes.Key
 
InstanceOf - Class in ortus.boxlang.runtime.operators
Performs instance of check.
InstanceOf - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
InstanceOf() - Constructor for class ortus.boxlang.runtime.operators.InstanceOf
 
Int - Class in ortus.boxlang.runtime.bifs.global.math
 
Int() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Int
Constructor
INTEGER - Enum constant in enum class ortus.boxlang.runtime.types.QueryColumnType
 
INTEGER - Static variable in record class ortus.boxlang.runtime.types.Argument
 
IntegerCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything
IntegerCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.IntegerCaster
 
IntegerDivide - Class in ortus.boxlang.runtime.operators
Performs Math Integer Division.
IntegerDivide() - Constructor for class ortus.boxlang.runtime.operators.IntegerDivide
 
intercept(IStruct) - Method in interface ortus.boxlang.runtime.events.IInterceptorLambda
This method is called by the BoxLang runtime to intercept an event
intercept(IStruct) - Method in class ortus.boxlang.runtime.interop.proxies.IInterceptorLambda
 
interceptionPoint - Static variable in class ortus.boxlang.runtime.scopes.Key
 
InterceptionPoint - Annotation Interface in ortus.boxlang.runtime.events
An annotation that marks a method as an interception point
interceptionPoints - Variable in class ortus.boxlang.runtime.events.InterceptorPool
The list of interception points we can listen for
interceptionStates - Variable in class ortus.boxlang.runtime.events.InterceptorPool
The collection of interception states registered with the service
interceptor - Static variable in class ortus.boxlang.runtime.scopes.Key
 
interceptorPool - Variable in class ortus.boxlang.runtime.application.BaseApplicationListener
The listener's interception pool
interceptorPool - Variable in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Interceptor Local Pool
InterceptorPool - Class in ortus.boxlang.runtime.events
An InterceptorPool is a pool of interceptors that can be used to intercept events within the BoxLang runtime.
InterceptorPool(String, BoxRuntime) - Constructor for class ortus.boxlang.runtime.events.InterceptorPool
Construct a pool with a unique name
InterceptorPool(Key, BoxRuntime) - Constructor for class ortus.boxlang.runtime.events.InterceptorPool
Construct a pool with a unique name
interceptors - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The interceptors of the module
interceptors - Static variable in class ortus.boxlang.runtime.scopes.Key
 
interceptorService - Variable in class ortus.boxlang.runtime.bifs.BIF
The interceptor service helper
interceptorService - Variable in class ortus.boxlang.runtime.bifs.BIFDescriptor
The interceptor service helper
interceptorService - Variable in class ortus.boxlang.runtime.components.Component
The interceptor service helper
interceptorService - Variable in class ortus.boxlang.runtime.components.ComponentDescriptor
The interceptor service helper
interceptorService - Static variable in class ortus.boxlang.runtime.scopes.Key
 
InterceptorService - Class in ortus.boxlang.runtime.services
The interceptor service is responsible for managing all events in BoxLang.
InterceptorService(BoxRuntime) - Constructor for class ortus.boxlang.runtime.services.InterceptorService
Get an instance of the service
InterceptorState - Class in ortus.boxlang.runtime.events
An interceptor state is an event state that is used to hold observers that want to listent to that specific state.
InterceptorState(String) - Constructor for class ortus.boxlang.runtime.events.InterceptorState
Constructor
InterceptorState(Key) - Constructor for class ortus.boxlang.runtime.events.InterceptorState
Constructor
interceptorTarget - Variable in class ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptor
 
Interface - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxType
 
InterfaceBoxContext - Class in ortus.boxlang.runtime.context
This context represents the initialization of an interface, and is really only here for the registerUDF method
InterfaceBoxContext(IBoxContext, BoxInterface) - Constructor for class ortus.boxlang.runtime.context.InterfaceBoxContext
Creates a new execution context with a bounded function instance and parent context
InterfaceMeta - Class in ortus.boxlang.runtime.types.meta
This class represents generic BoxLang metadata for a an object which has no object-specifc properties
InterfaceMeta(BoxInterface) - Constructor for class ortus.boxlang.runtime.types.meta.InterfaceMeta
Constructor
interfaceProxyDefinition() - Method in record class ortus.boxlang.compiler.ClassInfo
Returns the value of the interfaceProxyDefinition record component.
InterfaceProxyDefinition - Record Class in ortus.boxlang.runtime.dynamic.javaproxy
I represent the definition of an interface proxy
InterfaceProxyDefinition(String, List<Method>, List<String>) - Constructor for record class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyDefinition
Creates an instance of a InterfaceProxyDefinition record class.
InterfaceProxyService - Class in ortus.boxlang.runtime.dynamic.javaproxy
I handle creating interface proxies
InterfaceProxyService() - Constructor for class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyService
 
interfaces - Static variable in class ortus.boxlang.runtime.scopes.Key
 
interfaces() - Method in record class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyDefinition
Returns the value of the interfaces record component.
interrupted - Static variable in class ortus.boxlang.runtime.scopes.Key
 
interval - Static variable in class ortus.boxlang.runtime.scopes.Key
 
IntKey - Class in ortus.boxlang.runtime.scopes
Represents a key that represents an integer
IntKey(int) - Constructor for class ortus.boxlang.runtime.scopes.IntKey
Constructor
intStream() - Method in class ortus.boxlang.runtime.types.Array
Returns a IntStream representing the indexes of the array: 0 -> size()
intStream() - Method in class ortus.boxlang.runtime.types.Query
 
intValue - Variable in class ortus.boxlang.runtime.scopes.IntKey
A direct reference to the int value so we don't have to cast.
invalidateSession(Key) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Invalidate a session
invocationPath - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The invocation path of the module which is a composition of the ModuleService.MODULE_MAPPING_INVOCATION_PREFIX and the module name.
invoke - Static variable in class ortus.boxlang.runtime.scopes.Key
 
invoke(Object) - Static method in class ortus.boxlang.runtime.operators.BitwiseComplement
 
invoke(Object) - Static method in class ortus.boxlang.runtime.operators.Decrement
 
invoke(Object) - Static method in class ortus.boxlang.runtime.operators.Increment
 
invoke(Object) - Static method in class ortus.boxlang.runtime.operators.Negate
 
invoke(Object) - Static method in class ortus.boxlang.runtime.operators.Not
 
invoke(Object...) - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
Invoke using our function or callable strategy
invoke(Object...) - Static method in class ortus.boxlang.runtime.operators.Concat
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.And
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.BitwiseAnd
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.BitwiseOr
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.BitwiseSignedLeftShift
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.BitwiseSignedRightShift
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.BitwiseUnsignedRightShift
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.BitwiseXor
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.Compare
Invokes the comparison
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.Concat
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.Contains
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.Divide
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.Elvis
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.EqualsEquals
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.EqualsEqualsEquals
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.Equivalence
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.GreaterThan
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.GreaterThanEqual
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.Implies
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.IntegerDivide
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.LessThan
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.LessThanEqual
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.Minus
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.Modulus
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.Multiply
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.Or
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.Plus
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.Power
 
invoke(Object, Object) - Static method in class ortus.boxlang.runtime.operators.XOR
 
invoke(Object, Object, boolean) - Static method in class ortus.boxlang.runtime.operators.EqualsEquals
 
invoke(Object, Object, Boolean) - Static method in class ortus.boxlang.runtime.operators.Compare
Invokes the comparison
invoke(Object, Method, Object[]) - Method in class ortus.boxlang.runtime.interop.proxies.GenericProxy
 
invoke(String) - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Invoke a method on the contained value in the debugee VM.
invoke(String, String) - Static method in class ortus.boxlang.runtime.operators.StringCompare
Invokes the comparison
invoke(String, String, Boolean) - Static method in class ortus.boxlang.runtime.operators.StringCompare
Invokes the comparison
invoke(String, String, Boolean, Locale) - Static method in class ortus.boxlang.runtime.operators.StringCompare
Invokes the comparison
invoke(String, List<Value>) - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
 
invoke(FunctionBoxContext) - Method in class ortus.boxlang.runtime.types.Function
Call this method externally to invoke the function
invoke(IBoxContext) - Method in class ortus.boxlang.runtime.runnables.BoxScript
Invoke a BoxLang source
invoke(IBoxContext) - Method in class ortus.boxlang.runtime.runnables.BoxTemplate
Invoke a BoxLang template
invoke(IBoxContext, boolean) - Method in class ortus.boxlang.runtime.bifs.BIFDescriptor
Invoke the BIF with no arguments
invoke(IBoxContext, Class<?>, Object, String, Boolean, Object...) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Invoke can be used to invoke public methods on instances, or static methods on classes/interfaces.
invoke(IBoxContext, Class<?>, String, Boolean, Object...) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Invoke can be used to invoke public methods on instances, or static methods on classes/interfaces.
invoke(IBoxContext, Object) - Method in class ortus.boxlang.runtime.bifs.MemberDescriptor
Invoke the BIF with no arguments
invoke(IBoxContext, Object) - Static method in class ortus.boxlang.runtime.operators.Assert
 
invoke(IBoxContext, Object[], boolean, Key) - Method in class ortus.boxlang.runtime.bifs.BIFDescriptor
Invoke the BIF with positional arguments
invoke(IBoxContext, Object, Object) - Static method in class ortus.boxlang.runtime.operators.CastAs
 
invoke(IBoxContext, Object, Object) - Static method in class ortus.boxlang.runtime.operators.InstanceOf
 
invoke(IBoxContext, Object, Object[]) - Method in class ortus.boxlang.runtime.bifs.MemberDescriptor
Invoke the BIF with positional arguments
invoke(IBoxContext, Object, String, Boolean, Object...) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Invoke can be used to invoke public methods on instances, or static methods on classes/interfaces.
invoke(IBoxContext, Object, Function<IBoxContext, Object>, Function<IBoxContext, Object>) - Static method in class ortus.boxlang.runtime.operators.Ternary
 
invoke(IBoxContext, Object, Map<Key, Object>) - Method in class ortus.boxlang.runtime.bifs.MemberDescriptor
Invoke the BIF with named arguments
invoke(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.operators.BitwiseAnd
Apply this operator to an object/key and set the new value back in the same object/key
invoke(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.operators.BitwiseOr
Apply this operator to an object/key and set the new value back in the same object/key
invoke(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.operators.BitwiseSignedLeftShift
Apply this operator to an object/key and set the new value back in the same object/key
invoke(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.operators.BitwiseSignedRightShift
Apply this operator to an object/key and set the new value back in the same object/key
invoke(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.operators.BitwiseUnsignedRightShift
Apply this operator to an object/key and set the new value back in the same object/key
invoke(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.operators.BitwiseXor
Apply this operator to an object/key and set the new value back in the same object/key
invoke(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.operators.Concat
Apply this operator to an object/key and set the new value back in the same object/key
invoke(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.operators.Divide
Apply this operator to an object/key and set the new value back in the same object/key
invoke(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.operators.Minus
Apply this operator to an object/key and set the new value back in the same object/key
invoke(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.operators.Modulus
Apply this operator to an object/key and set the new value back in the same object/key
invoke(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.operators.Multiply
Apply this operator to an object/key and set the new value back in the same object/key
invoke(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.operators.Plus
Apply this operator to an object/key and set the new value back in the same object/key
invoke(IBoxContext, Object, Key, Object...) - Static method in class ortus.boxlang.runtime.operators.Concat
Apply this operator to an object/key and set the new value back in the same object/key
invoke(IBoxContext, String, Object...) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Invoke can be used to invoke public methods on instances, or static methods on classes/interfaces.
invoke(IBoxContext, Map<Key, Object>, boolean, Key) - Method in class ortus.boxlang.runtime.bifs.BIFDescriptor
Invoke the BIF with named arguments
invoke(IBoxContext, Component.ComponentBody) - Method in class ortus.boxlang.runtime.components.ComponentDescriptor
Invoke the component with no arguments
invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.BIF
Invoke the BIF with the given arguments
invoke(IBoxContext, IStruct, Component.ComponentBody) - Method in class ortus.boxlang.runtime.components.Component
Invoke the Component with the given arguments.
invoke(IBoxContext, IStruct, Component.ComponentBody) - Method in class ortus.boxlang.runtime.components.ComponentDescriptor
Invoke the component with attributes
invoke(Key, Object...) - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
This invoke is ONLY for IClassRunnables to invoke a method on a target
Invoke - Class in ortus.boxlang.runtime.bifs.global.system
 
Invoke - Class in ortus.boxlang.runtime.components.system
 
Invoke() - Constructor for class ortus.boxlang.runtime.bifs.global.system.Invoke
Constructor
Invoke() - Constructor for class ortus.boxlang.runtime.components.system.Invoke
Constructor
invokeArgs - Static variable in class ortus.boxlang.runtime.scopes.Key
 
InvokeArgument - Class in ortus.boxlang.runtime.components.system
 
InvokeArgument() - Constructor for class ortus.boxlang.runtime.components.system.InvokeArgument
Constructor
invokeAsync(String, List<String>, List<Value>) - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
 
invokeByNameAndArgs(String, List<String>, List<Value>) - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Invoke a method on the contained Value within the debugee VM.
invokeByNameAndArgsWithError(String, List<String>, List<Value>) - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
 
invokeComponent(Key, IStruct, Component.ComponentBody) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Invoke a component call
invokeComponent(Key, IStruct, Component.ComponentBody) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
invokeComponent(Key, IStruct, Component.ComponentBody) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Invoke a component call.
invokeConstructor(IBoxContext) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Invokes the no-arg constructor for the class with the given arguments and stores the instance of the object into the targetInstance property for future method calls.
invokeConstructor(IBoxContext, Class<T>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Invokes the no-arg constructor for the class with the given arguments and returns the instance of the object
invokeConstructor(IBoxContext, Class<T>, Object...) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Invokes the constructor for the class with the given positional arguments and returns the instance of the object
invokeConstructor(IBoxContext, Class<T>, Map<Key, Object>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Invokes the constructor for the class with the given named arguments and returns the instance of the object
invokeConstructor(IBoxContext, Object...) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Invokes the constructor for the class with the given arguments and stores the instance of the object into the targetInstance property for future method calls.
invokeConstructor(IBoxContext, Map<Key, Object>) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Invokes the constructor for the class with the given arguments and stores the instance of the object into the targetInstance property for future method calls.
invokeFunction(Object) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Invoke a function expression such as (()=>{})() using no args.
invokeFunction(Object) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
invokeFunction(Object) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Invoke a function expression such as (()=>{})() using no args.
invokeFunction(Object, Object[]) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Invoke a function expression such as (()=>{})() using positional args.
invokeFunction(Object, Object[]) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
invokeFunction(Object, Object[]) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Invoke a function expression such as (()=>{})() using positional args.
invokeFunction(Object, Map<Key, Object>) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Invoke a function expression such as (()=>{})() using named args.
invokeFunction(Object, Map<Key, Object>) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
invokeFunction(Object, Map<Key, Object>) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Invoke a function expression such as (()=>{})() using named args.
invokeFunction(String, Object...) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
This is used when you eval a script that is a BoxLang function definition, so you can invoke it.
invokeFunction(Key) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Invoke a function call such as foo() using no args.
invokeFunction(Key) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
invokeFunction(Key) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Invoke a function call such as foo() using no args.
invokeFunction(Key, Object[]) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Invoke a function call such as foo() using positional args.
invokeFunction(Key, Object[]) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
invokeFunction(Key, Object[]) - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Invoke a function call such as foo() using positional args.
invokeFunction(Key, Object[]) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Invoke a function call such as foo() using positional args.
invokeFunction(Key, Map<Key, Object>) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Invoke a function call such as foo() using named args.
invokeFunction(Key, Map<Key, Object>) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
invokeFunction(Key, Map<Key, Object>) - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Invoke a function call such as foo() using named args.
invokeFunction(Key, Map<Key, Object>) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Invoke a function call such as foo() using named args.
invokeFunction(Function, Key, Object[]) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Invoke a function expression such as (()=>{})() using named args.
invokeFunction(Function, Key, Object[]) - Method in class ortus.boxlang.runtime.context.ClosureBoxContext
Invoke a function expression such as (()=>{})() using named args.
invokeFunction(Function, Key, Map<Key, Object>) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Invoke a function expression such as (()=>{})() using named args.
invokeFunction(Function, Key, Map<Key, Object>) - Method in class ortus.boxlang.runtime.context.ClosureBoxContext
Invoke a function expression such as (()=>{})() using named args.
invokeImplicitAccessor - Variable in class ortus.boxlang.runtime.config.Configuration
Invoke implicit getters and setters when using the implicit accessor true by default
invokeImplicitAccessor - Static variable in class ortus.boxlang.runtime.scopes.Key
 
invokeMethod(Object, String, Object...) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
This is used when you eval a script that is a BoxLang object definition.
invokeModule(IBoxContext, IStruct, Component.ComponentBody) - Method in class ortus.boxlang.runtime.components.ComponentDescriptor
Invoke the component with attributes
invokePost(IBoxContext, Object, Key) - Static method in class ortus.boxlang.runtime.operators.Decrement
Apply this operator to an object/key and set the new value back in the same object/key
invokePost(IBoxContext, Object, Key) - Static method in class ortus.boxlang.runtime.operators.Increment
Apply this operator to an object/key and set the new value back in the same object/key
invokePre(IBoxContext, Object, Key) - Static method in class ortus.boxlang.runtime.operators.Decrement
Apply this operator to an object/key and set the new value back in the same object/key
invokePre(IBoxContext, Object, Key) - Static method in class ortus.boxlang.runtime.operators.Increment
Apply this operator to an object/key and set the new value back in the same object/key
invokeStatic(IBoxContext, Class<?>, String, Object...) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Invokes a static method with the given name and arguments on a class or an interface
invokeStatic(IBoxContext, String, Object...) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Invokes a static method with the given name and arguments on a class or an interface
IObjectStore - Interface in ortus.boxlang.runtime.cache.store
The main interface for object storages for a BoxLangCache.
IOperator - Interface in ortus.boxlang.runtime.operators
The base interface for all operators
ip - Static variable in class ortus.boxlang.runtime.scopes.Key
 
IProxyRunnable - Interface in ortus.boxlang.runtime.runnables
 
IReferenceable - Interface in ortus.boxlang.runtime.dynamic
This represents the most basic box context.
IS_WINDOWS - Static variable in class ortus.boxlang.runtime.util.FileSystemUtil
The Necessary constants for the file mode
isActivated() - Method in class ortus.boxlang.runtime.modules.ModuleRecord
If the module is activated
isAfter(ChronoZonedDateTime<?>) - Method in class ortus.boxlang.runtime.types.DateTime
 
isAfter(BoxNode) - Method in class ortus.boxlang.compiler.ast.BoxNode
Check if this node is after another node
isAnnotated(Class<?>, Class<? extends Annotation>[]) - Static method in class ortus.boxlang.runtime.loader.util.ClassDiscovery
Check if the given class is annotated with any of the given annotations
isAnnually() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get a handy boolean that is set when the task is annually scheduled.
isApplicationDefined() - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Verifies if the application is defined or not
IsArray - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsArray() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsArray
Constructor
isAuthenticationMatch(String, String) - Method in class ortus.boxlang.runtime.jdbc.DataSource
Check the provided username and password against the current datasource credentials.
isAvailableLocale(Locale) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Checks if a locale is available for the current JVM
isBefore(ChronoZonedDateTime<?>) - Method in class ortus.boxlang.runtime.types.DateTime
 
isBefore(BoxNode) - Method in class ortus.boxlang.compiler.ast.BoxNode
Check if this node is before another node
isBinary(Object) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Verifies if the incoming object is binary or not
IsBinary - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsBinary() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsBinary
Constructor
isBinaryFile(String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Tests whether a file is binary
IsBoolean - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsBoolean() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsBoolean
Constructor
isBoxClass(Object) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Verifies the incoming object is a Box Class
isBreak() - Method in record class ortus.boxlang.runtime.components.Component.BodyResult
 
isBreak(String) - Method in record class ortus.boxlang.runtime.components.Component.BodyResult
Record Helpers
isCacheEmpty() - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Is the cache empty or not
isCaseSensitive() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
isCaseSensitive() - Method in interface ortus.boxlang.runtime.types.IStruct
Returns a boolean as to whether the struct instance is case sensitive
isCaseSensitive() - Method in class ortus.boxlang.runtime.types.Struct
Returns a boolean as to whether the struct instance is case sensitive
isCaseSensitive() - Method in class ortus.boxlang.runtime.types.XML
 
IScheduler - Interface in ortus.boxlang.runtime.async.tasks
All BoxLang schedulers must implement this interface and inherit from the Scheduler class.
isClass() - Method in record class ortus.boxlang.compiler.ClassInfo
 
isClassInCache(String) - Method in class ortus.boxlang.runtime.loader.DynamicClassLoader
Verifies if the passed class name is in the cache
isClassRunnableTarget() - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
Is the target a class runnable
isClosure(Object) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Verifies the incoming object is a Closure
IsClosure - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsClosure() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsClosure
Constructor
isConstrained() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
This method verifies if the running task is constrained to run on specific valid constraints: - when - dayOfTheMonth - dayOfTheWeek - firstBusinessDay - lastBusinessDay - weekdays - weekends - startOnDateTime - endOnDateTime - startTime and/or endTime This method is called by the `run()` method at runtime to determine if the task can be ran at that point in time
isContinue() - Method in record class ortus.boxlang.runtime.components.Component.BodyResult
 
isContinue(String) - Method in record class ortus.boxlang.runtime.components.Component.BodyResult
 
IScope - Interface in ortus.boxlang.runtime.scopes
All scope implementations must implement this interface
isCore(Key) - Static method in enum class ortus.boxlang.runtime.cache.providers.CoreProviderType
Method to validate if an incoming value is a Core Provider
isCore(Key) - Static method in enum class ortus.boxlang.runtime.cache.store.ObjectStoreType
Method to validate if an incoming value is a core ObjectStore
isCoreProxy(String) - Static method in class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyService
Checks if the classname is a core proxy.
isCorrect() - Method in class ortus.boxlang.compiler.parser.ParsingResult
Returns if parsing was successful
IScriptRunnable - Interface in ortus.boxlang.runtime.runnables
 
IsCurrency - Class in ortus.boxlang.runtime.bifs.global.i18n
 
IsCurrency() - Constructor for class ortus.boxlang.runtime.bifs.global.i18n.IsCurrency
Constructor
IsCustomFunction - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsCustomFunction() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsCustomFunction
Constructor
IsDate - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsDate() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsDate
Constructor
IsDateObject - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsDateObject() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsDateObject
Constructor
IsDebugMode - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsDebugMode() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsDebugMode
Constructor
IsDefined - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsDefined() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsDefined
Constructor
isDisabled() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Is the task disabled
isDisabled() - Method in class ortus.boxlang.runtime.modules.ModuleRecord
If the module is disabled for activation
isEarlyExit() - Method in record class ortus.boxlang.runtime.components.Component.BodyResult
 
isEmpty() - Method in class ortus.boxlang.runtime.dynamic.Attempt
Verifies if the attempt is empty or not using the following rules: - If the value is null, it is empty - If the value is a truthy/falsey value, evaluate it
isEmpty() - Method in class ortus.boxlang.runtime.loader.ClassLocator
Verifies if the class resolver is empty or not
isEmpty() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
isEmpty() - Method in class ortus.boxlang.runtime.scopes.Key
Verify if the key is empty or not
isEmpty() - Method in class ortus.boxlang.runtime.scripting.BoxScopeBindings
 
isEmpty() - Method in class ortus.boxlang.runtime.types.Array
 
isEmpty() - Method in class ortus.boxlang.runtime.types.Query
 
isEmpty() - Method in class ortus.boxlang.runtime.types.Struct
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class ortus.boxlang.runtime.types.XML
 
isEmpty() - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Verifies if the segment or the data structure is empty or not
IsEmpty - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsEmpty() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsEmpty
Constructor
isEnabled() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Is the task enabled
isEnabled() - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Is it enabled
isEnabled() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Returns a flag if the cache provider is enabled
isEnabled() - Method in class ortus.boxlang.runtime.util.FRTransService
 
ISendable - Interface in ortus.boxlang.debugger
Interface for messages that will be sent to the debugger tool.
isEnforceExplicitOutput() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Get the enforceExplicitOutput flag.
isEOF() - Method in class ortus.boxlang.runtime.types.File
Determines whether the reader is at EOF
isEqual(ChronoZonedDateTime<?>) - Method in class ortus.boxlang.runtime.types.DateTime
 
IService - Interface in ortus.boxlang.runtime.services
The BoxLang service interface.
isEternal() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
 
isEternal() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
Is this an eternal object
isExpired() - Method in class ortus.boxlang.runtime.application.Application
Has this application expired.
IsFileObject - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsFileObject() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsFileObject
Constructor
isFloat(Object) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Verifies if the incoming object is a float or not
isFunction(Object) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Verifies the incoming object is a Function
isFunctionalInterface(Class<?>) - Static method in class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyService
Checks if the clazz is a functional interface or a SAM interface
isFunctionTarget() - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
Is the target a function instance
isGlobal - Variable in class ortus.boxlang.runtime.bifs.BIFDescriptor
Is this a global BIF?
isHandlesCacheEnabled() - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Verify if the handles cache is enabled or not
isInClass() - Method in class ortus.boxlang.runtime.context.ClosureBoxContext
Detects of this Function is executing in the context of a class
isInClass() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Detects of this Function is executing in the context of a class
isInClass() - Method in class ortus.boxlang.runtime.types.Closure
Detects of this Function is executing in the context of a class
isInForkJoinPool() - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
Check if I am in the fork join pool
isInInterface() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Detects of this Function is executing in the context of a static class *
isInside(BoxNode) - Method in class ortus.boxlang.compiler.ast.BoxNode
Check if this node is inside another node
isInsideComponent() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
IsInstanceOf - Class in ortus.boxlang.runtime.bifs.global.system
 
IsInstanceOf() - Constructor for class ortus.boxlang.runtime.bifs.global.system.IsInstanceOf
Constructor
isInStaticClass() - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Detects of this Function is executing in the context of a static class *
isInteger(String) - Static method in class ortus.boxlang.runtime.dynamic.casters.IntegerCaster
Determine whether the provided string is castable to an integer.
isInterface() - Method in class ortus.boxlang.runtime.interop.DynamicObject
Verifies if the target calss is an interface or not
isInterface(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Verifies if the target calss is an interface or not
isInThread() - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
Are we in a thread
isInThread() - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Verify if the current thread is in a thread.
IsInThread - Class in ortus.boxlang.runtime.bifs.global.async
 
IsInThread() - Constructor for class ortus.boxlang.runtime.bifs.global.async.IsInThread
Constructor
isInTransaction() - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Check if we are executing inside a transaction.
IsInTransaction - Class in ortus.boxlang.runtime.bifs.global.jdbc
 
IsInTransaction() - Constructor for class ortus.boxlang.runtime.bifs.global.jdbc.IsInTransaction
Constructor
IsIPv6 - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsIPv6() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsIPv6
Constructor
isJavaBytecode(File) - Method in class ortus.boxlang.compiler.DiskClassUtil
 
isJavaExtends() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
IsJSON - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsJSON() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsJSON
Constructor
isKnownDateClass(Object) - Static method in class ortus.boxlang.runtime.dynamic.casters.DateTimeCaster
This is not meant as a cast or instance of check really-- just a conveneince method of known date classes to differentiate a variable that could possibly be cast to a date (like) a string from a variable which is ALREADY an instance of a specific date class.
isLambda(Object) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Verifies the incoming object is a Lambda
isLeapYear() - Method in class ortus.boxlang.runtime.types.DateTime
Determines whether the year of this object is a leap year
IsLeapYear - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsLeapYear() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsLeapYear
Constructor
isLiteral() - Method in class ortus.boxlang.compiler.ast.BoxExpression
Utility method to detect if an expression node is a terminal Literal
isLiteral() - Method in class ortus.boxlang.compiler.ast.expression.BoxArrayLiteral
 
isLiteral() - Method in class ortus.boxlang.compiler.ast.expression.BoxBooleanLiteral
 
isLiteral() - Method in class ortus.boxlang.compiler.ast.expression.BoxDecimalLiteral
 
isLiteral() - Method in class ortus.boxlang.compiler.ast.expression.BoxIntegerLiteral
 
isLiteral() - Method in class ortus.boxlang.compiler.ast.expression.BoxNull
 
isLiteral() - Method in class ortus.boxlang.compiler.ast.expression.BoxStringLiteral
 
isLiteral() - Method in class ortus.boxlang.compiler.ast.expression.BoxStructLiteral
 
IsLocalHost - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsLocalHost() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsLocalHost
Constructor
isLoop() - Method in exception class ortus.boxlang.runtime.types.exceptions.AbortException
Is this abort type loop? Use with exit component.
isMultiImport() - Method in record class ortus.boxlang.runtime.loader.ImportDefinition
Is this import a wildcard import?
isNoOverlaps() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get a boolean flag that turns off task stacking.
isNull() - Method in class ortus.boxlang.runtime.dynamic.Attempt
Verifies if the value is null or not
isNull() - Method in class ortus.boxlang.runtime.jdbc.QueryParameter
Returns whether this parameter has a null value override.
IsNull - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsNull() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsNull
Constructor
IsNumeric - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsNumeric() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsNumeric
Constructor
iso - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ISO_COUNTRIES - Static variable in class ortus.boxlang.runtime.util.LocalizationUtil
 
ISO_DATE_FORMATTER - Static variable in class ortus.boxlang.runtime.types.util.DateTimeHelper
 
ISO_DATE_ONLY - Static variable in class ortus.boxlang.runtime.types.util.DateTimeHelper
 
ISO_DATE_TIME_MILIS_FORMAT_MASK - Static variable in class ortus.boxlang.runtime.types.DateTime
 
ISO_DATE_TIME_VARIATION_FORMAT_MASK - Static variable in class ortus.boxlang.runtime.types.DateTime
 
ISO_LANGUAGES - Static variable in class ortus.boxlang.runtime.util.LocalizationUtil
 
ISO_OFFSET_DATE_TIME_NOMILLIS_FORMAT_MASK - Static variable in class ortus.boxlang.runtime.types.DateTime
 
isObject(Object) - Static method in class ortus.boxlang.runtime.bifs.global.decision.IsObject
 
IsObject - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsObject() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsObject
Constructor
isOfType(String) - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Check if the underlying Value is an instance of a specific class.
isolation - Static variable in class ortus.boxlang.runtime.scopes.Key
 
isOnTheFly() - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Is this a onTheFly datasource
isOnTheFly() - Method in class ortus.boxlang.runtime.jdbc.DataSource
Are we an on the fly datasource?
isPage() - Method in exception class ortus.boxlang.runtime.types.exceptions.AbortException
Is this abort type page?
isPositional() - Method in class ortus.boxlang.runtime.scopes.ArgumentsScope
Was this arguments scope created with an array of arguments or a struct of named arguments?
isPosixCompliant(Object) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Tests whether the file system requested by the path is posix compliant
isPre() - Method in enum class ortus.boxlang.compiler.ast.expression.BoxUnaryOperator
 
isPresent() - Method in class ortus.boxlang.runtime.dynamic.Attempt
Verifies if the attempt is empty or not using the following rules: - If the value is null, it is empty - If the value is castable to BoxLang Boolean, evaluate it - If the value is an object, it is not empty
isPresent() - Method in class ortus.boxlang.runtime.util.DataNavigator.Navigator
Verifies if the segment or the data structure has data.
IsQuery - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsQuery() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsQuery
Constructor
isReportingEnabled() - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Is reporting enabled
isReportingEnabled() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Returns a flag indicating if the cache has reporting enabled
isRequest() - Method in exception class ortus.boxlang.runtime.types.exceptions.AbortException
Is this abort type request?
isReturn() - Method in record class ortus.boxlang.runtime.components.Component.BodyResult
 
isRunning() - Method in class ortus.boxlang.debugger.DebugAdapter
Used to determin if the debug session has completed.
isSafe() - Method in class ortus.boxlang.compiler.ast.expression.BoxAccess
 
isSafe() - Method in class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
isSAMInterface(Class<?>) - Static method in class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyService
Checks if the clazz is an interface and if it has 1 abstract method
isScheduled() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Get a boolean value that lets us know if this task has been scheduled.
isScope() - Method in record class ortus.boxlang.runtime.context.IBoxContext.ScopeSearchResult
Returns the value of the isScope record component.
IsSimpleValue - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsSimpleValue() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsSimpleValue
Constructor
isSoftReferenced() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
isSoftReferenced() - Method in interface ortus.boxlang.runtime.types.IStruct
Returns a boolean as to whether the struct assignments are soft referenced
isSoftReferenced() - Method in class ortus.boxlang.runtime.types.Struct
Returns a boolean as to whether this is a soft-referenced struct
isSoftReferenced() - Method in class ortus.boxlang.runtime.types.XML
 
isStatic() - Method in record class ortus.boxlang.runtime.interop.MethodRecord
Returns the value of the isStatic record component.
isStruct() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Checks if the underlying value implements ortus.boxlang.runtime.types.IStruct
IsStruct - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsStruct() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsStruct
Constructor
isSubParser() - Method in class ortus.boxlang.compiler.parser.AbstractParser
 
Issue - Class in ortus.boxlang.compiler.ast
Error generated by the parser, consist of an error message and the position with in the source code of the offending symbol.
Issue(String, BoxExpression) - Constructor for record class ortus.boxlang.compiler.ast.visitor.UnencodedVariableOutputVisitor.Issue
Creates an instance of a Issue record class.
Issue(String, BoxNode) - Constructor for record class ortus.boxlang.compiler.ast.visitor.MissingQueryParamVisitor.Issue
Creates an instance of a Issue record class.
Issue(String, Position) - Constructor for class ortus.boxlang.compiler.ast.Issue
Creates a parsing error message
issues - Variable in class ortus.boxlang.compiler.parser.AbstractParser
 
issuesAsString(List<Issue>) - Static method in exception class ortus.boxlang.runtime.types.exceptions.ParseException
 
isSupported(TemporalField) - Method in class ortus.boxlang.runtime.types.DateTime
 
isSupported(TemporalUnit) - Method in class ortus.boxlang.runtime.types.DateTime
 
isTag() - Method in exception class ortus.boxlang.runtime.types.exceptions.AbortException
Is this abort type tag? Use with exit component.
isTemplate() - Method in class ortus.boxlang.compiler.SourceMap
 
isTemplate() - Method in exception class ortus.boxlang.runtime.types.exceptions.AbortException
Is this abort type template? Use with exit component.
IStepStrategy - Interface in ortus.boxlang.debugger
 
IStruct - Interface in ortus.boxlang.runtime.types
 
IStruct.TYPES - Enum Class in ortus.boxlang.runtime.types
The Available types of structs
isUDF(Object) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Verifies the incoming object is a Function
isValid - Static variable in class ortus.boxlang.runtime.scopes.Key
 
isValid() - Method in class ortus.boxlang.runtime.dynamic.Attempt
Verifies if the attempt is valid or not according to the validation rules registered If the attempt is empty, it is not valid
isValid(String) - Static method in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
Is this a valid driver type
isValid(String) - Static method in enum class ortus.boxlang.runtime.types.BoxLangType
Validate if the incoming value is a valid BoxLangType.
isValid(Key) - Static method in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
Is this a valid driver type
isValid(Key) - Static method in enum class ortus.boxlang.runtime.types.BoxLangType
Validate if the incoming value is a valid BoxLangType.
IsValid - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsValid() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsValid
Constructor
isValidCreditCard(String) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Perform the Lunh algorithm to validate a credit card number.
isValidEmail(String) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Verifies if the incoming object is a valid email address
isValidFilePath(String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Is the file path a valid file path
isValidFilePath(Path) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Is the file path a valid file path.
isValidGUID(String) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Validates the given string is a valid Version 4 UUID - in SQL Server, this is known as a GUID.
isValidInteger(Object) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Validates the given string is a valid integer value.
isValidMatch(String, String) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Verifies if the incoming value matches the passed regular expression
isValidMatchNoCase(String, String) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Verifies if the incoming value matches the passed regular expression without case-sensitivity
isValidNumeric(Object) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Validates the given string is a valid numeric value.
isValidPattern(String, String) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Verifies that the incoming string matches the incoming regex pattern
isValidRange(Object, Double, Double) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Verifies if the incoming object is within the incoming min and max range
isValidSSN(String) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Validates a Social Security Number (SSN) in the format of 123-45-6789 or 123456789.
isValidTelephone(String) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Validates a North American Numbering Plan (NANP) telephone number.
isValidURL(String) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Validates a URL string.
isValidUUID(String) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Validates the given string is a valid compatible UUID.
isValidVariableName(String) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Validates a variable name is valid.
isValidZipCode(String) - Static method in class ortus.boxlang.runtime.util.ValidationUtil
Validates US-only postal codes.
IsXML - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsXML() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsXML
Constructor
IsXmlAttribute - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsXmlAttribute() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsXmlAttribute
Constructor
IsXMLDoc - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsXMLDoc() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsXMLDoc
Constructor
IsXMLElem - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsXMLElem() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsXMLElem
Constructor
IsXMLNode - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsXMLNode() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsXMLNode
Constructor
IsXMLRoot - Class in ortus.boxlang.runtime.bifs.global.decision
 
IsXMLRoot() - Constructor for class ortus.boxlang.runtime.bifs.global.decision.IsXMLRoot
Constructor
item - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ITemplateRunnable - Interface in ortus.boxlang.runtime.runnables
 
iterations - Static variable in class ortus.boxlang.runtime.scopes.Key
 
iterator() - Method in class ortus.boxlang.runtime.types.Array
 
iterator() - Method in class ortus.boxlang.runtime.types.Query
 
ITransaction - Interface in ortus.boxlang.runtime.jdbc
A transaction interface which defines transaction management methods for JDBC connections.
ITranspiler - Interface in ortus.boxlang.compiler.javaboxpiler
BoxLang AST transpiler interface
IType - Interface in ortus.boxlang.runtime.types
Represents a base type Type Hierarchy - Struct - sorted, ordered, etc - Array - XML - Query - Simple - String - Numeric - Boolean - List - Date
IVMInitializationStrategy - Interface in ortus.boxlang.debugger
 
IVorSalt - Static variable in class ortus.boxlang.runtime.scopes.Key
 

J

java - Static variable in class ortus.boxlang.runtime.scopes.Key
 
JAVA_PREFIX - Static variable in class ortus.boxlang.runtime.loader.ClassLocator
 
JavaBoxpiler - Class in ortus.boxlang.compiler.javaboxpiler
This class uses the Java compiler to turn a BoxLang script into a Java class
JavaCast - Class in ortus.boxlang.runtime.bifs.global.system
 
JavaCast() - Constructor for class ortus.boxlang.runtime.bifs.global.system.JavaCast
Constructor
JavaClassByteCode - Class in ortus.boxlang.compiler
JavaFileObject implementation
JavaClassByteCode(String, JavaFileObject.Kind) - Constructor for class ortus.boxlang.compiler.JavaClassByteCode
 
javaLibraryPaths - Variable in class ortus.boxlang.runtime.config.Configuration
An array of directories where jar files will be loaded from at runtime.
javaLibraryPaths - Static variable in class ortus.boxlang.runtime.scopes.Key
 
JavaMethod - Class in ortus.boxlang.runtime.types
i wrap up a Java method, allowing it to be passed around and called like a function.
JavaMethod(Key, DynamicObject) - Constructor for class ortus.boxlang.runtime.types.JavaMethod
Constructor Create a new abstract function.
javaParser - Variable in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
 
JavaResolver - Class in ortus.boxlang.runtime.loader.resolvers
This resolver deals with Java classes only.
javascriptvar - Static variable in class ortus.boxlang.runtime.scopes.Key
 
javaSettings - Static variable in class ortus.boxlang.runtime.scopes.Key
 
javaSourceClassName - Variable in class ortus.boxlang.compiler.SourceMap.SourceMapRecord
 
javaSourceLineEnd - Variable in class ortus.boxlang.compiler.SourceMap.SourceMapRecord
 
javaSourceLineStart - Variable in class ortus.boxlang.compiler.SourceMap.SourceMapRecord
 
javaSourceNode - Variable in class ortus.boxlang.compiler.SourceMap.SourceMapRecord
 
JavaSourceString - Class in ortus.boxlang.compiler
Java Source code as a String
JavaSourceString(String, String) - Constructor for class ortus.boxlang.compiler.JavaSourceString
 
JavaTranspiler - Class in ortus.boxlang.compiler.javaboxpiler
BoxLang AST to Java AST transpiler The registry maps a AST node to the corresponding Transformer Java class instance.
JavaTranspiler() - Constructor for class ortus.boxlang.compiler.javaboxpiler.JavaTranspiler
 
JDBC - Enum constant in enum class ortus.boxlang.runtime.cache.store.ObjectStoreType
 
jdbcCompliant() - Method in class ortus.boxlang.runtime.jdbc.drivers.DriverShim
Returns the wrapped JDBC Driver's JDBC compliant status
jdbcURL - Static variable in class ortus.boxlang.runtime.scopes.Key
 
JDITools - Class in ortus.boxlang.debugger
 
JDITools() - Constructor for class ortus.boxlang.debugger.JDITools
 
JDITools.WrappedValue - Record Class in ortus.boxlang.debugger
This wraps up a Value from the com.sun.JDI package to provide a more convenient interface for accessing the state of objects in the VM.
join - Static variable in class ortus.boxlang.runtime.scopes.Key
 
joinAllThreads(Integer) - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Joins all threads in the request thread manager
joinOrDefault(T) - Method in class ortus.boxlang.runtime.async.BoxFuture
Returns the result value when complete, or throws an (unchecked) exception if completed exceptionally.
joinThread(Key, Integer) - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Join a thread by name
joinThreads(Array, Integer) - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Join an array of thread names
jsessionID - Static variable in class ortus.boxlang.runtime.scopes.Key
 
json - Static variable in class ortus.boxlang.runtime.scopes.Key
 
JSONDeserialize - Class in ortus.boxlang.runtime.bifs.global.conversion
 
JSONDeserialize() - Constructor for class ortus.boxlang.runtime.bifs.global.conversion.JSONDeserialize
Constructor
jsonExclude - Static variable in class ortus.boxlang.runtime.scopes.Key
 
jsonInclude - Static variable in class ortus.boxlang.runtime.scopes.Key
 
jsonNeverInclude - Static variable in class ortus.boxlang.runtime.scopes.Key
 
JSONPrettify - Class in ortus.boxlang.runtime.bifs.global.conversion
 
JSONPrettify() - Constructor for class ortus.boxlang.runtime.bifs.global.conversion.JSONPrettify
Constructor
JSONSerialize - Class in ortus.boxlang.runtime.bifs.global.conversion
 
JSONSerialize() - Constructor for class ortus.boxlang.runtime.bifs.global.conversion.JSONSerialize
Constructor
JSONUtil - Class in ortus.boxlang.runtime.types.util
Utility class for JSON operations based on our library of choice.
JSONUtil() - Constructor for class ortus.boxlang.runtime.types.util.JSONUtil
 
JSRScriptingRequestBoxContext - Class in ortus.boxlang.runtime.scripting
This context represents the context of a JSR scripting execution
JSRScriptingRequestBoxContext() - Constructor for class ortus.boxlang.runtime.scripting.JSRScriptingRequestBoxContext
Creates a new execution context
JSRScriptingRequestBoxContext(URI) - Constructor for class ortus.boxlang.runtime.scripting.JSRScriptingRequestBoxContext
Creates a new execution context with a template
JSRScriptingRequestBoxContext(IBoxContext) - Constructor for class ortus.boxlang.runtime.scripting.JSRScriptingRequestBoxContext
Creates a new execution context with a parent context
JSRScriptingRequestBoxContext(IBoxContext, URI) - Constructor for class ortus.boxlang.runtime.scripting.JSRScriptingRequestBoxContext
Creates a new execution context with a parent context, and template
Justify - Class in ortus.boxlang.runtime.bifs.global.string
 
Justify() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Justify
Constructor

K

kebabCase(String) - Static method in class ortus.boxlang.runtime.types.util.StringUtil
Create kebab-case from a string
KebabCase - Class in ortus.boxlang.runtime.bifs.global.string
 
KebabCase() - Constructor for class ortus.boxlang.runtime.bifs.global.string.KebabCase
Constructor
keepaliveTime - Static variable in class ortus.boxlang.runtime.scopes.Key
 
keepWorking() - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
keepWorking() - Method in class ortus.boxlang.debugger.BoxLangRemoteDebugger
 
keepWorking() - Method in interface ortus.boxlang.debugger.IBoxLangDebugger
 
key - Static variable in class ortus.boxlang.runtime.scopes.Key
 
key - Static variable in class ortus.boxlang.runtime.types.meta.BoxMeta
The key used for BoxLang meta data
key() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
 
key() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
The key associated with this entry
key() - Method in record class ortus.boxlang.runtime.context.IBoxContext.ScopeSearchResult
Returns the value of the key record component.
key() - Method in enum class ortus.boxlang.runtime.events.BoxEvent
Returns the key representing the event name.
Key - Class in ortus.boxlang.runtime.scopes
Represents a case-insenstive key, while retaining the original case too.
Key(String) - Constructor for class ortus.boxlang.runtime.scopes.Key
Constructor
Key(String, Object) - Constructor for class ortus.boxlang.runtime.scopes.Key
Constructor for a key that is not a string
KEY_ALGORITHMS - Static variable in class ortus.boxlang.runtime.util.EncryptionUtil
Supported key algorithms key factory algorithms
KEY_LENGTH_LONGEST_FIRST_COMPARATOR - Static variable in class ortus.boxlang.runtime.types.Struct
A pre-made comparator to use with a sorted struct to sort longest keys first, and shortest last
KeyCased - Class in ortus.boxlang.runtime.scopes
Represents a case-sensitive key Implements the Serializable interface in case duplication is requested within a native HashMap or ArrayList
KeyCased(String) - Constructor for class ortus.boxlang.runtime.scopes.KeyCased
Constructor
KeyCased(String, Object) - Constructor for class ortus.boxlang.runtime.scopes.KeyCased
Constructor for a key that is not a string
KeyCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to a Key
KeyCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.KeyCaster
 
KeyNotFoundException - Exception Class in ortus.boxlang.runtime.types.exceptions
The exception thrown when a key cannot be located within a struct
KeyNotFoundException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.KeyNotFoundException
Constructor when we don't know the actual struct that was being searched
KeyNotFoundException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.KeyNotFoundException
Constructor
KeyNotFoundException(String, IStruct) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.KeyNotFoundException
Constructor when we know the actual struct that was being searched
keyRegistry - Variable in class ortus.boxlang.runtime.events.InterceptorPool
Key registry of announced states, to avoid key creation
keySet() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
keySet() - Method in class ortus.boxlang.runtime.scripting.BoxScopeBindings
 
keySet() - Method in class ortus.boxlang.runtime.types.Struct
Returns a Set view of the keys contained in this map.
keySet() - Method in class ortus.boxlang.runtime.types.XML
 
keySize - Static variable in class ortus.boxlang.runtime.scopes.Key
 

L

label - Variable in class ortus.boxlang.debugger.types.ExceptionBreakpointsFilter
 
label - Static variable in class ortus.boxlang.runtime.scopes.Key
 
label() - Method in record class ortus.boxlang.runtime.components.Component.BodyResult
Returns the value of the label record component.
lambda - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Lambda - Class in ortus.boxlang.runtime.types
Represents a Lambda, which is a function, but has less data than a UDF and performs NO scope lookups outside of itself.
Lambda() - Constructor for class ortus.boxlang.runtime.types.Lambda
Constructor
LAMBDA - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
LAMBDA - Static variable in record class ortus.boxlang.runtime.types.Argument
 
LambdaBoxContext - Class in ortus.boxlang.runtime.context
This context represents the execution of a Lambda.
LambdaBoxContext(IBoxContext, Lambda) - Constructor for class ortus.boxlang.runtime.context.LambdaBoxContext
Creates a new execution context with a bounded function instance and parent context
LambdaBoxContext(IBoxContext, Lambda, ArgumentsScope) - Constructor for class ortus.boxlang.runtime.context.LambdaBoxContext
Creates a new execution context with a bounded function instance and parent context and arguments scope
LambdaBoxContext(IBoxContext, Lambda, Key, Object[]) - Constructor for class ortus.boxlang.runtime.context.LambdaBoxContext
Creates a new execution context with a bounded function instance and parent context and arguments scope
LambdaBoxContext(IBoxContext, Lambda, Key, Map<Key, Object>) - Constructor for class ortus.boxlang.runtime.context.LambdaBoxContext
Creates a new execution context with a bounded function instance and parent context and arguments scope
LambdaBoxContext(IBoxContext, Lambda, Key, ArgumentsScope) - Constructor for class ortus.boxlang.runtime.context.LambdaBoxContext
Creates a new execution context with a bounded function instance and parent context and arguments scope
language - Static variable in class ortus.boxlang.runtime.scopes.Key
 
lastAccessed() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
 
lastAccessed() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
When this cache entry was last accessed
lastAccessTimeout() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
 
lastAccessTimeout() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
The last access timeout of this cache entry in seconds
lastIndexOf(Object) - Method in class ortus.boxlang.runtime.types.Array
 
lastModeWas(int) - Method in class ortus.boxlang.compiler.parser.BoxScriptLexerCustom
Check if the last mode was a specific mode
lastModeWas(int) - Method in class ortus.boxlang.compiler.parser.BoxTemplateLexerCustom
Check if the last mode was a specific mode
lastModeWas(int) - Method in class ortus.boxlang.compiler.parser.CFScriptLexerCustom
Check if the last mode was a specific mode
lastModeWas(int) - Method in class ortus.boxlang.compiler.parser.CFTemplateLexerCustom
Check if the last mode was a specific mode
lastModified - Variable in class ortus.boxlang.runtime.types.File
 
lastModified() - Method in record class ortus.boxlang.compiler.ClassInfo
Returns the value of the lastModified record component.
lastReapDatetime() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Get the date/time of the last reap the cache did
lastReapDatetime() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Get the date/time of the last reap the cache did
lastVisit - Static variable in class ortus.boxlang.runtime.scopes.Key
 
LaunchRequest - Class in ortus.boxlang.debugger.request
Models the request to launch a specific file
LaunchRequest() - Constructor for class ortus.boxlang.debugger.request.LaunchRequest
 
LaunchRequest.LaunchRequestArguments - Class in ortus.boxlang.debugger.request
 
LaunchRequestArguments() - Constructor for class ortus.boxlang.debugger.request.LaunchRequest.LaunchRequestArguments
 
lazy - Static variable in class ortus.boxlang.runtime.scopes.Key
 
LCase - Class in ortus.boxlang.runtime.bifs.global.string
 
LCase() - Constructor for class ortus.boxlang.runtime.bifs.global.string.LCase
Constructor
lcFirst(String) - Static method in class ortus.boxlang.runtime.types.util.StringUtil
Lowercase the first letter of a string
leaveIndex - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Left - Class in ortus.boxlang.runtime.bifs.global.string
 
Left() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Left
Constructor
LEFT - Enum constant in enum class ortus.boxlang.compiler.javaboxpiler.transformer.TransformerContext
 
len - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Len - Class in ortus.boxlang.runtime.bifs.global.type
 
Len() - Constructor for class ortus.boxlang.runtime.bifs.global.type.Len
Constructor
length - Static variable in class ortus.boxlang.runtime.scopes.Key
 
LesslThanEqual - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxComparisonOperator
 
LessThan - Class in ortus.boxlang.runtime.operators
Performs LT or < comparison Compares numbers as numbers, compares strings case insensitive
LessThan - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxComparisonOperator
 
LessThan() - Constructor for class ortus.boxlang.runtime.operators.LessThan
 
LessThanEqual - Class in ortus.boxlang.runtime.operators
Performs LTE or <= comparison Compares numbers as numbers, compares strings case insensitive
LessThanEqual() - Constructor for class ortus.boxlang.runtime.operators.LessThanEqual
 
level - Static variable in class ortus.boxlang.runtime.scopes.Key
 
lexical - Static variable in class ortus.boxlang.runtime.scopes.Key
 
LFU - Class in ortus.boxlang.runtime.cache.policies
Least Frequently Used cache policy Hit count ascending
LFU() - Constructor for class ortus.boxlang.runtime.cache.policies.LFU
 
LIFO - Class in ortus.boxlang.runtime.cache.policies
LIFO - Compare by created descending
LIFO() - Constructor for class ortus.boxlang.runtime.cache.policies.LIFO
 
limit - Static variable in class ortus.boxlang.runtime.scopes.Key
 
line - Variable in class ortus.boxlang.debugger.types.Breakpoint
 
line - Variable in class ortus.boxlang.debugger.types.StackFrame
 
line - Static variable in class ortus.boxlang.runtime.scopes.Key
 
LINE_SEPARATOR - Static variable in class ortus.boxlang.runtime.util.FileSystemUtil
The OS line separator
LINKED - Enum constant in enum class ortus.boxlang.runtime.types.IStruct.TYPES
 
LINKED_CASE_SENSITIVE - Enum constant in enum class ortus.boxlang.runtime.types.IStruct.TYPES
 
LinkedHashMapOfProperties(Object...) - Static method in class ortus.boxlang.runtime.types.util.MapHelper
Create a LinkedHashMap from a list of values.
linkedOf(Object...) - Static method in class ortus.boxlang.runtime.types.Struct
Create a linked struct from a list of values.
list - Static variable in class ortus.boxlang.runtime.scopes.Key
 
LIST - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
LIST - Static variable in record class ortus.boxlang.runtime.types.Argument
 
ListAppend - Class in ortus.boxlang.runtime.bifs.global.list
 
ListAppend() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListAppend
Constructor
ListAvg - Class in ortus.boxlang.runtime.bifs.global.list
 
ListAvg() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListAvg
Constructor
ListChangeDelims - Class in ortus.boxlang.runtime.bifs.global.list
 
ListChangeDelims() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListChangeDelims
Constructor
ListCompact - Class in ortus.boxlang.runtime.bifs.global.list
 
ListCompact() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListCompact
Constructor
ListDeleteAt - Class in ortus.boxlang.runtime.bifs.global.list
 
ListDeleteAt() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListDeleteAt
Constructor
listDirectory(String, Boolean, String, String, String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Lists the contents of a directory
ListEach - Class in ortus.boxlang.runtime.bifs.global.list
 
ListEach() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListEach
Constructor
ListEvery - Class in ortus.boxlang.runtime.bifs.global.list
 
ListEvery() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListEvery
Constructor
ListFilter - Class in ortus.boxlang.runtime.bifs.global.list
 
ListFilter() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListFilter
Constructor
ListFind - Class in ortus.boxlang.runtime.bifs.global.list
 
ListFind() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListFind
Constructor
ListGetAt - Class in ortus.boxlang.runtime.bifs.global.list
 
ListGetAt() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListGetAt
Constructor
ListGetEndings - Class in ortus.boxlang.runtime.bifs.global.list
 
ListGetEndings() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListGetEndings
Constructor
ListIndexExists - Class in ortus.boxlang.runtime.bifs.global.list
 
ListIndexExists() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListIndexExists
Constructor
listInfo - Static variable in class ortus.boxlang.runtime.scopes.Key
 
listingToNames(Stream<Path>) - Method in class ortus.boxlang.runtime.bifs.global.io.DirectoryList
 
listingToPaths(Stream<Path>) - Method in class ortus.boxlang.runtime.bifs.global.io.DirectoryList
 
listingToQuery(Stream<Path>) - Method in class ortus.boxlang.runtime.bifs.global.io.DirectoryList
 
ListInsertAt - Class in ortus.boxlang.runtime.bifs.global.list
 
ListInsertAt() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListInsertAt
Constructor
ListItemTrim - Class in ortus.boxlang.runtime.bifs.global.list
 
ListItemTrim() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListItemTrim
Constructor
listIterator() - Method in class ortus.boxlang.runtime.types.Array
 
listIterator(int) - Method in class ortus.boxlang.runtime.types.Array
 
ListLen - Class in ortus.boxlang.runtime.bifs.global.list
 
ListLen() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListLen
Constructor
ListMap - Class in ortus.boxlang.runtime.bifs.global.list
 
ListMap() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListMap
Constructor
ListPrepend - Class in ortus.boxlang.runtime.bifs.global.list
 
ListPrepend() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListPrepend
Constructor
ListQualify - Class in ortus.boxlang.runtime.bifs.global.list
 
ListQualify() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListQualify
Constructor
ListReduce - Class in ortus.boxlang.runtime.bifs.global.string
 
ListReduce() - Constructor for class ortus.boxlang.runtime.bifs.global.string.ListReduce
Constructor
ListReduceRight - Class in ortus.boxlang.runtime.bifs.global.list
 
ListReduceRight() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListReduceRight
Constructor
ListRemoveDuplicates - Class in ortus.boxlang.runtime.bifs.global.list
 
ListRemoveDuplicates() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListRemoveDuplicates
Constructor
ListRest - Class in ortus.boxlang.runtime.bifs.global.list
 
ListRest() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListRest
Constructor
ListSetAt - Class in ortus.boxlang.runtime.bifs.global.list
 
ListSetAt() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListSetAt
Constructor
ListSome - Class in ortus.boxlang.runtime.bifs.global.list
 
ListSome() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListSome
Constructor
ListSort - Class in ortus.boxlang.runtime.bifs.global.list
 
ListSort() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListSort
Constructor
ListToArray - Class in ortus.boxlang.runtime.bifs.global.list
 
ListToArray() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListToArray
Constructor
listToJSON - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ListUtil - Class in ortus.boxlang.runtime.types.util
I handle basic list operations.
ListUtil() - Constructor for class ortus.boxlang.runtime.types.util.ListUtil
 
ListValueCount - Class in ortus.boxlang.runtime.bifs.global.list
 
ListValueCount() - Constructor for class ortus.boxlang.runtime.bifs.global.list.ListValueCount
Constructor
lJustify - Static variable in class ortus.boxlang.runtime.scopes.Key
 
load(IBoxContext, String) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Load a class without a direct resolver.
load(IBoxContext, String, String) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Load a class from a specific resolver This is a convenience method that will throw an exception if the class is not found
load(IBoxContext, String, String, Boolean) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Load a class from a specific resolver
load(IBoxContext, String, String, Boolean, List<ImportDefinition>) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Load a class from a specific resolver
load(IBoxContext, String, List<ImportDefinition>) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Load a class without a direct resolver or with a resovler prefix.
loadApplicationDescriptor(URI) - Method in class ortus.boxlang.runtime.context.RequestBoxContext
This will look for an Application.bx file in the root mapping, load it if found, and configure the Application settings
loadClass(String, IBoxContext, BoxSourceType) - Method in class ortus.boxlang.runtime.runnables.RunnableLoader
Load the class for a BL class, JIT compiling if needed Returns the class instantiated and the init() method run
loadClass(ResolvedFilePath, IBoxContext) - Method in class ortus.boxlang.runtime.runnables.RunnableLoader
Load the class for a BL class, JIT compiling if needed Returns the class instantiated and the init() method run
loadClassFiles(String, Boolean) - Static method in class ortus.boxlang.runtime.loader.util.ClassDiscovery
Scans all classes accessible from the context class loader which belong to the given package and subpackages.
loadComponentRegistry() - Method in class ortus.boxlang.runtime.services.ComponentService
This method loads all of the components into the service by scanning the ortus.boxlang.runtime.components. package.
loadCore() - Method in class ortus.boxlang.runtime.config.ConfigLoader
Load the default internal core config file resources/config/boxlang.json
loadDescriptor(IBoxContext) - Method in class ortus.boxlang.runtime.modules.ModuleRecord
Load the ModuleConfig.bx from disk, construct it and store it Then populate the module record with the information from the descriptor
loadFromFile(File) - Method in class ortus.boxlang.runtime.config.ConfigLoader
Load the config from a file
loadFromFile(String) - Method in class ortus.boxlang.runtime.config.ConfigLoader
Load the config from a String file source
loadFromFile(URL) - Method in class ortus.boxlang.runtime.config.ConfigLoader
Load the config from a URL file source
loadFromFile(Path) - Method in class ortus.boxlang.runtime.config.ConfigLoader
Load the config from a file Path
loadFromMap(Map<Object, Object>) - Method in class ortus.boxlang.runtime.config.ConfigLoader
Load the config from a Map of settings
loadFromMap(IStruct) - Method in class ortus.boxlang.runtime.config.ConfigLoader
Load the config from a Struct of settings
loadFromResources(String) - Method in class ortus.boxlang.runtime.config.ConfigLoader
Load a config file from the BoxLang resources folder using the class loader
loadGlobalFunctions() - Method in class ortus.boxlang.runtime.services.FunctionService
This method loads all of the global functions into the service by scanning the ortus.boxlang.runtime.bifs.global package.
loadPaths - Static variable in class ortus.boxlang.runtime.scopes.Key
 
loadScheduler(Key, IScheduler) - Method in class ortus.boxlang.runtime.services.SchedulerService
This method is used to load a scheduler into the service.
loadSource(IBoxContext, String) - Method in class ortus.boxlang.runtime.runnables.RunnableLoader
Load the class for an ad-hoc script, JIT compiling if needed
loadSource(IBoxContext, String, BoxSourceType) - Method in class ortus.boxlang.runtime.runnables.RunnableLoader
Load the class for an ad-hoc script, JIT compiling if needed
loadStatement(IBoxContext, String) - Method in class ortus.boxlang.runtime.runnables.RunnableLoader
Load the class for a script, JIT compiling if needed
loadTemplateAbsolute(IBoxContext, ResolvedFilePath) - Method in class ortus.boxlang.runtime.runnables.RunnableLoader
Load the class for a template, JIT compiling if needed
loadTemplateRelative(IBoxContext, String) - Method in class ortus.boxlang.runtime.runnables.RunnableLoader
* Load the class for a template, JIT compiling if needed
local_addr - Static variable in class ortus.boxlang.runtime.scopes.Key
 
local_host - Static variable in class ortus.boxlang.runtime.scopes.Key
 
LocalDateDeserializer - Class in ortus.boxlang.runtime.util.conversion.deserializers
 
LocalDateDeserializer() - Constructor for class ortus.boxlang.runtime.util.conversion.deserializers.LocalDateDeserializer
Constructor
LocalDateTimeDeserializer - Class in ortus.boxlang.runtime.util.conversion.deserializers
 
LocalDateTimeDeserializer() - Constructor for class ortus.boxlang.runtime.util.conversion.deserializers.LocalDateTimeDeserializer
Constructor
locale - Variable in class ortus.boxlang.runtime.config.Configuration
The default locale to use for the runtime Uses the default system locale if not set
locale - Static variable in class ortus.boxlang.runtime.scopes.Key
 
LOCALE_ALIASES - Static variable in class ortus.boxlang.runtime.util.LocalizationUtil
A collection of common locale aliases which are used by both ACF and Lucee
localeSensitive - Static variable in class ortus.boxlang.runtime.scopes.Key
 
localIp - Variable in class ortus.boxlang.runtime.async.tasks.TaskRecord
The inet address
LocalizationUtil - Class in ortus.boxlang.runtime.util
A Collection of Common Static Properties and Methods to support Localization
LocalizationUtil() - Constructor for class ortus.boxlang.runtime.util.LocalizationUtil
 
localizedCurrencyFormatter(Locale) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Returns a localized currency formatter
localizedCurrencyFormatter(Locale, String) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Returns a localized currency formatter
localizedDateFormatter(Locale, FormatStyle) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Returns a localized DateTimeFormatter instance
localizedDecimalFormatter(Locale) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Returns a localized decimal formatter
localizedDecimalFormatter(Locale, String) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Returns a localized decimal formatter
localizedDecimalSymbols(Locale) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Returns the localized decimal format symbols for the specified locale
localScope - Variable in class ortus.boxlang.runtime.context.FunctionBoxContext
The local scope
localScope - Variable in class ortus.boxlang.runtime.context.ThreadBoxContext
The thread local scope
LocalScope - Class in ortus.boxlang.runtime.scopes
Variables scope implementation in BoxLang
LocalScope() - Constructor for class ortus.boxlang.runtime.scopes.LocalScope
-------------------------------------------------------------------------- Constructors --------------------------------------------------------------------------
location() - Method in record class ortus.boxlang.debugger.BoxLangDebugger.StackFrameTuple
Returns the value of the location record component.
Lock - Class in ortus.boxlang.runtime.components.system
 
Lock() - Constructor for class ortus.boxlang.runtime.components.system.Lock
 
LockException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when a locking operation fails - either with a failure to obtain the lock or due to a timeout
LockException(String, String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.LockException
Constructor
LockException(String, String, String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.LockException
Constructor
LockException(String, String, String, String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.LockException
Constructor
lockName - Variable in exception class ortus.boxlang.runtime.types.exceptions.LockException
Name of affected lock (if the lock is unnamed, the value is "anonymous").
LockNameKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.LockException
 
lockOperation - Variable in exception class ortus.boxlang.runtime.types.exceptions.LockException
Operation that failed (Timeout, Create Mutex, or Unknown).
LockOperationKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.LockException
 
log - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Log - Class in ortus.boxlang.runtime.bifs.global.math
 
Log - Class in ortus.boxlang.runtime.components.system
 
Log() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Log
Constructor
Log() - Constructor for class ortus.boxlang.runtime.components.system.Log
Constructor
LOG_FORMAT - Static variable in class ortus.boxlang.runtime.logging.LoggingConfigurator
Logback-specific encoder pattern.
LOG_MESSAGE - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Log Events
Log10 - Class in ortus.boxlang.runtime.bifs.global.math
 
Log10() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Log10
Constructor
logger - Static variable in class ortus.boxlang.compiler.Boxpiler
Logger
logger - Variable in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
Logger
logger - Static variable in interface ortus.boxlang.debugger.ISendable
 
logger - Static variable in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Logger
logger - Variable in class ortus.boxlang.runtime.events.BaseInterceptor
A logger class
logger - Variable in class ortus.boxlang.runtime.interop.proxies.BaseProxy
The logger for this proxy.
logger - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Logging - Class in ortus.boxlang.runtime.interceptors
A BoxLang interceptor that provides logging capabilities
Logging(BoxRuntime) - Constructor for class ortus.boxlang.runtime.interceptors.Logging
Constructor
LoggingConfigurator - Class in ortus.boxlang.runtime.logging
Configures the bundled SLF4J provider via logback.
LoggingConfigurator() - Constructor for class ortus.boxlang.runtime.logging.LoggingConfigurator
Default constructor needed by logback
logMessage(IStruct) - Method in class ortus.boxlang.runtime.interceptors.Logging
Logs a message
logsDirectory - Variable in class ortus.boxlang.runtime.config.Configuration
The default logs directory for the runtime
LONG - Static variable in record class ortus.boxlang.runtime.types.Argument
 
LongCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything
LongCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.LongCaster
 
lookup(String) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Check if an object is in the store or record a hit or miss in the stats
lookup(String) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Check if an object is in the store
lookup(String...) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Check if multiple objects are in the store
lookup(String...) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Check if multiple objects are in the store
lookup(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Check if multiple objects are in the store using a filter
lookup(ICacheKeyFilter) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Check if multiple objects are in the store using a filter
lookup(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
lookup(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Check if multiple objects are in the store using a filter
lookup(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Check if multiple objects are in the store using a filter
lookup(ICacheKeyFilter) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Check if multiple objects are in the store using a filter
lookup(ICacheKeyFilter) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Check if multiple objects are in the store using a filter
lookup(Key) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
lookup(Key) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Check if an object is in the store
lookup(Key) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Check if an object is in the store
lookup(Key) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Check if an object is in the store
lookup(Key) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Check if an object is in the store
lookup(Key...) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
lookup(Key...) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Check if multiple objects are in the store
lookup(Key...) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Check if multiple objects are in the store
lookup(Key...) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Check if multiple objects are in the store
lookup(Key...) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Check if multiple objects are in the store
lookupPrivateField(Field) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
lookupPrivateMethod(Method) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
lookupQuiet(String) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Check if an object is in the store with no stats updated or listeners
lookupQuiet(String) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Check if an object is in the store with no stats updated or listeners
Loop - Class in ortus.boxlang.runtime.components.system
 
Loop() - Constructor for class ortus.boxlang.runtime.components.system.Loop
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
LOOP - Enum constant in enum class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer.ExitsAllowed
 
LoopUtil - Class in ortus.boxlang.runtime.components.util
 
LoopUtil() - Constructor for class ortus.boxlang.runtime.components.util.LoopUtil
 
LRU - Class in ortus.boxlang.runtime.cache.policies
LRU - Compare by last accessed ascending
LRU() - Constructor for class ortus.boxlang.runtime.cache.policies.LRU
 
LSDateTimeFormat - Class in ortus.boxlang.runtime.bifs.global.temporal
 
LSDateTimeFormat() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.LSDateTimeFormat
Constructor
LSIsDate - Class in ortus.boxlang.runtime.bifs.global.temporal
 
LSIsDate() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.LSIsDate
Constructor
LSParseDateTime - Class in ortus.boxlang.runtime.bifs.global.temporal
 
LSParseDateTime() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.LSParseDateTime
Constructor
LSTimeUnits - Class in ortus.boxlang.runtime.bifs.global.temporal
 
LSTimeUnits() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.LSTimeUnits
Constructor
LTrim - Class in ortus.boxlang.runtime.bifs.global.string
 
LTrim() - Constructor for class ortus.boxlang.runtime.bifs.global.string.LTrim
Constructor
lucee - Static variable in class ortus.boxlang.runtime.scopes.Key
 

M

main - Static variable in class ortus.boxlang.runtime.scopes.Key
 
main(String[]) - Static method in class ortus.boxlang.compiler.BXCompiler
 
main(String[]) - Static method in class ortus.boxlang.compiler.CFTranspiler
 
main(String[]) - Static method in class ortus.boxlang.compiler.FeatureAudit
 
main(String[]) - Static method in class ortus.boxlang.debugger.Debugee
 
main(String...) - Static method in class ortus.boxlang.debugger.DebugMain
 
main(String[]) - Static method in class ortus.boxlang.runtime.BoxRunner
Main entry point for the BoxLang runtime.
main(String[]) - Static method in class ortus.boxlang.runtime.testing.Phase1
Main method
main(String[]) - Static method in class ortus.boxlang.runtime.testing.Phase1Switch
Main method
main(String[]) - Static method in class ortus.boxlang.runtime.testing.Phase1TryCatch
Main method
main(String[]) - Static method in class ortus.boxlang.runtime.testing.Phase2Closure
Main method
main(String[]) - Static method in class ortus.boxlang.runtime.testing.Phase2Lambda
Main method
main(String[]) - Static method in class ortus.boxlang.runtime.testing.Phase2UDF
Main method
map(Function<? super T, ? extends U>) - Method in class ortus.boxlang.runtime.dynamic.Attempt
Map the attempt to a new value with a supplier
map(Array, Function, IBoxContext, Boolean, Integer) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Maps an existing array to a new array
map(IStruct, Function, IBoxContext, Boolean, Integer) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Method to map a struct to a new struct
MapAdapterProtocolMessage - Class in ortus.boxlang.debugger
 
MapAdapterProtocolMessage() - Constructor for class ortus.boxlang.debugger.MapAdapterProtocolMessage
 
mapArgumentsToDeclaredArguments(Map<Key, Object>, Argument[]) - Static method in class ortus.boxlang.runtime.util.ArgumentUtil
Map the arguments to the declared arguments by position
MapHelper - Class in ortus.boxlang.runtime.types.util
 
MapHelper() - Constructor for class ortus.boxlang.runtime.types.util.MapHelper
 
mapping - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The BoxLang mapping of the module used to construct classes from within it.
mapping - Static variable in class ortus.boxlang.runtime.scopes.Key
 
mappingName() - Method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Returns the value of the mappingName record component.
mappingPath() - Method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Returns the value of the mappingPath record component.
mappings - Variable in class ortus.boxlang.runtime.config.Configuration
A sorted struct of mappings
mappings - Static variable in class ortus.boxlang.runtime.scopes.Key
 
MARIADB - Enum constant in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
 
mask - Static variable in class ortus.boxlang.runtime.scopes.Key
 
match - Static variable in class ortus.boxlang.runtime.scopes.Key
 
matchesImport(String) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
max - Static variable in class ortus.boxlang.runtime.scopes.Key
 
max(Number) - Static method in interface ortus.boxlang.runtime.validation.Validator
Builder method to create a Max validator
Max - Class in ortus.boxlang.runtime.bifs.global.math
 
Max - Class in ortus.boxlang.runtime.validation.dynamic
I require a numeric record that cannot be greater than the number I'm instantiated with
Max() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Max
Constructor
Max(Number) - Constructor for class ortus.boxlang.runtime.validation.dynamic.Max
 
maxConnections - Static variable in class ortus.boxlang.runtime.scopes.Key
 
maxFrames - Static variable in class ortus.boxlang.runtime.scopes.Key
 
maximumPoolSize - Static variable in class ortus.boxlang.runtime.scopes.Key
 
maxLength - Static variable in class ortus.boxlang.runtime.scopes.Key
 
maxLength(Number) - Static method in interface ortus.boxlang.runtime.validation.Validator
Builder method to create a MaxLength validator
MaxLength - Class in ortus.boxlang.runtime.validation.dynamic
I require a string record that cannot be of greater length than the threshold I'm instantiated with
MaxLength(Number) - Constructor for class ortus.boxlang.runtime.validation.dynamic.MaxLength
 
maxLifetime - Static variable in class ortus.boxlang.runtime.scopes.Key
 
maxObjects - Static variable in class ortus.boxlang.runtime.scopes.Key
 
maxRows - Variable in class ortus.boxlang.runtime.jdbc.QueryOptions
The maximum number of rows to return from the query, defaults to all
maxRows - Static variable in class ortus.boxlang.runtime.scopes.Key
 
maxThreads - Variable in class ortus.boxlang.runtime.config.segments.ExecutorConfig
The number of threads, if any
maxThreads - Static variable in class ortus.boxlang.runtime.scopes.Key
 
maxThreads() - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Returns the value of the maxThreads record component.
MD5(String) - Static method in interface ortus.boxlang.compiler.IBoxpiler
Generate an MD5 hash.
MEMBER_METHOD - Enum constant in enum class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureType
 
MEMBER_METHODS - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
Map of method names to BIF names
MemberDescriptor - Class in ortus.boxlang.runtime.bifs
This describes a member method and how to invoke it
MemberDescriptor(Key, BoxLangType, Class<?>, Key, BIFDescriptor) - Constructor for class ortus.boxlang.runtime.bifs.MemberDescriptor
Constructor for a member method
memberMethods - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The member Methods collaborated by the module
memoryThresholdCheck() - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
JVM Threshold checks
merge - Static variable in class ortus.boxlang.runtime.scopes.Key
 
message - Static variable in class ortus.boxlang.runtime.scopes.Key
 
message() - Method in record class ortus.boxlang.compiler.ast.visitor.MissingQueryParamVisitor.Issue
Returns the value of the message record component.
message() - Method in record class ortus.boxlang.compiler.ast.visitor.UnencodedVariableOutputVisitor.Issue
Returns the value of the message record component.
Message - Class in ortus.boxlang.debugger.types
 
Message() - Constructor for class ortus.boxlang.debugger.types.Message
 
messageKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
 
meta - Variable in class ortus.boxlang.runtime.types.meta.ClassMeta
 
meta - Variable in class ortus.boxlang.runtime.types.meta.FunctionMeta
 
meta - Variable in class ortus.boxlang.runtime.types.meta.GenericMeta
 
meta - Variable in class ortus.boxlang.runtime.types.meta.InterfaceMeta
 
meta - Variable in class ortus.boxlang.runtime.types.meta.QueryMeta
 
meta - Variable in class ortus.boxlang.runtime.types.meta.StructMeta
 
metadata - Static variable in class ortus.boxlang.runtime.scopes.Key
 
metadata() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
 
metadata() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
An entry can store custom information to the entry
method - Static variable in class ortus.boxlang.runtime.scopes.Key
 
method() - Method in record class ortus.boxlang.runtime.interop.MethodRecord
Returns the value of the method record component.
methodHandle() - Method in record class ortus.boxlang.runtime.interop.MethodRecord
Returns the value of the methodHandle record component.
methodname - Static variable in class ortus.boxlang.runtime.scopes.Key
 
methodName() - Method in record class ortus.boxlang.runtime.interop.MethodRecord
Returns the value of the methodName record component.
MethodRecord - Record Class in ortus.boxlang.runtime.interop
This immutable record represents an executable method handle and it's metadata.
MethodRecord(String, Method, MethodHandle, boolean, int) - Constructor for record class ortus.boxlang.runtime.interop.MethodRecord
Creates an instance of a MethodRecord record class.
methods() - Method in record class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyDefinition
Returns the value of the methods record component.
metricRegistry - Static variable in class ortus.boxlang.runtime.scopes.Key
 
MFU - Class in ortus.boxlang.runtime.cache.policies
MFU - Compare by hits descending
MFU() - Constructor for class ortus.boxlang.runtime.cache.policies.MFU
 
MICROSECONDS - Enum constant in enum class ortus.boxlang.runtime.util.Timer.TimeUnit
 
Mid - Class in ortus.boxlang.runtime.bifs.global.string
 
Mid() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Mid
Constructor
millis - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
millisecond - Static variable in class ortus.boxlang.runtime.scopes.Key
 
milliseconds - Static variable in class ortus.boxlang.runtime.scopes.Key
 
MILLISECONDS - Enum constant in enum class ortus.boxlang.runtime.util.Timer.TimeUnit
 
mimetype - Static variable in class ortus.boxlang.runtime.scopes.Key
 
min - Static variable in class ortus.boxlang.runtime.scopes.Key
 
min(Number) - Static method in interface ortus.boxlang.runtime.validation.Validator
Builder method to create a Min validator
Min - Class in ortus.boxlang.runtime.bifs.global.math
 
Min - Class in ortus.boxlang.runtime.validation.dynamic
I require a numeric record that cannot be greater than the number I'm instantiated with
Min() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Min
Constructor
Min(Number) - Constructor for class ortus.boxlang.runtime.validation.dynamic.Min
 
minConnections - Static variable in class ortus.boxlang.runtime.scopes.Key
 
minimumIdle - Static variable in class ortus.boxlang.runtime.scopes.Key
 
minLength(Number) - Static method in interface ortus.boxlang.runtime.validation.Validator
Builder method to create a MinLength validator
MinLength - Class in ortus.boxlang.runtime.validation.dynamic
I require an array, struct, or string record that cannot be of shorter length than the threshold I'm instantiated with
MinLength(Number) - Constructor for class ortus.boxlang.runtime.validation.dynamic.MinLength
 
minus(long, TemporalUnit) - Method in class ortus.boxlang.runtime.types.DateTime
 
minus(TemporalAmount) - Method in class ortus.boxlang.runtime.types.DateTime
 
Minus - Class in ortus.boxlang.runtime.operators
Performs Math minus a = b - c
Minus - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
Minus - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxUnaryOperator
 
Minus() - Constructor for class ortus.boxlang.runtime.operators.Minus
 
MinusEqual - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxAssignmentOperator
 
minute - Static variable in class ortus.boxlang.runtime.scopes.Key
 
minutes - Static variable in class ortus.boxlang.runtime.scopes.Key
 
mirrorOfKey(String) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
misses() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Get the total cache's misses
misses() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Get the total cache's misses
missing() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.AggregateFeatureUsed
Returns the value of the missing record component.
missing() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureUsed
Returns the value of the missing record component.
missingFileName - Variable in exception class ortus.boxlang.runtime.types.exceptions.MissingIncludeException
Name of file that could not be included.
MissingFileNameKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.MissingIncludeException
 
MissingIncludeException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when a an included template file cannot be located.
MissingIncludeException(String, String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.MissingIncludeException
Constructor
MissingIncludeException(String, String, String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.MissingIncludeException
Constructor
missingMethodArguments - Static variable in class ortus.boxlang.runtime.scopes.Key
 
missingMethodName - Static variable in class ortus.boxlang.runtime.scopes.Key
 
MissingQueryParamVisitor - Class in ortus.boxlang.compiler.ast.visitor
I look for varibles output in tag based code which are not encoded
MissingQueryParamVisitor() - Constructor for class ortus.boxlang.compiler.ast.visitor.MissingQueryParamVisitor
Constructor
MissingQueryParamVisitor.Issue - Record Class in ortus.boxlang.compiler.ast.visitor
 
missingTemplate - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Mod - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
mode - Static variable in class ortus.boxlang.runtime.scopes.Key
 
mode - Variable in class ortus.boxlang.runtime.types.File
The file mode for operations
MODE_DATE - Static variable in class ortus.boxlang.runtime.types.DateTime
Common Modes
MODE_DATETIME - Static variable in class ortus.boxlang.runtime.types.DateTime
 
MODE_TIME - Static variable in class ortus.boxlang.runtime.types.DateTime
 
ModEqual - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxAssignmentOperator
 
MODIFIABLE_ARRAY - Static variable in record class ortus.boxlang.runtime.types.Argument
 
MODIFIABLE_QUERY - Static variable in record class ortus.boxlang.runtime.types.Argument
 
MODIFIABLE_STRUCT - Static variable in record class ortus.boxlang.runtime.types.Argument
 
ModifiableArrayCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to a Array that needs to be modifiable This means I reject - Native Java arrays - ImmutableLists - UmmodifiableLists
ModifiableArrayCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.ModifiableArrayCaster
 
ModifiableStructCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to a Struct that needs to be modifiable This means I reject - ImmutableMaps - UmmodifiableMaps
ModifiableStructCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.ModifiableStructCaster
 
modify(String, Long) - Method in class ortus.boxlang.runtime.types.DateTime
Allows the date object to be modified by a convention of unit ( datepart ) and quantity.
module - Variable in class ortus.boxlang.runtime.bifs.BIFDescriptor
Module name, or null if global
module - Variable in class ortus.boxlang.runtime.components.ComponentDescriptor
Module name, or null if core
module - Static variable in class ortus.boxlang.runtime.scopes.Key
 
module() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.AggregateFeatureUsed
Returns the value of the module record component.
module() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureUsed
Returns the value of the module record component.
module() - Method in record class ortus.boxlang.runtime.loader.ClassLocator.ClassLocation
Returns the value of the module record component.
Module - Class in ortus.boxlang.runtime.components.system
 
Module() - Constructor for class ortus.boxlang.runtime.components.system.Module
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
MODULE_BIFS - Static variable in class ortus.boxlang.runtime.services.ModuleService
 
MODULE_COMPONENTS - Static variable in class ortus.boxlang.runtime.services.ModuleService
 
MODULE_DESCRIPTOR - Static variable in class ortus.boxlang.runtime.services.ModuleService
The module conventions
MODULE_LIBS - Static variable in class ortus.boxlang.runtime.services.ModuleService
 
MODULE_MAPPING_INVOCATION_PREFIX - Static variable in class ortus.boxlang.runtime.services.ModuleService
 
MODULE_MAPPING_PREFIX - Static variable in class ortus.boxlang.runtime.services.ModuleService
The module mapping and invocation prefixes
MODULE_PACKAGE_PREFIX - Static variable in class ortus.boxlang.runtime.services.ModuleService
 
moduleConfig - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The descriptor for the module
ModuleConfig - Class in ortus.boxlang.runtime.config.segments
A BoxLang module configuration from the boxlang.json This is a configuration segment for a module Each module configuration has the following properties: - name: The name of the module - enabled: Whether the module is enabled or not - settings: The settings for the module as a struct
ModuleConfig(String) - Constructor for class ortus.boxlang.runtime.config.segments.ModuleConfig
Default constructor
moduleMapping - Static variable in class ortus.boxlang.runtime.scopes.Key
 
moduleName - Static variable in class ortus.boxlang.runtime.scopes.Key
 
moduleRecord - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ModuleRecord - Class in ortus.boxlang.runtime.modules
This class represents a module record
ModuleRecord(String) - Constructor for class ortus.boxlang.runtime.modules.ModuleRecord
Constructor
modules - Variable in class ortus.boxlang.runtime.config.Configuration
The modules configuration
modules - Static variable in class ortus.boxlang.runtime.scopes.Key
 
modulesDirectory - Variable in class ortus.boxlang.runtime.config.Configuration
An array of directories where modules are located and loaded from.
modulesDirectory - Static variable in class ortus.boxlang.runtime.scopes.Key
 
moduleService - Variable in class ortus.boxlang.runtime.bifs.BIF
The module service helper
moduleService - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ModuleService - Class in ortus.boxlang.runtime.services
This service is in charge of managing BoxLang modules
ModuleService(BoxRuntime) - Constructor for class ortus.boxlang.runtime.services.ModuleService
Constructor
Modulus - Class in ortus.boxlang.runtime.operators
Performs Math Modulus a = b % c, or a = b mod c
Modulus() - Constructor for class ortus.boxlang.runtime.operators.Modulus
 
month - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
month - Static variable in class ortus.boxlang.runtime.scopes.Key
 
MONTH_LONG_FORMAT - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits
 
MONTH_SHORT_FORMAT - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits
 
monthAsString - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
monthShortAsString - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
move - Static variable in class ortus.boxlang.runtime.scopes.Key
 
move(String, String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
 
move(String, String, boolean) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
 
MRU - Class in ortus.boxlang.runtime.cache.policies
MRU - Compare by last accessed descending
MRU() - Constructor for class ortus.boxlang.runtime.cache.policies.MRU
 
MSSQL - Enum constant in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
 
multiCharacterDelimiter - Static variable in class ortus.boxlang.runtime.scopes.Key
 
multipart - Static variable in class ortus.boxlang.runtime.scopes.Key
 
multipartType - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Multiply - Class in ortus.boxlang.runtime.operators
Performs Math Multiply a = b * c
Multiply() - Constructor for class ortus.boxlang.runtime.operators.Multiply
 
MYSQL - Enum constant in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
 

N

n - Static variable in class ortus.boxlang.runtime.scopes.Key
 
name - Variable in class ortus.boxlang.debugger.request.SetVariableRequest.SetVariableRequestArguments
 
name - Variable in class ortus.boxlang.debugger.types.Scope
 
name - Variable in class ortus.boxlang.debugger.types.Source
 
name - Variable in class ortus.boxlang.debugger.types.StackFrame
 
name - Variable in class ortus.boxlang.debugger.types.Thread
 
name - Variable in class ortus.boxlang.debugger.types.Variable
The variable's name.
name - Variable in class ortus.boxlang.runtime.async.tasks.BaseScheduler
The name of this scheduler
name - Variable in class ortus.boxlang.runtime.async.tasks.TaskRecord
Task name
name - Variable in class ortus.boxlang.runtime.bifs.BIFDescriptor
BIF name
name - Variable in class ortus.boxlang.runtime.bifs.MemberDescriptor
The name of the member method : "insert", "update", "delete", etc
name - Variable in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
The name of the cache provider
name - Variable in class ortus.boxlang.runtime.components.Component
The name of the component
name - Variable in class ortus.boxlang.runtime.components.ComponentDescriptor
component name
name - Variable in class ortus.boxlang.runtime.config.segments.CacheConfig
The name of the cache engine, default is ='default'
name - Variable in class ortus.boxlang.runtime.config.segments.DatasourceConfig
The name of the datasource
name - Variable in class ortus.boxlang.runtime.config.segments.ExecutorConfig
The name of the executor
name - Variable in class ortus.boxlang.runtime.config.segments.ModuleConfig
The name of the module
name - Variable in class ortus.boxlang.runtime.events.InterceptorPool
The name of the pool
name - Variable in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
The unique name of the driver
name - Variable in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
The name of a resolver
name - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The name of the module, defaults to the folder name on disk
name - Static variable in class ortus.boxlang.runtime.scopes.ApplicationScope
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
name - Static variable in class ortus.boxlang.runtime.scopes.ArgumentsScope
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
name - Static variable in class ortus.boxlang.runtime.scopes.ClassVariablesScope
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
name - Variable in class ortus.boxlang.runtime.scopes.Key
The original key name
name - Static variable in class ortus.boxlang.runtime.scopes.LocalScope
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
name - Static variable in class ortus.boxlang.runtime.scopes.RequestScope
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
name - Static variable in class ortus.boxlang.runtime.scopes.ServerScope
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
name - Static variable in class ortus.boxlang.runtime.scopes.SessionScope
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
name - Static variable in class ortus.boxlang.runtime.scopes.StaticScope
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
name - Static variable in class ortus.boxlang.runtime.scopes.ThisScope
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
name - Static variable in class ortus.boxlang.runtime.scopes.ThreadScope
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
name - Static variable in class ortus.boxlang.runtime.scopes.VariablesScope
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
name - Variable in class ortus.boxlang.runtime.services.BaseService
The service name
name() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.AggregateFeatureUsed
Returns the value of the name record component.
name() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureUsed
Returns the value of the name record component.
name() - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Returns the value of the name record component.
name() - Element in annotation interface ortus.boxlang.runtime.bifs.BoxMember
 
name() - Method in record class ortus.boxlang.runtime.components.Attribute
Returns the value of the name record component.
name() - Element in annotation interface ortus.boxlang.runtime.components.BoxComponent
 
name() - Method in record class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyDefinition
Returns the value of the name record component.
name() - Method in record class ortus.boxlang.runtime.loader.ClassLocator.ClassLocation
Returns the value of the name record component.
name() - Method in record class ortus.boxlang.runtime.types.Argument
Returns the value of the name record component.
name() - Method in record class ortus.boxlang.runtime.types.Property
Returns the value of the name record component.
name() - Method in interface ortus.boxlang.runtime.validation.Validatable
 
nameAsKey - Static variable in class ortus.boxlang.runtime.scopes.Key
 
nameconflict - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Named - Interface in ortus.boxlang.compiler.ast
Interface used to identify symbols
nameNoCase - Variable in class ortus.boxlang.runtime.scopes.Key
The key name in upper case
namespace - Variable in class ortus.boxlang.runtime.bifs.BIFDescriptor
Namespace name, or null if global
namespace - Static variable in class ortus.boxlang.runtime.scopes.Key
 
NameValuePair - Class in ortus.boxlang.runtime.net
 
NameValuePair(String, String) - Constructor for class ortus.boxlang.runtime.net.NameValuePair
 
NANOSECONDS - Enum constant in enum class ortus.boxlang.runtime.util.Timer.TimeUnit
 
nativeErrorCode - Variable in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
Native error code associated with exception.
NativeErrorCodeKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
 
navigate(String...) - Method in class ortus.boxlang.runtime.config.Configuration
Navigate the configuration with our cool DataNavigator! For example, if you want to navigate the original config:
navigateConfig(String...) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
 
navigateConfig(String...) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Get the contexual config as a DataNavigator.
Navigator(Path) - Constructor for class ortus.boxlang.runtime.util.DataNavigator.Navigator
Construct a navigator from a file path
Navigator(IStruct) - Constructor for class ortus.boxlang.runtime.util.DataNavigator.Navigator
Construct a navigator from a data structure
Negate - Class in ortus.boxlang.runtime.operators
Performs mathematic Negation a = -num
Negate() - Constructor for class ortus.boxlang.runtime.operators.Negate
 
nested - Static variable in class ortus.boxlang.runtime.scopes.Key
 
NetworkUtil - Class in ortus.boxlang.runtime.util
 
NetworkUtil() - Constructor for class ortus.boxlang.runtime.util.NetworkUtil
 
NEW_LINE - Static variable in class ortus.boxlang.runtime.types.util.StringUtil
 
newAndRegister(String, IStruct, String, ModuleRecord) - Method in class ortus.boxlang.runtime.events.InterceptorPool
This method resolves, creates, wires, and registers a BoxLang interceptor Class with the service.
newCachedExecutor(String) - Method in class ortus.boxlang.runtime.services.AsyncService
Build a new cached executor
newDelimiter - Static variable in class ortus.boxlang.runtime.scopes.Key
 
newDirectory - Static variable in class ortus.boxlang.runtime.scopes.Key
 
newExecutor(String, AsyncService.ExecutorType) - Method in class ortus.boxlang.runtime.services.AsyncService
Create a new executor if it does not exist.
newExecutor(String, AsyncService.ExecutorType, int) - Method in class ortus.boxlang.runtime.services.AsyncService
Create a new executor if it does not exist.
newFixedExecutor(String, Integer) - Method in class ortus.boxlang.runtime.services.AsyncService
Build a new fixed executor
newFromRelative(String) - Method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Create a new ResolvedFilePath instance from a path relative to the current path.
newPath - Static variable in class ortus.boxlang.runtime.scopes.Key
 
newScheduledExecutor(String) - Method in class ortus.boxlang.runtime.services.AsyncService
Build a scheduled executor
newScheduledExecutor(String, Integer) - Method in class ortus.boxlang.runtime.services.AsyncService
Build a scheduled executor
newSingleExecutor(String) - Method in class ortus.boxlang.runtime.services.AsyncService
Build a single executor
newTask() - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Build out a new scheduled task bound to this executor Calling this method is not the mean that the task will be executed.
newTask(String) - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Build out a new scheduled task bound to this executor Calling this method is not the mean that the task will be executed.
newVirtualExecutor(String) - Method in class ortus.boxlang.runtime.services.AsyncService
Build a virtual thread executor
newWorkStealingExecutor(String, Integer) - Method in class ortus.boxlang.runtime.services.AsyncService
Build a work stealing executor
NextRequest - Class in ortus.boxlang.debugger.request
Models the command to initialize a debug session.
NextRequest() - Constructor for class ortus.boxlang.debugger.request.NextRequest
 
NextRequest.NextRequestArguments - Class in ortus.boxlang.debugger.request
 
NextRequestArguments() - Constructor for class ortus.boxlang.debugger.request.NextRequest.NextRequestArguments
 
NextStepStrategy - Class in ortus.boxlang.debugger
 
NextStepStrategy() - Constructor for class ortus.boxlang.debugger.NextStepStrategy
 
nextToken() - Method in class ortus.boxlang.compiler.parser.CFScriptLexerCustom
Supporting silly behavior of if( condition ) { } elseif( condition ) { } but it totally messed with the grammer to return a single elseif token so we're changing any elseif tokens to be two tokens.
NoBodyResponse - Class in ortus.boxlang.debugger.response
Can be used to model any response that is a simple acknowledgement and doesn't transmit any data.
NoBodyResponse() - Constructor for class ortus.boxlang.debugger.response.NoBodyResponse
 
NoBodyResponse(IAdapterProtocolMessage) - Constructor for class ortus.boxlang.debugger.response.NoBodyResponse
 
NoConstructorException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when no constructor is found on a Dynamic Object It is most often encountered when attempting to construct a Java class with arguments that do not match any of the constructors
NoConstructorException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.NoConstructorException
Constructor
NoConstructorException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.NoConstructorException
Constructor
NoElementException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when a variable is accessed that does not exist
NoElementException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.NoElementException
Constructor
NoElementException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.NoElementException
Constructor
NoFieldException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when a field is requested on a Java class that does not exist.
NoFieldException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.NoFieldException
Constructor
NoFieldException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.NoFieldException
Constructor
noInit - Static variable in class ortus.boxlang.runtime.scopes.Key
 
NoMethodException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when attempting to access a method on a java class that does not exist, is not accessible or does not match the arguments
NoMethodException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.NoMethodException
Constructor
NoMethodException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.NoMethodException
Constructor
NON_EMPTY - Static variable in interface ortus.boxlang.runtime.validation.Validator
 
NONE - Enum constant in enum class ortus.boxlang.compiler.javaboxpiler.transformer.TransformerContext
 
normlizePropertyAnnotations(BoxProperty) - Static method in class ortus.boxlang.compiler.javaboxpiler.transformer.BoxClassTransformer
 
Not - Class in ortus.boxlang.runtime.operators
Performs boolean Negation a = !bool
Not - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxNegateOperator
 
Not - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxUnaryOperator
 
Not() - Constructor for class ortus.boxlang.runtime.operators.Not
 
NOT_IMPLEMENTED - Static variable in interface ortus.boxlang.runtime.validation.Validator
 
NOT_STARTED - Enum constant in enum class ortus.boxlang.debugger.BoxLangDebugger.Status
 
NotContains - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
NotEqual - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxComparisonOperator
 
notify(Key, Object, Object) - Method in class ortus.boxlang.runtime.types.listeners.SessionListener
Call when a value is being changed in an IListenable
notify(Key, Object, Object) - Method in class ortus.boxlang.runtime.types.listeners.XMLChildrenListener
Call when a value is being changed in an IListenable
notify(Key, Object, Object) - Method in interface ortus.boxlang.runtime.types.meta.IChangeListener
Call when a value is being changed in an IListenable
NotImplemented - Class in ortus.boxlang.runtime.validation
I ensure this value is not passed yet since we don't implement this feature.
NotImplemented() - Constructor for class ortus.boxlang.runtime.validation.NotImplemented
 
now() - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Get the current date/time as a Java LocalDateTime object in the system timezone
now(String) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Get the current date/time as a Java LocalDateTime object in the passed timezone
now(ZoneId) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Get the current date/time as a Java LocalDateTime object in the passed timezone
Now - Class in ortus.boxlang.runtime.bifs.global.temporal
 
Now() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.Now
Constructor
NULL - Enum constant in enum class ortus.boxlang.runtime.types.QueryColumnType
 
nulls - Static variable in class ortus.boxlang.runtime.scopes.Key
 
NullValue - Class in ortus.boxlang.runtime.bifs.global.type
 
NullValue - Class in ortus.boxlang.runtime.types
I represent a null value, so we can store it in a ConcurrentHashMap
NullValue() - Constructor for class ortus.boxlang.runtime.bifs.global.type.NullValue
Constructor
NullValue() - Constructor for class ortus.boxlang.runtime.types.NullValue
Constructor
number - Static variable in class ortus.boxlang.runtime.scopes.Key
 
NUMBER_FORMAT_PATTERNS - Static variable in class ortus.boxlang.runtime.util.LocalizationUtil
Common number format patterns and shorthand variations
number1 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
number2 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
NumberFormat - Class in ortus.boxlang.runtime.bifs.global.format
 
NumberFormat() - Constructor for class ortus.boxlang.runtime.bifs.global.format.NumberFormat
Constructor
Numeric - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxType
 
NUMERIC - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
NUMERIC - Static variable in record class ortus.boxlang.runtime.types.Argument
 
numIterations - Static variable in class ortus.boxlang.runtime.scopes.Key
 

O

obj - Static variable in class ortus.boxlang.runtime.scopes.Key
 
object - Static variable in class ortus.boxlang.runtime.scopes.Key
 
OBJECT - Enum constant in enum class ortus.boxlang.runtime.types.QueryColumnType
 
objectArgument - Variable in class ortus.boxlang.runtime.bifs.MemberDescriptor
The name of the argument that is the object this method is attached to When calling BIFS.
objectArgument - Static variable in class ortus.boxlang.runtime.scopes.Key
 
objectArgument() - Element in annotation interface ortus.boxlang.runtime.bifs.BoxMember
 
ObjectComponent - Class in ortus.boxlang.runtime.components.system
 
ObjectComponent() - Constructor for class ortus.boxlang.runtime.components.system.ObjectComponent
Constructor
objectCount() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
How many entries are in the cache.
objectCount() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
How many entries are in the cache.
objectMappings - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The object mappings of the module
objectMappings - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ObjectRef - Class in ortus.boxlang.runtime.types.util
I am a simple wrapper for a value which allows it to be passed by reference into a method, possibly modified in that method, and then the modified value accessed without needing to return it from the method.
ObjectRef(Object) - Constructor for class ortus.boxlang.runtime.types.util.ObjectRef
Constructor
objectStore - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ObjectStoreType - Enum Class in ortus.boxlang.runtime.cache.store
The enum of available object storages Each with a name and corresponding Key
ODBC_DATE_FORMAT_MASK - Static variable in class ortus.boxlang.runtime.types.DateTime
 
ODBC_DATE_TIME_FORMAT_MASK - Static variable in class ortus.boxlang.runtime.types.DateTime
 
ODBC_TIME_FORMAT_MASK - Static variable in class ortus.boxlang.runtime.types.DateTime
 
of(double) - Static method in class ortus.boxlang.runtime.scopes.Key
Static builder of an int key
of(int) - Static method in class ortus.boxlang.runtime.scopes.Key
Static builder of an int key
of(Class<?>) - Static method in class ortus.boxlang.runtime.interop.DynamicObject
Static factory method to create a new class invoker for the given class.
of(Class<?>, IBoxContext) - Static method in class ortus.boxlang.runtime.interop.DynamicObject
Static factory method to create a new class invoker for the given class.
of(Double) - Static method in class ortus.boxlang.runtime.scopes.Key
Static builder of a Double key
of(Integer) - Static method in class ortus.boxlang.runtime.scopes.Key
Static builder of an Integer key
of(Object) - Static method in class ortus.boxlang.runtime.interop.DynamicObject
Static factory method to create a new class invoker for the given instance.
of(Object) - Static method in class ortus.boxlang.runtime.scopes.Key
Static builder of a case-insensitive key using the incoming key name
of(Object) - Static method in class ortus.boxlang.runtime.scopes.KeyCased
Static builder of a case-insensitive key using the incoming key name
of(Object) - Static method in class ortus.boxlang.runtime.types.util.ObjectRef
Factory method to create a new ObjectRef
of(Object) - Static method in class ortus.boxlang.runtime.util.DataNavigator
Builds out a navigator from an incoming data structure.
of(Object...) - Static method in class ortus.boxlang.runtime.types.Array
Create an Array from a list of values.
of(Object...) - Static method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
Create a Array from a list of values.
of(Object...) - Static method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Create a struct from a list of values.
of(Object...) - Static method in class ortus.boxlang.runtime.types.Struct
Create a struct from a list of values.
of(String) - Static method in class ortus.boxlang.runtime.scopes.Key
Static builder of a case-insensitive key using the incoming key name
of(String) - Static method in class ortus.boxlang.runtime.util.FQN
Factory method to create a new FQN instance from a string.
of(String) - Static method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Factory method to create a new ResolvedFilePath instance using only an absolute path which is a string
of(String...) - Static method in class ortus.boxlang.runtime.scopes.Key
Static builder of case-insensitive key trackers using an incoming array of key names
of(String...) - Static method in class ortus.boxlang.runtime.scopes.KeyCased
Static builder of case-insensitive key trackers using an incoming array of key names
of(String, String) - Static method in class ortus.boxlang.runtime.util.FQN
Factory method to create a new FQN instance from a prefix and a string.
of(String, String, String, String) - Static method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Factory method to create a new ResolvedFilePath instance, but using a string for the absolute path.
of(String, String, String, Path) - Static method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Factor method to create a new ResolvedFilePath instance.
of(String, Path) - Static method in class ortus.boxlang.runtime.util.FQN
Factory method to create a new FQN instance from a prefix and a path.
of(Path) - Static method in class ortus.boxlang.runtime.util.FQN
Factory method to create a new FQN instance from a path.
of(Path) - Static method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Factory method to create a new ResolvedFilePath instance using only an absolute path.
of(Key) - Static method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
 
of(Key) - Static method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
 
of(T) - Static method in class ortus.boxlang.runtime.dynamic.Attempt
Create an attempt from a value.
of(T) - Static method in class ortus.boxlang.runtime.dynamic.casters.CastAttempt
Returns an CastAttempt with the specified present non-null value.
ofBreak(String) - Static method in record class ortus.boxlang.runtime.components.Component.BodyResult
Static Helpers
ofCompletableFuture(CompletableFuture<?>) - Static method in class ortus.boxlang.runtime.async.BoxFuture
Creates a new BoxFuture from a CompletableFuture
ofContinue(String) - Static method in record class ortus.boxlang.runtime.components.Component.BodyResult
 
ofDefault() - Static method in record class ortus.boxlang.runtime.components.Component.BodyResult
 
offset - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
offset - Static variable in class ortus.boxlang.runtime.scopes.Key
 
OFFSET_FORMAT - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits
 
ofFunction(IBoxContext, Function) - Static method in class ortus.boxlang.runtime.async.BoxFuture
Creates a new BoxFuture that is completed by executing the supplier on the default executor.
ofFunction(IBoxContext, Function, Executor) - Static method in class ortus.boxlang.runtime.async.BoxFuture
Creates a new BoxFuture that is completed by executing the supplier on passed in executor.
ofJson(String) - Static method in class ortus.boxlang.runtime.util.DataNavigator
Builds a navigator from a JSON string
ofNullable(T) - Static method in class ortus.boxlang.runtime.dynamic.casters.CastAttempt
Returns an CastAttempt describing the specified value, if non-null, otherwise returns an empty CastAttempt.
ofPath(Object) - Static method in class ortus.boxlang.runtime.util.DataNavigator
Builds a navigator from a file path which must be JSON
ofReturn(Object) - Static method in record class ortus.boxlang.runtime.components.Component.BodyResult
 
ofValue(Object) - Static method in class ortus.boxlang.runtime.async.BoxFuture
Creates a new BoxFuture that is already completed with the given value.
oldPath - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ON_ALL_SCHEDULERS_STARTED - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_APPLICATION_END - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_APPLICATION_RESTART - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_APPLICATION_START - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Application Related Events
ON_BIF_INSTANCE - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Lifecycle Methods for Components and BIFS
ON_BIF_INVOCATION - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_COMPONENT_INSTANCE - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_COMPONENT_INVOCATION - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_CONFIGURATION_LOAD - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_CONFIGURATION_OVERRIDE_LOAD - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_CREATEOBJECT_REQUEST - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_DATASOURCE_SERVCE_STARTUP - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Datasource Service Events
ON_DATASOURCE_SERVICE_SHUTDOWN - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_DATASOURCE_STARTUP - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_FILECOMPONENT_ACTION - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_MISSING_MAPPING - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_MODULE_SERVICE_SHUTDOWN - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_MODULE_SERVICE_STARTUP - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Module Service Events
ON_PARSE - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_QUERY_BUILD - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Query Events
ON_REQUEST_CONTEXT_CONFIG - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Request Events
ON_REQUEST_FLUSH_BUFFER - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_RUNTIME_BOX_CONTEXT_STARTUP - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_RUNTIME_CONFIGURATION_LOAD - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_RUNTIME_SHUTDOWN - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_RUNTIME_START - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Runtime Events
ON_SCHEDULER_REGISTRATION - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_SCHEDULER_REMOVAL - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_SCHEDULER_RESTART - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_SCHEDULER_SERVICE_SHUTDOWN - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_SCHEDULER_SERVICE_STARTUP - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Scheduler Service Events
ON_SCHEDULER_SHUTDOWN - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_SCHEDULER_STARTUP - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Scheduler Events
ON_SERVER_SCOPE_CREATION - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_SESSION_CREATED - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_SESSION_DESTROYED - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
ON_THE_FLY_PREFIX - Static variable in class ortus.boxlang.runtime.config.segments.DatasourceConfig
The prefix for all on the fly datasource names
onAbort - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onAbort(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationClassListener
 
onAbort(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationDefaultListener
 
onAbort(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationTemplateListener
 
onAbort(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Handle the onAbort event
onAnyTaskError(ScheduledTask, Exception) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Called whenever ANY task fails
onAnyTaskError(ScheduledTask, Exception) - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Called whenever ANY task fails
onAnyTaskSuccess(ScheduledTask, Optional<?>) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Called whenever ANY task succeeds
onAnyTaskSuccess(ScheduledTask, Optional<?>) - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Called whenever ANY task succeeds
onApplicationEnd - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onApplicationEnd(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationClassListener
 
onApplicationEnd(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationDefaultListener
 
onApplicationEnd(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationTemplateListener
 
onApplicationEnd(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Handle the onApplicationEnd event
onApplicationRestart - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onApplicationStart - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onApplicationStart(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationClassListener
 
onApplicationStart(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationDefaultListener
 
onApplicationStart(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationTemplateListener
 
onApplicationStart(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Handle the onApplicationStart event
onClassRequest - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onClassRequest(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationClassListener
 
onClassRequest(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationDefaultListener
 
onClassRequest(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationTemplateListener
 
onClassRequest(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Handle the onClassRequest event
onError - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onError(Function<Throwable, T>) - Method in class ortus.boxlang.runtime.async.BoxFuture
onError(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationClassListener
 
onError(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationDefaultListener
 
onError(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationTemplateListener
 
onError(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Handle the onError event
onFailure(BiConsumer<ScheduledTask, Exception>) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Store the closure to execute after the task is executed successfully
onFirstBusinessDayOfTheMonth() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task on the first Monday of every month at midnight
onFirstBusinessDayOfTheMonth(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task on the first Monday of every month
onFridays() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Fridays
onFridays(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Fridays
onLastBusinessDayOfTheMonth() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task on the last business day of the month at midnight
onLastBusinessDayOfTheMonth(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task on the last business day of the month
onLoad - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onMissingMethod - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onMissingTemplate - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onMissingTemplate(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationClassListener
 
onMissingTemplate(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationDefaultListener
 
onMissingTemplate(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationTemplateListener
 
onMissingTemplate(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Handle the onMissingTemplate event
onMondays() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Mondays
onMondays(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Mondays
onParse - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onParse(IStruct) - Method in class ortus.boxlang.runtime.interceptors.ASTCapture
Listen to the "onParse" event
onRequest - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onRequest(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationClassListener
-------------------------------------------------------------------------- Life-cycle methods --------------------------------------------------------------------------
onRequest(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationDefaultListener
-------------------------------------------------------------------------- Methods --------------------------------------------------------------------------
onRequest(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationTemplateListener
-------------------------------------------------------------------------- Methods --------------------------------------------------------------------------
onRequest(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Handle the onRequest event
onRequestEnd - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onRequestEnd(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationClassListener
 
onRequestEnd(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationDefaultListener
 
onRequestEnd(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationTemplateListener
 
onRequestEnd(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Handle the onRequestEnd event
onRequestStart - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onRequestStart(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationClassListener
 
onRequestStart(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationDefaultListener
 
onRequestStart(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationTemplateListener
 
onRequestStart(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Handle the onRequestStart event
onRuntimeShutdown() - Method in class ortus.boxlang.runtime.interceptors.Logging
Runtime shutdown interception
onRuntimeShutdown(IStruct) - Method in class ortus.boxlang.runtime.interceptors.Logging
Alternate signature for onRuntimeShutdown
onSaturdays() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Saturdays
onSaturdays(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Saturdays
onSessionEnd - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onSessionEnd(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationClassListener
 
onSessionEnd(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationDefaultListener
 
onSessionEnd(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationTemplateListener
 
onSessionEnd(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Handle the onSessionEnd event
onSessionStart - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onSessionStart(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationClassListener
 
onSessionStart(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationDefaultListener
 
onSessionStart(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.ApplicationTemplateListener
 
onSessionStart(IBoxContext, Object[]) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Handle the onSessionStart event
onShutdown() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Called before the scheduler is going to be shutdown
onShutdown() - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Called before the scheduler is going to be shutdown
onShutdown(Boolean) - Method in class ortus.boxlang.runtime.services.ApplicationService
The shutdown event is fired when the runtime shuts down
onShutdown(Boolean) - Method in class ortus.boxlang.runtime.services.AsyncService
The shutdown event is fired when the runtime shuts down
onShutdown(Boolean) - Method in class ortus.boxlang.runtime.services.BaseService
The shutdown event is fired when the runtime shuts down
onShutdown(Boolean) - Method in class ortus.boxlang.runtime.services.CacheService
The shutdown event is fired when the runtime shuts down
onShutdown(Boolean) - Method in class ortus.boxlang.runtime.services.ComponentService
The shutdown event is fired when the runtime shuts down
onShutdown(Boolean) - Method in class ortus.boxlang.runtime.services.DatasourceService
The shutdown event is fired when the runtime shuts down
onShutdown(Boolean) - Method in class ortus.boxlang.runtime.services.FunctionService
The shutdown event is fired when the runtime shuts down
onShutdown(Boolean) - Method in class ortus.boxlang.runtime.services.InterceptorService
The shutdown event is fired when the runtime shuts down
onShutdown(Boolean) - Method in interface ortus.boxlang.runtime.services.IService
The shutdown event is fired when the runtime shuts down
onShutdown(Boolean) - Method in class ortus.boxlang.runtime.services.ModuleService
The shutdown event is fired when the runtime shuts down
onShutdown(Boolean) - Method in class ortus.boxlang.runtime.services.SchedulerService
The shutdown event is fired when the runtime shuts down
onStartup() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Called after the scheduler has registered all schedules
onStartup() - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Called after the scheduler has registered all schedules
onStartup() - Method in class ortus.boxlang.runtime.services.ApplicationService
The startup event is fired when the runtime starts up
onStartup() - Method in class ortus.boxlang.runtime.services.AsyncService
The startup event is fired when the runtime starts up
onStartup() - Method in class ortus.boxlang.runtime.services.BaseService
The startup event is fired when the runtime starts up
onStartup() - Method in class ortus.boxlang.runtime.services.CacheService
The startup event is fired when the runtime starts up This will create all the core caches and register them
onStartup() - Method in class ortus.boxlang.runtime.services.ComponentService
The startup event is fired when the runtime starts up
onStartup() - Method in class ortus.boxlang.runtime.services.DatasourceService
The startup event is fired when the runtime starts up
onStartup() - Method in class ortus.boxlang.runtime.services.FunctionService
The startup event is fired when the runtime starts up
onStartup() - Method in class ortus.boxlang.runtime.services.InterceptorService
The startup event is fired when the runtime starts up
onStartup() - Method in interface ortus.boxlang.runtime.services.IService
The startup event is fired when the runtime starts up
onStartup() - Method in class ortus.boxlang.runtime.services.ModuleService
The startup event is fired when the runtime starts up
onStartup() - Method in class ortus.boxlang.runtime.services.SchedulerService
The startup event is fired when the runtime starts up
onSuccess(BiConsumer<ScheduledTask, Optional<?>>) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Store the closure to execute after the task is executed successfully
onSundays() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Sundays
onSundays(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Sundays
onTheFly - Variable in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Is this a onTheFly datasource
onTheFly - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onThursdays() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Thursdays
onThursdays(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Thursdays
onTuesdays() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Tuesdays
onTuesdays(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Tuesdays
onUnload - Static variable in class ortus.boxlang.runtime.scopes.Key
 
onWednesdays() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Wednesdays
onWednesdays(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be on Wednesdays
onWeekdays() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be from Monday - Friday at midnight
onWeekdays(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the period to be from Monday - Friday
onWeekends() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task on saturday and sundays at midnight
onWeekends(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task on saturday and sundays
openOutputStream() - Method in class ortus.boxlang.compiler.JavaClassByteCode
 
OPTIMAL - Enum constant in enum class ortus.boxlang.runtime.components.cache.Cache.CacheAction
 
options - Static variable in class ortus.boxlang.runtime.scopes.Key
 
or(Supplier<Attempt<T>>) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If a value is present, returns the Attempt, otherwise returns an Attempt produced by the supplying function.
Or - Class in ortus.boxlang.runtime.operators
Performs Logical "or" true || false
Or - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
Or() - Constructor for class ortus.boxlang.runtime.operators.Or
 
ORACLE - Enum constant in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
 
ordered - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Ordered - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxStructType
 
orElse(T) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If a value is present, returns the value, otherwise returns the other passed value passed
orElseGet(Supplier<T>) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If a value is present, returns the value, otherwise returns the result produced by the supplying function.
originalConfig - Variable in class ortus.boxlang.runtime.config.Configuration
The last config struct loaded
originalConfig - Static variable in class ortus.boxlang.runtime.scopes.Key
 
originalValue - Variable in class ortus.boxlang.runtime.scopes.Key
The original value of the key, which could be a complex object if this key was being used to dereference a native Map.
originSourceLineEnd - Variable in class ortus.boxlang.compiler.SourceMap.SourceMapRecord
 
originSourceLineStart - Variable in class ortus.boxlang.compiler.SourceMap.SourceMapRecord
 
originSourceNode - Variable in class ortus.boxlang.compiler.SourceMap.SourceMapRecord
 
ormoptions - Static variable in class ortus.boxlang.runtime.scopes.Key
 
orThrow() - Method in class ortus.boxlang.runtime.dynamic.Attempt
If a value is present, returns the value, otherwise throws a NoElementException
orThrow(Exception) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If a value is present, returns the value, otherwise throws a provided
orThrow(String) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If a value is present, returns the value, otherwise throws a NoElementException with a custom message
orThrow(String, String) - Method in class ortus.boxlang.runtime.dynamic.Attempt
If a value is present, returns the value, otherwise throws a BoxLang exception with the provided type and message
orTimeout(long) - Method in class ortus.boxlang.runtime.async.BoxFuture
Exceptionally completes this CompletableFuture with a TimeoutException if not otherwise completed before the given timeout.
orTimeout(long, Object) - Method in class ortus.boxlang.runtime.async.BoxFuture
Exceptionally completes this CompletableFuture with a TimeoutException if not otherwise completed before the given timeout.
ortus.boxlang.compiler - package ortus.boxlang.compiler
 
ortus.boxlang.compiler.asmboxpiler - package ortus.boxlang.compiler.asmboxpiler
 
ortus.boxlang.compiler.ast - package ortus.boxlang.compiler.ast
 
ortus.boxlang.compiler.ast.comment - package ortus.boxlang.compiler.ast.comment
 
ortus.boxlang.compiler.ast.expression - package ortus.boxlang.compiler.ast.expression
 
ortus.boxlang.compiler.ast.statement - package ortus.boxlang.compiler.ast.statement
 
ortus.boxlang.compiler.ast.statement.component - package ortus.boxlang.compiler.ast.statement.component
 
ortus.boxlang.compiler.ast.visitor - package ortus.boxlang.compiler.ast.visitor
 
ortus.boxlang.compiler.javaboxpiler - package ortus.boxlang.compiler.javaboxpiler
 
ortus.boxlang.compiler.javaboxpiler.transformer - package ortus.boxlang.compiler.javaboxpiler.transformer
 
ortus.boxlang.compiler.javaboxpiler.transformer.expression - package ortus.boxlang.compiler.javaboxpiler.transformer.expression
 
ortus.boxlang.compiler.javaboxpiler.transformer.indexer - package ortus.boxlang.compiler.javaboxpiler.transformer.indexer
 
ortus.boxlang.compiler.javaboxpiler.transformer.statement - package ortus.boxlang.compiler.javaboxpiler.transformer.statement
 
ortus.boxlang.compiler.javaboxpiler.transformer.statement.component - package ortus.boxlang.compiler.javaboxpiler.transformer.statement.component
 
ortus.boxlang.compiler.parser - package ortus.boxlang.compiler.parser
 
ortus.boxlang.debugger - package ortus.boxlang.debugger
 
ortus.boxlang.debugger.event - package ortus.boxlang.debugger.event
 
ortus.boxlang.debugger.request - package ortus.boxlang.debugger.request
 
ortus.boxlang.debugger.response - package ortus.boxlang.debugger.response
 
ortus.boxlang.debugger.types - package ortus.boxlang.debugger.types
 
ortus.boxlang.runtime - package ortus.boxlang.runtime
 
ortus.boxlang.runtime.application - package ortus.boxlang.runtime.application
 
ortus.boxlang.runtime.async - package ortus.boxlang.runtime.async
 
ortus.boxlang.runtime.async.executors - package ortus.boxlang.runtime.async.executors
 
ortus.boxlang.runtime.async.tasks - package ortus.boxlang.runtime.async.tasks
 
ortus.boxlang.runtime.bifs - package ortus.boxlang.runtime.bifs
 
ortus.boxlang.runtime.bifs.global.array - package ortus.boxlang.runtime.bifs.global.array
 
ortus.boxlang.runtime.bifs.global.async - package ortus.boxlang.runtime.bifs.global.async
 
ortus.boxlang.runtime.bifs.global.binary - package ortus.boxlang.runtime.bifs.global.binary
 
ortus.boxlang.runtime.bifs.global.cache - package ortus.boxlang.runtime.bifs.global.cache
 
ortus.boxlang.runtime.bifs.global.conversion - package ortus.boxlang.runtime.bifs.global.conversion
 
ortus.boxlang.runtime.bifs.global.decision - package ortus.boxlang.runtime.bifs.global.decision
 
ortus.boxlang.runtime.bifs.global.encryption - package ortus.boxlang.runtime.bifs.global.encryption
 
ortus.boxlang.runtime.bifs.global.format - package ortus.boxlang.runtime.bifs.global.format
 
ortus.boxlang.runtime.bifs.global.i18n - package ortus.boxlang.runtime.bifs.global.i18n
 
ortus.boxlang.runtime.bifs.global.io - package ortus.boxlang.runtime.bifs.global.io
 
ortus.boxlang.runtime.bifs.global.java - package ortus.boxlang.runtime.bifs.global.java
 
ortus.boxlang.runtime.bifs.global.jdbc - package ortus.boxlang.runtime.bifs.global.jdbc
 
ortus.boxlang.runtime.bifs.global.list - package ortus.boxlang.runtime.bifs.global.list
 
ortus.boxlang.runtime.bifs.global.math - package ortus.boxlang.runtime.bifs.global.math
 
ortus.boxlang.runtime.bifs.global.query - package ortus.boxlang.runtime.bifs.global.query
 
ortus.boxlang.runtime.bifs.global.stream - package ortus.boxlang.runtime.bifs.global.stream
 
ortus.boxlang.runtime.bifs.global.string - package ortus.boxlang.runtime.bifs.global.string
 
ortus.boxlang.runtime.bifs.global.struct - package ortus.boxlang.runtime.bifs.global.struct
 
ortus.boxlang.runtime.bifs.global.system - package ortus.boxlang.runtime.bifs.global.system
 
ortus.boxlang.runtime.bifs.global.temporal - package ortus.boxlang.runtime.bifs.global.temporal
 
ortus.boxlang.runtime.bifs.global.type - package ortus.boxlang.runtime.bifs.global.type
 
ortus.boxlang.runtime.bifs.global.xml - package ortus.boxlang.runtime.bifs.global.xml
 
ortus.boxlang.runtime.cache - package ortus.boxlang.runtime.cache
 
ortus.boxlang.runtime.cache.filters - package ortus.boxlang.runtime.cache.filters
 
ortus.boxlang.runtime.cache.policies - package ortus.boxlang.runtime.cache.policies
 
ortus.boxlang.runtime.cache.providers - package ortus.boxlang.runtime.cache.providers
 
ortus.boxlang.runtime.cache.store - package ortus.boxlang.runtime.cache.store
 
ortus.boxlang.runtime.cache.util - package ortus.boxlang.runtime.cache.util
 
ortus.boxlang.runtime.components - package ortus.boxlang.runtime.components
 
ortus.boxlang.runtime.components.async - package ortus.boxlang.runtime.components.async
 
ortus.boxlang.runtime.components.cache - package ortus.boxlang.runtime.components.cache
 
ortus.boxlang.runtime.components.debug - package ortus.boxlang.runtime.components.debug
 
ortus.boxlang.runtime.components.io - package ortus.boxlang.runtime.components.io
 
ortus.boxlang.runtime.components.jdbc - package ortus.boxlang.runtime.components.jdbc
 
ortus.boxlang.runtime.components.net - package ortus.boxlang.runtime.components.net
 
ortus.boxlang.runtime.components.system - package ortus.boxlang.runtime.components.system
 
ortus.boxlang.runtime.components.util - package ortus.boxlang.runtime.components.util
 
ortus.boxlang.runtime.config - package ortus.boxlang.runtime.config
 
ortus.boxlang.runtime.config.segments - package ortus.boxlang.runtime.config.segments
 
ortus.boxlang.runtime.config.util - package ortus.boxlang.runtime.config.util
 
ortus.boxlang.runtime.context - package ortus.boxlang.runtime.context
 
ortus.boxlang.runtime.dynamic - package ortus.boxlang.runtime.dynamic
 
ortus.boxlang.runtime.dynamic.casters - package ortus.boxlang.runtime.dynamic.casters
 
ortus.boxlang.runtime.dynamic.javaproxy - package ortus.boxlang.runtime.dynamic.javaproxy
 
ortus.boxlang.runtime.events - package ortus.boxlang.runtime.events
 
ortus.boxlang.runtime.interceptors - package ortus.boxlang.runtime.interceptors
 
ortus.boxlang.runtime.interop - package ortus.boxlang.runtime.interop
 
ortus.boxlang.runtime.interop.proxies - package ortus.boxlang.runtime.interop.proxies
 
ortus.boxlang.runtime.jdbc - package ortus.boxlang.runtime.jdbc
 
ortus.boxlang.runtime.jdbc.drivers - package ortus.boxlang.runtime.jdbc.drivers
 
ortus.boxlang.runtime.loader - package ortus.boxlang.runtime.loader
 
ortus.boxlang.runtime.loader.resolvers - package ortus.boxlang.runtime.loader.resolvers
 
ortus.boxlang.runtime.loader.util - package ortus.boxlang.runtime.loader.util
 
ortus.boxlang.runtime.logging - package ortus.boxlang.runtime.logging
 
ortus.boxlang.runtime.modules - package ortus.boxlang.runtime.modules
 
ortus.boxlang.runtime.net - package ortus.boxlang.runtime.net
 
ortus.boxlang.runtime.operators - package ortus.boxlang.runtime.operators
 
ortus.boxlang.runtime.runnables - package ortus.boxlang.runtime.runnables
 
ortus.boxlang.runtime.runnables.accessors - package ortus.boxlang.runtime.runnables.accessors
 
ortus.boxlang.runtime.scopes - package ortus.boxlang.runtime.scopes
 
ortus.boxlang.runtime.scripting - package ortus.boxlang.runtime.scripting
 
ortus.boxlang.runtime.services - package ortus.boxlang.runtime.services
 
ortus.boxlang.runtime.testing - package ortus.boxlang.runtime.testing
 
ortus.boxlang.runtime.types - package ortus.boxlang.runtime.types
 
ortus.boxlang.runtime.types.exceptions - package ortus.boxlang.runtime.types.exceptions
 
ortus.boxlang.runtime.types.immutable - package ortus.boxlang.runtime.types.immutable
 
ortus.boxlang.runtime.types.listeners - package ortus.boxlang.runtime.types.listeners
 
ortus.boxlang.runtime.types.meta - package ortus.boxlang.runtime.types.meta
 
ortus.boxlang.runtime.types.util - package ortus.boxlang.runtime.types.util
 
ortus.boxlang.runtime.util - package ortus.boxlang.runtime.util
 
ortus.boxlang.runtime.util.conversion - package ortus.boxlang.runtime.util.conversion
 
ortus.boxlang.runtime.util.conversion.deserializers - package ortus.boxlang.runtime.util.conversion.deserializers
 
ortus.boxlang.runtime.util.conversion.serializers - package ortus.boxlang.runtime.util.conversion.serializers
 
ortus.boxlang.runtime.validation - package ortus.boxlang.runtime.validation
 
ortus.boxlang.runtime.validation.dynamic - package ortus.boxlang.runtime.validation.dynamic
 
ortus.boxlang.tools.doclets - package ortus.boxlang.tools.doclets
 
ortus.boxlang.tools.util - package ortus.boxlang.tools.util
 
os - Static variable in class ortus.boxlang.runtime.scopes.Key
 
OTHER - Enum constant in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
 
OTHER - Enum constant in enum class ortus.boxlang.runtime.types.QueryColumnType
 
output - Variable in class ortus.boxlang.debugger.event.OutputEvent.OutputBody
 
output - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Output - Class in ortus.boxlang.runtime.components.system
 
Output() - Constructor for class ortus.boxlang.runtime.components.system.Output
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
OutputBody() - Constructor for class ortus.boxlang.debugger.event.OutputEvent.OutputBody
 
OutputEvent - Class in ortus.boxlang.debugger.event
Models the Output event for the Debug Protocol
OutputEvent() - Constructor for class ortus.boxlang.debugger.event.OutputEvent
 
OutputEvent(String, String) - Constructor for class ortus.boxlang.debugger.event.OutputEvent
Constructor
OutputEvent.OutputBody - Class in ortus.boxlang.debugger.event
 
overwrite - Static variable in class ortus.boxlang.runtime.scopes.Key
 
owner - Static variable in class ortus.boxlang.runtime.scopes.Key
 

P

Package - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxAccessModifier
 
PACKAGE - Enum constant in enum class ortus.boxlang.runtime.types.Function.Access
 
packageName() - Method in record class ortus.boxlang.compiler.ClassInfo
Returns the value of the packageName record component.
packageName() - Method in record class ortus.boxlang.runtime.loader.ClassLocator.ClassLocation
Returns the value of the packageName record component.
pageEncoding - Static variable in class ortus.boxlang.runtime.scopes.Key
 
PagePoolClear - Class in ortus.boxlang.runtime.bifs.global.system
 
PagePoolClear() - Constructor for class ortus.boxlang.runtime.bifs.global.system.PagePoolClear
Constructor
ParagraphFormat - Class in ortus.boxlang.runtime.bifs.global.string
 
ParagraphFormat() - Constructor for class ortus.boxlang.runtime.bifs.global.string.ParagraphFormat
Constructor
parallel - Static variable in class ortus.boxlang.runtime.scopes.Key
 
parallelStream() - Method in class ortus.boxlang.runtime.types.Array
Returns a parallel stream of the array
Param - Class in ortus.boxlang.runtime.components.system
 
Param() - Constructor for class ortus.boxlang.runtime.components.system.Param
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
parameters - Static variable in class ortus.boxlang.runtime.scopes.Key
 
params - Static variable in class ortus.boxlang.runtime.scopes.Key
 
parent - Variable in class ortus.boxlang.compiler.ast.BoxNode
 
parent - Variable in class ortus.boxlang.runtime.context.BaseBoxContext
Any context can have a parent it can delegate to
parse(File) - Method in class ortus.boxlang.compiler.Boxpiler
Parse a file on disk into BoxLang AST nodes.
parse(File) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
parse(File) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Parse a file
parse(File) - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
Parse a Box script file
parse(File) - Method in class ortus.boxlang.compiler.parser.BoxTemplateParser
 
parse(File) - Method in class ortus.boxlang.compiler.parser.CFScriptParser
Parse a cf script file
parse(File) - Method in class ortus.boxlang.compiler.parser.CFTemplateParser
 
parse(File) - Method in class ortus.boxlang.compiler.parser.DocParser
 
parse(File) - Method in class ortus.boxlang.compiler.parser.Parser
Parse a script file
parse(File, String) - Method in class ortus.boxlang.compiler.parser.DocParser
 
parse(String) - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
Parse a Box script string
parse(String) - Method in class ortus.boxlang.compiler.parser.BoxTemplateParser
 
parse(String) - Method in class ortus.boxlang.compiler.parser.CFScriptParser
Parse a cf script string
parse(String) - Method in class ortus.boxlang.compiler.parser.CFTemplateParser
 
parse(String) - Static method in record class ortus.boxlang.runtime.loader.ImportDefinition
Parses an import string into an ImportDefinition
parse(String) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Convert an incoming ISO-8601 formatted string to a Java LocalDateTime object
parse(String, Boolean) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Parse a cf script string expression
parse(String, Boolean) - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
Parse a Box script string
parse(String, Boolean) - Method in class ortus.boxlang.compiler.parser.BoxTemplateParser
 
parse(String, Boolean) - Method in class ortus.boxlang.compiler.parser.CFScriptParser
Parse a cf script string
parse(String, Boolean) - Method in class ortus.boxlang.compiler.parser.CFTemplateParser
 
parse(String, Boolean) - Method in class ortus.boxlang.compiler.parser.DocParser
 
parse(String, BoxSourceType) - Method in class ortus.boxlang.compiler.parser.Parser
Parse a script string expression
parse(String, BoxSourceType, Boolean) - Method in class ortus.boxlang.compiler.Boxpiler
Parse source text into BoxLang AST nodes.
parse(String, BoxSourceType, Boolean) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
parse(String, BoxSourceType, Boolean) - Method in class ortus.boxlang.compiler.parser.Parser
Parse a script string expression
parseBoxExpression(String, Position) - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
 
parseBoxExpression(String, Position) - Method in class ortus.boxlang.compiler.parser.BoxTemplateParser
 
parseBoxStatements(String, Position) - Method in class ortus.boxlang.compiler.parser.BoxTemplateParser
 
parseBoxTemplateStatements(String, Position) - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
 
parseCFClassOrInterface(String, Position) - Method in class ortus.boxlang.compiler.parser.CFTemplateParser
 
parseCFExpression(String, Position) - Method in class ortus.boxlang.compiler.parser.CFScriptParser
 
parseCFExpression(String, Position) - Method in class ortus.boxlang.compiler.parser.CFTemplateParser
 
parseCFMLStatements(String, Position) - Method in class ortus.boxlang.compiler.parser.CFScriptParser
 
parseCFStatements(String, Position) - Method in class ortus.boxlang.compiler.parser.CFTemplateParser
 
ParseCurrency - Class in ortus.boxlang.runtime.bifs.global.i18n
 
ParseCurrency() - Constructor for class ortus.boxlang.runtime.bifs.global.i18n.ParseCurrency
Constructor
ParseDateTime - Class in ortus.boxlang.runtime.bifs.global.temporal
 
ParseDateTime() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.ParseDateTime
Constructor
ParseException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is encountered when parsing of a source file fails.
ParseException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.ParseException
Constructor
ParseException(List<Issue>, String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.ParseException
Constructor
parseExpression(String) - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
Parse a Box script string expression
parseExpression(String) - Method in class ortus.boxlang.compiler.parser.CFScriptParser
Parse a cf script string expression
parseExpression(String) - Method in class ortus.boxlang.compiler.parser.Parser
Parse a script string statement
parseExpression(String, Map<String, String>) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
Returns the Java Parser AST nodes for the given template
parseLocale(String) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Parses a locale from a string, handling known common locales and aliases.
parseLocaleFromContext(IBoxContext, ArgumentsScope) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Convience method to extract the locale from arguments or context, falling back tothe system default
parseLocaleOrDefault(String, Locale) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Parses a locale and returns a default value if the locale could not be parsed
parseLocalizedCurrency(Object, Locale) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Parses a localized currency string
parseLocalizedNumber(Object, Locale) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Parses a localized number string
ParseNumber - Class in ortus.boxlang.runtime.bifs.global.conversion
 
ParseNumber() - Constructor for class ortus.boxlang.runtime.bifs.global.conversion.ParseNumber
Constructor
parseOrFail(File) - Method in class ortus.boxlang.compiler.Boxpiler
Parse a file on disk into BoxLang AST nodes.
parseOrFail(File) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
parseOrFail(String, BoxSourceType, Boolean) - Method in class ortus.boxlang.compiler.Boxpiler
Parse source text into BoxLang AST nodes.
parseOrFail(String, BoxSourceType, Boolean) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
Parser - Class in ortus.boxlang.compiler.parser
 
Parser() - Constructor for class ortus.boxlang.compiler.parser.Parser
 
parserFirstStage(File, InputStream, Boolean) - Method in class ortus.boxlang.compiler.parser.DocParser
 
parserFirstStage(InputStream, Boolean) - Method in class ortus.boxlang.compiler.parser.AbstractParser
Fist stage parser
parserFirstStage(InputStream, Boolean) - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
Fist stage parser
parserFirstStage(InputStream, Boolean) - Method in class ortus.boxlang.compiler.parser.BoxTemplateParser
 
parserFirstStage(InputStream, Boolean) - Method in class ortus.boxlang.compiler.parser.CFScriptParser
Fist stage parser
parserFirstStage(InputStream, Boolean) - Method in class ortus.boxlang.compiler.parser.CFTemplateParser
 
parserFirstStage(InputStream, Boolean) - Method in class ortus.boxlang.compiler.parser.DocParser
 
parseStatement(String) - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
Parse a Box script string statement
parseStatement(String) - Method in class ortus.boxlang.compiler.parser.CFScriptParser
Parse a cf script string statement
parseStatement(String) - Method in class ortus.boxlang.compiler.parser.Parser
 
parseStatement(String, Map<String, String>) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
Returns the Java Parser AST for the given template
parseZoneId(String) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Attempts to parse a ZoneId from a string representation - return a null if the zone could not be parsed
parseZoneId(String, IBoxContext) - Static method in class ortus.boxlang.runtime.util.LocalizationUtil
Parses a ZoneId from a string, falling back to the context setting, and then the system default
ParsingResult - Class in ortus.boxlang.compiler.parser
The results returned when parsing code.
ParsingResult(BoxNode, List<Issue>) - Constructor for class ortus.boxlang.compiler.parser.ParsingResult
General constructor.
ParsingResult(BoxNode, List<Issue>, List<BoxComment>) - Constructor for class ortus.boxlang.compiler.parser.ParsingResult
 
pascalCase(String) - Static method in class ortus.boxlang.runtime.types.util.StringUtil
Create pascal case from a string
PascalCase - Class in ortus.boxlang.runtime.bifs.global.string
 
PascalCase() - Constructor for class ortus.boxlang.runtime.bifs.global.string.PascalCase
Constructor
password - Variable in class ortus.boxlang.runtime.jdbc.QueryOptions
The datasource password to use for the connection, if any
password - Static variable in class ortus.boxlang.runtime.scopes.Key
 
path - Variable in class ortus.boxlang.debugger.types.Source
 
path - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The physical path of the module but in string format.
path - Static variable in class ortus.boxlang.runtime.scopes.Key
 
path - Variable in class ortus.boxlang.runtime.types.File
The file path object
path() - Method in record class ortus.boxlang.runtime.loader.ClassLocator.ClassLocation
Returns the value of the path record component.
path_info - Static variable in class ortus.boxlang.runtime.scopes.Key
 
path_translated - Static variable in class ortus.boxlang.runtime.scopes.Key
 
pathToCacheKey(Path) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Converts a path object to an entry key by removing the extension
pattern - Static variable in class ortus.boxlang.runtime.scopes.Key
 
PauseRequest - Class in ortus.boxlang.debugger.request
Models the request to pause a thread
PauseRequest() - Constructor for class ortus.boxlang.debugger.request.PauseRequest
 
PauseRequest.PauseRequestArguments - Class in ortus.boxlang.debugger.request
 
PauseRequestArguments() - Constructor for class ortus.boxlang.debugger.request.PauseRequest.PauseRequestArguments
 
pauseThread(int) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
peekContextName() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
Increment and return the lambda counter
PendingQuery - Class in ortus.boxlang.runtime.jdbc
This class represents a query and any parameters/bindings before being executed.
PendingQuery(String, Object, QueryOptions) - Constructor for class ortus.boxlang.runtime.jdbc.PendingQuery
Creates a new PendingQuery instance from a SQL string, a list of parameters, and the original SQL string.
PendingQuery(String, List<QueryParameter>) - Constructor for class ortus.boxlang.runtime.jdbc.PendingQuery
Creates a new PendingQuery instance from a SQL string and a list of parameters.
Phase1 - Class in ortus.boxlang.runtime.testing
 
Phase1Switch - Class in ortus.boxlang.runtime.testing
 
Phase1TryCatch - Class in ortus.boxlang.runtime.testing
 
Phase2Closure - Class in ortus.boxlang.runtime.testing
Phase 2 BoxLang Example of UDF delcaration and execution
Phase2Closure$closure1 - Class in ortus.boxlang.runtime.testing
Phase 2 BoxLang Example of Closure delcaration and execution
Phase2Closure$closure1(IBoxContext) - Constructor for class ortus.boxlang.runtime.testing.Phase2Closure$closure1
 
Phase2Lambda - Class in ortus.boxlang.runtime.testing
Phase 2 BoxLang Example of UDF delcaration and execution
Phase2Lambda$lambda1 - Class in ortus.boxlang.runtime.testing
Phase 2 BoxLang Example of Lambda delcaration and execution
Phase2UDF - Class in ortus.boxlang.runtime.testing
Phase 2 BoxLang Example of UDF delcaration and execution
Phase2UDF$greet - Class in ortus.boxlang.runtime.testing
Phase 2 BoxLang Example of UDF delcaration and execution
physicalPath - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The physical path of the module on disk as a Java Path
Pi - Class in ortus.boxlang.runtime.bifs.global.math
 
Pi() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Pi
 
pid - Static variable in class ortus.boxlang.runtime.scopes.Key
 
PlaceholderHelper - Class in ortus.boxlang.runtime.config.util
A helper class for resolving placeholders in configuration files
PlaceholderHelper() - Constructor for class ortus.boxlang.runtime.config.util.PlaceholderHelper
 
placeholders - Static variable in class ortus.boxlang.runtime.scopes.Key
 
pluralize(String) - Static method in class ortus.boxlang.runtime.types.util.StringUtil
Pluralize an English word based on standard rules.
plus(long, TemporalUnit) - Method in class ortus.boxlang.runtime.types.DateTime
 
plus(TemporalAmount) - Method in class ortus.boxlang.runtime.types.DateTime
 
Plus - Class in ortus.boxlang.runtime.operators
Performs Math Plus a = b + c
Plus - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
Plus - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxUnaryOperator
 
Plus() - Constructor for class ortus.boxlang.runtime.operators.Plus
 
PlusEqual - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxAssignmentOperator
 
Point - Class in ortus.boxlang.compiler.ast
Represents a position in the source code with line and column
Point(int, int) - Constructor for class ortus.boxlang.compiler.ast.Point
Create a point
poolName - Static variable in class ortus.boxlang.runtime.scopes.Key
 
popBuffer() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Pop a buffer from the stack
popBuffer() - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
popBuffer() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Pop a buffer from the stack
popComponent() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
popComponent() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Pop a template from the stack
popComponent() - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
popComponent() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Pop a template from the stack
popContextName() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
Increment and return the lambda counter
popfunctionBodyCounter() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
popTemplate() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Pop a template from the stack
popTemplate() - Method in interface ortus.boxlang.runtime.context.IBoxContext
Pop a template from the stack
port - Static variable in class ortus.boxlang.runtime.scopes.Key
 
pos - Static variable in class ortus.boxlang.runtime.scopes.Key
 
posInCode - Static variable in class ortus.boxlang.runtime.scopes.Key
 
position - Variable in class ortus.boxlang.compiler.ast.BoxNode
 
position - Static variable in class ortus.boxlang.runtime.scopes.Key
 
position - Variable in exception class ortus.boxlang.runtime.types.exceptions.ExpressionException
 
position() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureUsed
Returns the value of the position record component.
Position - Class in ortus.boxlang.compiler.ast
Represents a region of code within a text
Position(Point, Point) - Constructor for class ortus.boxlang.compiler.ast.Position
Creates a position
Position(Point, Point, Source) - Constructor for class ortus.boxlang.compiler.ast.Position
Creates a position including the file information
position1 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
position2 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
positionalToMap(Object...) - Static method in class ortus.boxlang.runtime.util.ArgumentUtil
Convert positional arguments to a map of key/value pairs
posixSetToOctal(Set<PosixFilePermission>) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Converts a set of PosixFilePermission to chmod-style octal file mode.
POST_FUNCTION_INVOKE - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
POST_MODULE_LOAD - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
POST_MODULE_REGISTRATION - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
POST_MODULE_UNLOAD - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
POST_QUERY_EXECUTE - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
POST_TEMPLATE_INVOKE - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
POSTGRESSQL - Enum constant in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
 
PostMinusMinus - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxUnaryOperator
 
PostPlusPlus - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxUnaryOperator
 
Power - Class in ortus.boxlang.runtime.operators
Performs Math Power for BoxLang a = 2 ^ 3
Power - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
Power() - Constructor for class ortus.boxlang.runtime.operators.Power
 
PRE_FUNCTION_INVOKE - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Function Execution Events
PRE_MODULE_LOAD - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
PRE_MODULE_REGISTRATION - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
PRE_MODULE_UNLOAD - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
PRE_QUERY_EXECUTE - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
PRE_TEMPLATE_INVOKE - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
Template
precise - Static variable in class ortus.boxlang.runtime.scopes.Key
 
PrecisionEvaluate - Class in ortus.boxlang.runtime.bifs.global.math
 
PrecisionEvaluate() - Constructor for class ortus.boxlang.runtime.bifs.global.math.PrecisionEvaluate
Constructor
Predicate<T> - Class in ortus.boxlang.runtime.interop.proxies
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/util/function/Predicate.html
Predicate(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.Predicate
 
prefix - Variable in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
The prefix of a resolver
prefix - Static variable in class ortus.boxlang.runtime.scopes.Key
 
PreMinusMinus - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxUnaryOperator
 
prepend(String, String, String) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Prepend an item to the beginning of a list
prepend(String, String, String, Boolean, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Prepend an item to the beginning of a list
prepLogger(Class<?>) - Method in class ortus.boxlang.runtime.interop.proxies.BaseProxy
Prep logger for class
PrePlusPlus - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxUnaryOperator
 
presentationHint - Variable in class ortus.boxlang.debugger.types.Scope
 
prettyJson(String) - Static method in class ortus.boxlang.runtime.types.util.StringUtil
Pretty print an incoming JSON string using the Jackson JR library
PrettyPrintBoxVisitor - Class in ortus.boxlang.compiler.ast.visitor
Pretty print BoxLang AST nodes TODO Items: - Add configuration for indent size - Add any other config settings such as white space inside paren, etc - Modify AST to track pre annotations and inline annotations separately - Test!
PrettyPrintBoxVisitor() - Constructor for class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
Constructor
PrettyPrintVisitor - Class in ortus.boxlang.compiler.javaboxpiler
 
PrettyPrintVisitor() - Constructor for class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
PrettyPrintVisitor(PrinterConfiguration) - Constructor for class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
PrettyPrintVisitor(PrinterConfiguration, SourcePrinter) - Constructor for class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
prettySql(String) - Static method in class ortus.boxlang.runtime.types.util.StringUtil
Format an incoming sql string to a pretty version
print(Node) - Method in class ortus.boxlang.compiler.javaboxpiler.CustomPrettyPrinter
 
Print - Class in ortus.boxlang.runtime.bifs.global.system
 
Print() - Constructor for class ortus.boxlang.runtime.bifs.global.system.Print
Constructor
printAST() - Method in record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Returns the value of the printAST record component.
printBoxLangStackTrace(Throwable, PrintStream) - Static method in class ortus.boxlang.runtime.types.exceptions.ExceptionUtil
 
Println - Class in ortus.boxlang.runtime.bifs.global.system
 
Println() - Constructor for class ortus.boxlang.runtime.bifs.global.system.Println
Constructor
printMultiLine(String) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
Print multi-line output, respecting indentation This will trim existing whitespace off each line.
printSourceAST(String) - Method in class ortus.boxlang.runtime.BoxRuntime
Parse source string and print AST as JSON
printTimers() - Method in class ortus.boxlang.runtime.util.Timer
This convenience methods prints out to the console all the timers using the passed milliseconds
printTimers(Timer.TimeUnit) - Method in class ortus.boxlang.runtime.util.Timer
This convenience methods prints out to the console all the timers using the passed timeunit
printTranspiledJavaCode(String) - Method in class ortus.boxlang.runtime.BoxRuntime
Print the transpiled Java code for a given source file.
priority - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Private - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxAccessModifier
 
PRIVATE - Enum constant in enum class ortus.boxlang.runtime.types.Function.Access
 
procedure - Static variable in class ortus.boxlang.runtime.scopes.Key
 
process(IBoxContext) - Method in interface ortus.boxlang.runtime.components.Component.ComponentBody
 
process(IStruct) - Method in class ortus.boxlang.runtime.config.Configuration
Processes a configuration struct and returns a new configuration object based on the overrides.
process(IStruct) - Method in class ortus.boxlang.runtime.config.segments.CacheConfig
Processes the configuration struct.
process(IStruct) - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Processes the state of the configuration segment from the configuration struct.
process(IStruct) - Method in class ortus.boxlang.runtime.config.segments.ExecutorConfig
Processes the configuration struct.
process(IStruct) - Method in interface ortus.boxlang.runtime.config.segments.IConfigSegment
Processes the state of the configuration segment from the configuration struct.
process(IStruct) - Method in class ortus.boxlang.runtime.config.segments.ModuleConfig
Processes the state of the configuration segment from the configuration struct.
processAssignment(Object, Boolean) - Static method in class ortus.boxlang.runtime.util.DuplicationUtil
 
processBIFRegistration(Class<?>, BIF, String) - Method in class ortus.boxlang.runtime.services.FunctionService
This method process a raw BIF registration usually from a BIFClass and a function instance.
processBody(IBoxContext, Component.ComponentBody) - Method in class ortus.boxlang.runtime.components.Component
Process the body of the component and not do capture output.
processBody(IBoxContext, Component.ComponentBody, StringBuffer) - Method in class ortus.boxlang.runtime.components.Component
Process the body of the component while capturing the output into a provided buffer.
ProcessingDirective - Class in ortus.boxlang.runtime.components.system
 
ProcessingDirective() - Constructor for class ortus.boxlang.runtime.components.system.ProcessingDirective
 
processProperties(IStruct) - Method in class ortus.boxlang.runtime.config.segments.CacheConfig
This processes a struct of properties for a BoxLang cache engine
processProperties(IStruct) - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
This method is used to process the properties of a datasource configuration.
processQueryLoop(Component, IBoxContext, Component.ComponentBody, IStruct, Object, String, Boolean, Integer, Integer, Integer, String) - Static method in class ortus.boxlang.runtime.components.util.LoopUtil
 
processStringInterp(BoxStringInterpolation, boolean) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
I process string interpolation, but without assuming it was a quoted string
ProcParam - Class in ortus.boxlang.runtime.components.jdbc
 
ProcParam() - Constructor for class ortus.boxlang.runtime.components.jdbc.ProcParam
Constructor
procResult - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ProcResult - Class in ortus.boxlang.runtime.components.jdbc
 
ProcResult() - Constructor for class ortus.boxlang.runtime.components.jdbc.ProcResult
Constructor
program - Variable in class ortus.boxlang.debugger.request.LaunchRequest.LaunchRequestArguments
 
program - Variable in class ortus.boxlang.debugger.request.SetBreakpointsRequest
 
properties - Variable in class ortus.boxlang.runtime.config.segments.CacheConfig
The properties for the cache engine, based on DEFAULTS
properties - Variable in class ortus.boxlang.runtime.config.segments.DatasourceConfig
The properties for the datasource
properties - Variable in class ortus.boxlang.runtime.events.BaseInterceptor
The properties to configure the interceptor with (if any)
properties - Static variable in class ortus.boxlang.runtime.scopes.Key
 
property(String) - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Get the value of a property on the value.
Property - Record Class in ortus.boxlang.runtime.types
Represents a class property
Property(Key, String, Object, IStruct, IStruct, BoxSourceType) - Constructor for record class ortus.boxlang.runtime.types.Property
 
Property(Key, String, Object, IStruct, IStruct, Key, Key, UDF, UDF, BoxSourceType) - Constructor for record class ortus.boxlang.runtime.types.Property
Creates an instance of a Property record class.
PROTECTED - Enum constant in enum class ortus.boxlang.runtime.types.Function.Access
 
protocol - Static variable in class ortus.boxlang.runtime.scopes.Key
 
provider - Variable in class ortus.boxlang.runtime.cache.store.AbstractStore
The cache provider associated with this store
provider - Variable in class ortus.boxlang.runtime.config.segments.CacheConfig
The default cache engine provider is BoxCacheProvider
proxyPassword - Static variable in class ortus.boxlang.runtime.scopes.Key
 
proxyPort - Static variable in class ortus.boxlang.runtime.scopes.Key
 
proxyServer - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ProxyTransformer - Class in ortus.boxlang.compiler.javaboxpiler.transformer
 
ProxyTransformer() - Constructor for class ortus.boxlang.compiler.javaboxpiler.transformer.ProxyTransformer
 
proxyUser - Static variable in class ortus.boxlang.runtime.scopes.Key
 
pseudoConstructor(IBoxContext) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Run the pseudo constructor
pseudoConstructor(IClassRunnable, IBoxContext) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Call the pseudo constructor
psq - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Public - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxAccessModifier
 
PUBLIC - Enum constant in enum class ortus.boxlang.runtime.types.Function.Access
 
push(Object) - Method in class ortus.boxlang.runtime.types.Array
Appends a new object to the array
pushBuffer(StringBuffer) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Push a buffer onto the stack.
pushBuffer(StringBuffer) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
pushBuffer(StringBuffer) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Push a buffer onto the stack.
pushComponent() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
pushComponent(IStruct) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Push a Component to the stack
pushComponent(IStruct) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
pushComponent(IStruct) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Push a Component to the stack
pushContextName(String) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
Increment and return the lambda counter
pushfunctionBodyCounter() - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
pushTemplate(IBoxRunnable) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Push a template to the stack
pushTemplate(IBoxRunnable) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Push a template to the stack
put(String, Object) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
put(String, Object) - Method in class ortus.boxlang.runtime.scripting.BoxScopeBindings
 
put(String, Object) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
 
put(String, Object) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Set a value in the struct by a string key, which we auto-convert to a Key object
put(String, Object) - Method in interface ortus.boxlang.runtime.types.IStruct
Set a value in the struct by a string key, which we auto-convert to a Key object
put(String, Object) - Method in class ortus.boxlang.runtime.types.Struct
Set a value in the struct by a string key, which we auto-convert to a Key object
put(String, Object) - Method in class ortus.boxlang.runtime.types.XML
 
put(Key, Object) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
put(Key, Object) - Method in class ortus.boxlang.runtime.scopes.ArgumentsScope
 
put(Key, Object) - Method in class ortus.boxlang.runtime.scopes.ScopeWrapper
 
put(Key, Object) - Method in class ortus.boxlang.runtime.scopes.ServerScope
Put a value into the scope container and throw an exception if the key is unmodifiable.
put(Key, Object) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Set a value in the struct by a Key object
put(Key, Object) - Method in interface ortus.boxlang.runtime.types.IStruct
Set a value in the struct by a Key object
put(Key, Object) - Method in class ortus.boxlang.runtime.types.Struct
Set a value in the struct by a Key object
put(Key, Object) - Method in class ortus.boxlang.runtime.types.XML
 
PUT - Enum constant in enum class ortus.boxlang.runtime.components.cache.Cache.CacheAction
 
putAll(Map<? extends String, ? extends Object>) - Method in class ortus.boxlang.runtime.scripting.BoxScopeBindings
 
putAll(Map<? extends Key, ? extends Object>) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
putAll(Map<? extends Key, ? extends Object>) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends Key, ? extends Object>) - Method in class ortus.boxlang.runtime.types.Struct
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends Key, ? extends Object>) - Method in class ortus.boxlang.runtime.types.XML
 
putAttachment(Key, T) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
-------------------------------------------------------------------------- Attachable Delegation --------------------------------------------------------------------------
putAttachment(Key, T) - Method in class ortus.boxlang.runtime.util.Attachable
Put a key-value pair of attachable data to the Box object.
putAttachment(Key, T) - Method in interface ortus.boxlang.runtime.util.IBoxAttachable
Put a key-value pair of attachable data to the Box object.
putGlobalService(Key, IService) - Method in class ortus.boxlang.runtime.BoxRuntime
Put a global service into the runtime If a service for this key was already set, return the original value.
putIfAbsent(String, Object) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
putIfAbsent(String, Object) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Put a value in the struct if the key doesn't exist
putIfAbsent(String, Object) - Method in interface ortus.boxlang.runtime.types.IStruct
Put a value in the struct if the key doesn't exist
putIfAbsent(String, Object) - Method in class ortus.boxlang.runtime.types.Struct
Put a value in the struct if the key doesn't exist
putIfAbsent(String, Object) - Method in class ortus.boxlang.runtime.types.XML
 
putIfAbsent(Key, Object) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
putIfAbsent(Key, Object) - Method in class ortus.boxlang.runtime.scopes.ArgumentsScope
 
putIfAbsent(Key, Object) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Put a value in the struct if the key doesn't exist
putIfAbsent(Key, Object) - Method in interface ortus.boxlang.runtime.types.IStruct
Put a value in the struct if the key doesn't exist
putIfAbsent(Key, Object) - Method in class ortus.boxlang.runtime.types.Struct
Put a value in the struct if the key doesn't exist
putIfAbsent(Key, Object) - Method in class ortus.boxlang.runtime.types.XML
 

Q

qualifier - Static variable in class ortus.boxlang.runtime.scopes.Key
 
quarter - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
quarter - Static variable in class ortus.boxlang.runtime.scopes.Key
 
query - Static variable in class ortus.boxlang.runtime.scopes.Key
 
query(TemporalQuery<R>) - Method in class ortus.boxlang.runtime.types.DateTime
 
Query - Class in ortus.boxlang.runtime.components.jdbc
 
Query - Class in ortus.boxlang.runtime.types
This type represents a representation of a database query result set.
Query - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxType
 
Query() - Constructor for class ortus.boxlang.runtime.components.jdbc.Query
Constructor
Query() - Constructor for class ortus.boxlang.runtime.types.Query
Create a new query with a default (empty) metadata struct
Query(IStruct) - Constructor for class ortus.boxlang.runtime.types.Query
Create a new query with additional metadata
QUERY - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
QUERY - Static variable in record class ortus.boxlang.runtime.types.Argument
 
query_string - Static variable in class ortus.boxlang.runtime.scopes.Key
 
query1 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
query2 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
QueryAddColumn - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryAddColumn() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryAddColumn
 
QueryAddRow - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryAddRow() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryAddRow
Constructor
QueryAppend - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryAppend() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryAppend
Constructor
QueryCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to Query
QueryCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.QueryCaster
 
QueryClear - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryClear() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryClear
Constructor
QueryColumn - Class in ortus.boxlang.runtime.types
 
QueryColumn(Key, QueryColumnType, Query, int) - Constructor for class ortus.boxlang.runtime.types.QueryColumn
Add new column to query
QueryColumnArray - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryColumnArray() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryColumnArray
Constructor
QueryColumnCount - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryColumnCount() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryColumnCount
Constructor
QueryColumnData - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryColumnData() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryColumnData
Constructor
QueryColumnExists - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryColumnExists() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryColumnExists
Constructor
QueryColumnType - Enum Class in ortus.boxlang.runtime.types
 
QueryCurrentRow - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryCurrentRow() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryCurrentRow
Constructor
QueryDeleteColumn - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryDeleteColumn() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryDeleteColumn
 
QueryDeleteRow - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryDeleteRow() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryDeleteRow
Constructor
QueryEach - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryEach() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryEach
Constructor
queryError - Variable in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
The error message as reported by the database driver.
queryErrorKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
 
QueryEvery - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryEvery() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryEvery
Constructor
QueryExecute - Class in ortus.boxlang.runtime.bifs.global.jdbc
 
QueryExecute() - Constructor for class ortus.boxlang.runtime.bifs.global.jdbc.QueryExecute
Constructor
QueryFilter - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryFilter() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryFilter
Constructor
queryFindNearby(Key) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Search any query loops for a column name matching the uncscoped variable
queryFormat - Static variable in class ortus.boxlang.runtime.scopes.Key
 
QueryGetCell - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryGetCell() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryGetCell
Constructor
QueryGetResult - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryGetResult() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryGetResult
Constructor
QueryInsertAt - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryInsertAt() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryInsertAt
Constructor
QueryKeyExists - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryKeyExists() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryKeyExists
Constructor
queryLoops - Variable in class ortus.boxlang.runtime.context.BaseBoxContext
A way to track query loops
QueryMap - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryMap() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryMap
Constructor
QueryMeta - Class in ortus.boxlang.runtime.types.meta
This class represents the metadata of a BoxLang Query object
QueryMeta(Query) - Constructor for class ortus.boxlang.runtime.types.meta.QueryMeta
Constructor
QueryNew - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryNew() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryNew
Constructor
QueryOptions - Class in ortus.boxlang.runtime.jdbc
A class to hold the options for a query, such as the datasource, return type, and result variable name.
QueryOptions(IStruct) - Constructor for class ortus.boxlang.runtime.jdbc.QueryOptions
Read in the provided query options and set private fields accordingly.
QueryParam - Class in ortus.boxlang.runtime.components.jdbc
 
QueryParam() - Constructor for class ortus.boxlang.runtime.components.jdbc.QueryParam
Constructor
QueryParameter - Class in ortus.boxlang.runtime.jdbc
 
queryParams - Static variable in class ortus.boxlang.runtime.scopes.Key
 
QueryPrepend - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryPrepend() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryPrepend
Constructor
QueryRecordCount - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryRecordCount() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryRecordCount
Constructor
QueryReduce - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryReduce() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryReduce
Constructor
QueryReverse - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryReverse() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryReverse
Constructor
QueryRowData - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryRowData() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryRowData
Constructor
QueryRowSwap - Class in ortus.boxlang.runtime.bifs.global.query
 
QueryRowSwap() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QueryRowSwap
Constructor
QuerySetCell - Class in ortus.boxlang.runtime.bifs.global.query
 
QuerySetCell() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QuerySetCell
Constructor
QuerySetRow - Class in ortus.boxlang.runtime.bifs.global.query
 
QuerySetRow() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QuerySetRow
 
QuerySlice - Class in ortus.boxlang.runtime.bifs.global.query
 
QuerySlice() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QuerySlice
Constructor
QuerySome - Class in ortus.boxlang.runtime.bifs.global.query
 
QuerySome() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QuerySome
Constructor
QuerySort - Class in ortus.boxlang.runtime.bifs.global.query
 
QuerySort() - Constructor for class ortus.boxlang.runtime.bifs.global.query.QuerySort
Constructor
QueryStringToStruct - Class in ortus.boxlang.runtime.bifs.global.string
 
QueryStringToStruct() - Constructor for class ortus.boxlang.runtime.bifs.global.string.QueryStringToStruct
Constructor
queryTimeout - Variable in class ortus.boxlang.runtime.jdbc.QueryOptions
The query timeout in seconds
queryTimeout - Static variable in class ortus.boxlang.runtime.scopes.Key
 
QueryUtil - Class in ortus.boxlang.runtime.types.util
 
QueryUtil() - Constructor for class ortus.boxlang.runtime.types.util.QueryUtil
 

R

radix - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Rand - Class in ortus.boxlang.runtime.bifs.global.math
 
Rand() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Rand
Constructor
Random - Class in ortus.boxlang.runtime.cache.policies
Random - Compare randomly
Random() - Constructor for class ortus.boxlang.runtime.cache.policies.Random
 
Randomize - Class in ortus.boxlang.runtime.bifs.global.math
 
Randomize() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Randomize
Constructor
RandRange - Class in ortus.boxlang.runtime.bifs.global.math
 
RandRange() - Constructor for class ortus.boxlang.runtime.bifs.global.math.RandRange
Constructor
range(TemporalField) - Method in class ortus.boxlang.runtime.types.DateTime
 
Raw_Trace - Static variable in class ortus.boxlang.runtime.scopes.Key
 
rawValue() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
 
rawValue() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
The raw value of the cache entry
read - Static variable in class ortus.boxlang.runtime.scopes.Key
 
read() - Method in class ortus.boxlang.debugger.AdapterProtocolMessageReader
 
read(JSONReader, JsonParser) - Method in class ortus.boxlang.runtime.util.conversion.deserializers.ArrayDeserializer
 
read(JSONReader, JsonParser) - Method in class ortus.boxlang.runtime.util.conversion.deserializers.DateTimeDeserializer
 
read(JSONReader, JsonParser) - Method in class ortus.boxlang.runtime.util.conversion.deserializers.LocalDateDeserializer
 
read(JSONReader, JsonParser) - Method in class ortus.boxlang.runtime.util.conversion.deserializers.LocalDateTimeDeserializer
 
read(JSONReader, JsonParser) - Method in class ortus.boxlang.runtime.util.conversion.deserializers.StructDeserializer
 
read(Integer) - Method in class ortus.boxlang.runtime.types.File
 
read(String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Returns the contents of a file with the defaults
read(String, String, Integer) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Returns the contents of a file
readBinary - Static variable in class ortus.boxlang.runtime.scopes.Key
 
readClassBytes(String, String) - Method in class ortus.boxlang.compiler.DiskClassUtil
Read the bytes from the class file and all inner classes from disk and return them
reader - Variable in class ortus.boxlang.runtime.types.File
The the reader object when mode is read
readLine() - Method in class ortus.boxlang.runtime.types.File
Reads the next line in a file
readLineNumbers(String, String) - Method in class ortus.boxlang.compiler.DiskClassUtil
Read line numbers.
reap() - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Reap the cache
reap() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Reap the cache provider of any stale or expired objects
reapAllCaches() - Method in class ortus.boxlang.runtime.services.CacheService
Reap all elements in all caches
reapCount() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
How many times the cache has been reaped
reapCount() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
How many times the cache has been reaped
reapFrequency - Static variable in class ortus.boxlang.runtime.scopes.Key
 
reason - Variable in class ortus.boxlang.debugger.event.BreakpointEvent.BreakpointBody
 
reason - Variable in class ortus.boxlang.debugger.event.StoppedEvent.StoppedBody
 
reason - Variable in class ortus.boxlang.debugger.event.ThreadEvent.ThreadBody
 
reconfigureDebugMode(Boolean) - Static method in class ortus.boxlang.runtime.logging.LoggingConfigurator
Enable debug mode for the runtime's root logger or not.
recordcount - Static variable in class ortus.boxlang.runtime.scopes.Key
 
recordCount - Static variable in class ortus.boxlang.runtime.scopes.Key
 
recordEviction() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Record an eviction hit
recordEviction() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Record an eviction hit
recordGCHit() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Record a cache garbage collection
recordGCHit() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Record a cache garbage collection
recordHit() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Record a cache hit
recordHit() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Record a cache hit
recordMiss() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Record a cache miss
recordMiss() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Record a cache miss
recordReap() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Record a cache reap
recordReap() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Record a cache reap
recurse - Static variable in class ortus.boxlang.runtime.scopes.Key
 
recursive - Static variable in class ortus.boxlang.runtime.scopes.Key
 
redirect - Static variable in class ortus.boxlang.runtime.scopes.Key
 
reduce(String, String, boolean, boolean, Function, IBoxContext, Object) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Method reduce a delimited list
reduce(Array, Function, IBoxContext, Object) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Method reduce an array
reduce(IStruct, Function, IBoxContext, Object) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Method to reduce a struct to an accumulated object
ReEscape - Class in ortus.boxlang.runtime.bifs.global.string
 
ReEscape() - Constructor for class ortus.boxlang.runtime.bifs.global.string.ReEscape
Constructor
Referencer - Class in ortus.boxlang.runtime.dynamic
I handle dereferencing of objects
Referencer() - Constructor for class ortus.boxlang.runtime.dynamic.Referencer
 
ReFind - Class in ortus.boxlang.runtime.bifs.global.string
 
ReFind() - Constructor for class ortus.boxlang.runtime.bifs.global.string.ReFind
Constructor
reg_expression - Static variable in class ortus.boxlang.runtime.scopes.Key
 
regex - Static variable in class ortus.boxlang.runtime.scopes.Key
 
RegexFilter - Class in ortus.boxlang.runtime.cache.filters
A filter that uses a regex pattern to filter cache keys case-sensitive
RegexFilter(String) - Constructor for class ortus.boxlang.runtime.cache.filters.RegexFilter
Create a new regex filter with a case-insensitive regex
RegexFilter(String, boolean) - Constructor for class ortus.boxlang.runtime.cache.filters.RegexFilter
Create a new regex filter
regexPattern - Variable in class ortus.boxlang.runtime.cache.filters.RegexFilter
The pattern to use
regexPattern - Variable in class ortus.boxlang.runtime.cache.filters.WildcardFilter
The pattern to use for the wildcard
region - Static variable in class ortus.boxlang.runtime.scopes.Key
 
register(String, Class) - Method in class ortus.boxlang.debugger.AdapterProtocolMessageReader
 
register(DatasourceConfig) - Method in class ortus.boxlang.runtime.services.DatasourceService
Registers a datasource with the manager.
register(IBoxContext) - Method in class ortus.boxlang.runtime.modules.ModuleRecord
This method registers the module with all the runtime services.
register(IInterceptor) - Method in class ortus.boxlang.runtime.events.InterceptorPool
This method registers a Java interceptor with the pool by metadata inspection of the InterceptionPoint annotation.
register(IInterceptorLambda, Key...) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Register a Java Lambda Interceptor with the pool on the provided states.
register(IInterceptor, IStruct) - Method in class ortus.boxlang.runtime.events.InterceptorPool
This method registers a Java interceptor with the pool by metadata inspection of the InterceptionPoint annotation.
register(DynamicObject) - Method in class ortus.boxlang.runtime.events.InterceptorState
Register an observer for this state
register(DynamicObject, Key...) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Register an interceptor with the pool which must be an instance of DynamicObject.
register(DataSource) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Register a datasource with the connection manager.
register(IClassRunnable) - Method in class ortus.boxlang.runtime.events.InterceptorPool
This method registers a BoxLang interceptor with the pool by metadata inspection.
register(Key, DataSource) - Method in class ortus.boxlang.runtime.services.DatasourceService
Registers a datasource with the manager.
register(Key, IStruct) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Register a datasource with the connection manager.
register(Key, IStruct) - Method in class ortus.boxlang.runtime.services.DatasourceService
Registers a datasource with the manager.
REGISTER - Enum constant in enum class ortus.boxlang.compiler.javaboxpiler.transformer.TransformerContext
 
registerCache(ICacheProvider) - Method in class ortus.boxlang.runtime.services.CacheService
This registers an ICacheProvider with the CacheService and links it to the service.
registerChangeListener(Key, IChangeListener) - Method in class ortus.boxlang.runtime.types.Array
 
registerChangeListener(Key, IChangeListener) - Method in class ortus.boxlang.runtime.types.meta.BoxMeta
Register a change listener for a specific key
registerChangeListener(Key, IChangeListener) - Method in interface ortus.boxlang.runtime.types.meta.IListenable
 
registerChangeListener(Key, IChangeListener) - Method in class ortus.boxlang.runtime.types.Struct
 
registerChangeListener(IChangeListener) - Method in class ortus.boxlang.runtime.types.Array
-------------------------------------------------------------------------- IListenable Interface Methods --------------------------------------------------------------------------
registerChangeListener(IChangeListener) - Method in class ortus.boxlang.runtime.types.meta.BoxMeta
Register a change listener
registerChangeListener(IChangeListener) - Method in interface ortus.boxlang.runtime.types.meta.IListenable
 
registerChangeListener(IChangeListener) - Method in class ortus.boxlang.runtime.types.Struct
-------------------------------------------------------------------------- IListenable Interface Methods --------------------------------------------------------------------------
registerComponent(Class<?>, Component, String) - Method in class ortus.boxlang.runtime.services.ComponentService
Registers a component with the service.
registerComponent(ComponentDescriptor, Boolean) - Method in class ortus.boxlang.runtime.services.ComponentService
Registers a component with the service only using a descriptor.
registerComponent(ComponentDescriptor, Key, Boolean) - Method in class ortus.boxlang.runtime.services.ComponentService
Registers a component with the service using a descriptor, a name, and if we want to override if it exists, else it will throw an exception
registerDriver(IJDBCDriver) - Method in class ortus.boxlang.runtime.services.DatasourceService
Register a new driver
registeredAt - Variable in class ortus.boxlang.runtime.async.tasks.TaskRecord
The registered date for the task
registeredOn - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The timestamp when the module was registered
registerFileExtensions(String...) - Method in class ortus.boxlang.runtime.BoxRuntime
Register new file extensions with the runtime
registerGlobalFunction(BIFDescriptor) - Method in class ortus.boxlang.runtime.services.FunctionService
Registers a global function with the service only using a descriptor.
registerGlobalFunction(BIFDescriptor, Key, Boolean) - Method in class ortus.boxlang.runtime.services.FunctionService
Registers a global function with the service using a descriptor, a name, and if we want to override if it exists, else it will throw an exception
registerInterceptionPoint(Key...) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Register an interception point(s) with the pool
registerInterface(BoxInterface) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
registerInterface(IClassRunnable, BoxInterface) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Register an interface with a class
registerKey(BoxExpression) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
registerMapping(String, String) - Method in class ortus.boxlang.runtime.config.Configuration
Register a mapping in the runtime configuration
registerMapping(Key, String) - Method in class ortus.boxlang.runtime.config.Configuration
Register a mapping in the runtime configuration
registerMemberMethod(Key, MemberDescriptor) - Method in class ortus.boxlang.runtime.services.FunctionService
Register a member method with the service using a member key and a MemberDescriptor
registerProvider(String, Class<? extends ICacheProvider>) - Method in class ortus.boxlang.runtime.services.CacheService
Register a new cache provider If the provider already exists, it will throw an exception
registerProvider(Key, Class<? extends ICacheProvider>) - Method in class ortus.boxlang.runtime.services.CacheService
Register a new cache provider If the provider already exists, it will throw an exception
registerQueryLoop(Query, int) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Register a query loop
registerQueryLoop(Query, int) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Register a query loop
registerResolver(IClassResolver) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Register a class resolver
registerScheduler(IScheduler) - Method in class ortus.boxlang.runtime.services.SchedulerService
Register a scheduler with the service
registerScheduler(IScheduler, Boolean) - Method in class ortus.boxlang.runtime.services.SchedulerService
Register a scheduler with the service
registerState(Key) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Register a new InterceptorState with the pool and returns it.
registerThread(Key, ThreadBoxContext) - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Registers a thread with the manager
registerUDF(UDF) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Register a UDF with the local context.
registerUDF(UDF) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Register a UDF with the local context.
registerUDF(UDF, boolean) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Register a UDF with the local context choosing to override.
registerUDF(UDF, boolean) - Method in class ortus.boxlang.runtime.context.ClassBoxContext
 
registerUDF(UDF, boolean) - Method in class ortus.boxlang.runtime.context.ContainerBoxContext
 
registerUDF(UDF, boolean) - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
If this function is executing inside of a BoxClass, register a UDF in the class's variables scope OTherise, defer to the parent context, which is probably a scripting context
registerUDF(UDF, boolean) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Register a UDF with the local context choosing to override.
registerUDF(UDF, boolean) - Method in class ortus.boxlang.runtime.context.InterfaceBoxContext
 
registerUDF(UDF, boolean) - Method in class ortus.boxlang.runtime.context.RuntimeBoxContext
 
registerUDF(UDF, boolean) - Method in class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
 
registerUDF(UDF, boolean) - Method in class ortus.boxlang.runtime.context.StaticClassBoxContext
 
registerUDF(UDF, boolean) - Method in class ortus.boxlang.runtime.context.ThreadBoxContext
 
registrationTime - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The time it took in ms to register the module
relativePath() - Method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Returns the value of the relativePath record component.
releaseConnection(Connection) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Release a JDBC Connection back to the pool.
reloadOnChange - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ReMatch - Class in ortus.boxlang.runtime.bifs.global.string
 
ReMatch() - Constructor for class ortus.boxlang.runtime.bifs.global.string.ReMatch
Constructor
Remote - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxAccessModifier
 
REMOTE - Enum constant in enum class ortus.boxlang.runtime.types.Function.Access
 
remote_addr - Static variable in class ortus.boxlang.runtime.scopes.Key
 
remote_host - Static variable in class ortus.boxlang.runtime.scopes.Key
 
remote_user - Static variable in class ortus.boxlang.runtime.scopes.Key
 
remove(int) - Method in class ortus.boxlang.runtime.types.Array
Remove an element at a specified index
remove(int) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
 
remove(Object) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
remove(Object) - Method in class ortus.boxlang.runtime.scripting.BoxScopeBindings
 
remove(Object) - Method in class ortus.boxlang.runtime.types.Array
 
remove(Object) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
 
remove(Object) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Remove a value from the struct by a Key object
remove(Object) - Method in class ortus.boxlang.runtime.types.Query
 
remove(Object) - Method in class ortus.boxlang.runtime.types.Struct
Remove a value from the struct by a Key object
remove(Object) - Method in class ortus.boxlang.runtime.types.XML
 
remove(String) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
remove(String) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Remove a value from the struct by a Key object
remove(String) - Method in interface ortus.boxlang.runtime.types.IStruct
Remove a value from the struct by a Key object
remove(String) - Method in class ortus.boxlang.runtime.types.Struct
Remove a value from the struct by a Key object
remove(String) - Method in class ortus.boxlang.runtime.types.XML
 
remove(DatasourceConfig) - Method in class ortus.boxlang.runtime.services.DatasourceService
Remove a datasurce by key name
remove(Key) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
remove(Key) - Method in class ortus.boxlang.runtime.scopes.ArgumentsScope
 
remove(Key) - Method in class ortus.boxlang.runtime.services.DatasourceService
Remove a datasurce by key name
remove(Key) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Remove a value from the struct by a Key object
remove(Key) - Method in interface ortus.boxlang.runtime.types.IStruct
Remove a value from the struct by a Key object
remove(Key) - Method in class ortus.boxlang.runtime.types.Struct
Remove a value from the struct by a Key object
remove(Key) - Method in class ortus.boxlang.runtime.types.XML
 
removeAll(Collection<?>) - Method in class ortus.boxlang.runtime.types.Array
 
removeAll(Collection<?>) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
 
removeAll(Collection<?>) - Method in class ortus.boxlang.runtime.types.Query
 
removeAllCaches() - Method in class ortus.boxlang.runtime.services.CacheService
This removes all caches from the cache service and triggers a shutdown on each of them The CacheService will be left in a state where it has no caches registered.
removeApplication(Key) - Method in class ortus.boxlang.runtime.services.ApplicationService
Terminates an application by name
removeAt(Number) - Method in class ortus.boxlang.runtime.types.Array
 
removeAttachment(Key) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
 
removeAttachment(Key) - Method in class ortus.boxlang.runtime.util.Attachable
Remove an attachment, returning its previous value.
removeAttachment(Key) - Method in interface ortus.boxlang.runtime.util.IBoxAttachable
Remove an attachment, returning its previous value.
removeAttribute(String, int) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
Remove the attribute for the given scope
removeChangeListener(Key) - Method in class ortus.boxlang.runtime.types.Array
 
removeChangeListener(Key) - Method in class ortus.boxlang.runtime.types.meta.BoxMeta
Remove a change listener for a specific key
removeChangeListener(Key) - Method in interface ortus.boxlang.runtime.types.meta.IListenable
 
removeChangeListener(Key) - Method in class ortus.boxlang.runtime.types.Struct
 
RemoveChars - Class in ortus.boxlang.runtime.bifs.global.string
 
RemoveChars() - Constructor for class ortus.boxlang.runtime.bifs.global.string.RemoveChars
Constructor
removeDriver(Key) - Method in class ortus.boxlang.runtime.services.DatasourceService
Remove a driver by name
removeDuplicates() - Method in class ortus.boxlang.runtime.types.Array
Returns a new array removing all of the duplicates caseSenstively
removeDuplicates(Boolean) - Method in class ortus.boxlang.runtime.types.Array
Returns a new array removing all of the duplicates - either caseSenstively or not
removeDuplicates(String, String, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
De-duplicates a list
removeGlobalService(Key) - Method in class ortus.boxlang.runtime.BoxRuntime
Remove a global service from the runtime
removeInterceptionPoint(Key...) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Remove an interception point(s) from the pool
removeParentContext(Class<? extends IBoxContext>) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Remove ancestor contexts of this type
removeParentContext(Class<? extends IBoxContext>) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Remove ancestor contexts of this type
removeProvider(String) - Method in class ortus.boxlang.runtime.services.CacheService
Remove a registered provider by name If the provider does not exist, it will skip out
removeProvider(Key) - Method in class ortus.boxlang.runtime.services.CacheService
Remove a registered provider by name If the provider does not exist, it will skip out
removeResolver(String) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Remove a resolver by prefix
removeScheduler(Key) - Method in class ortus.boxlang.runtime.services.SchedulerService
Remove a scheduler from the service.
removeScheduler(Key, boolean, long) - Method in class ortus.boxlang.runtime.services.SchedulerService
Remove a scheduler from the service.
removeState(Key) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Remove the InterceptorState from the pool.
removeTask(String) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Removes a task from the scheduler.
rename - Static variable in class ortus.boxlang.runtime.scopes.Key
 
RepeatString - Class in ortus.boxlang.runtime.bifs.global.string
 
RepeatString() - Constructor for class ortus.boxlang.runtime.bifs.global.string.RepeatString
Constructor
Replace - Class in ortus.boxlang.runtime.bifs.global.string
 
Replace() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Replace
Constructor
replaceCache(String, ICacheProvider) - Method in class ortus.boxlang.runtime.services.CacheService
Replace a registered cache with a new one of the same name that's already configured and ready to go.
replaceCache(Key, ICacheProvider) - Method in class ortus.boxlang.runtime.services.CacheService
Replace a registered cache with a new one of the same name that's already configured and ready to go.
replaceChildren(List<? extends BoxNode>, List<? extends BoxNode>) - Method in class ortus.boxlang.compiler.ast.BoxNode
Swap a list of children.
replaceChildren(BoxNode, BoxNode) - Method in class ortus.boxlang.compiler.ast.BoxNode
Swap a single child.
ReplaceList - Class in ortus.boxlang.runtime.bifs.global.string
 
ReplaceList() - Constructor for class ortus.boxlang.runtime.bifs.global.string.ReplaceList
Constructor
replacements - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ReplaceNoCase - Class in ortus.boxlang.runtime.bifs.global.string
 
ReplaceNoCase() - Constructor for class ortus.boxlang.runtime.bifs.global.string.ReplaceNoCase
Constructor
ReplacingBoxVisitor - Class in ortus.boxlang.compiler.ast.visitor
Base class for the BoxLang AST Nodes that allows children to be replaced in-place
ReplacingBoxVisitor() - Constructor for class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
Constructor
reportingEnabled - Variable in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Reporting enabled bit
request_method - Static variable in class ortus.boxlang.runtime.scopes.Key
 
REQUEST_SCOPE - Static variable in class ortus.boxlang.runtime.scripting.BoxScriptingContext
The BoxLang request scope that doesn't exist in the traditional script contexts
request_seq - Variable in class ortus.boxlang.debugger.response.AbstractResponse
 
request_url - Static variable in class ortus.boxlang.runtime.scopes.Key
 
RequestBoxContext - Class in ortus.boxlang.runtime.context
A request-type context.
RequestBoxContext(IBoxContext) - Constructor for class ortus.boxlang.runtime.context.RequestBoxContext
Creates a new execution context with a parent context
requestScope - Variable in class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
The request scope
RequestScope - Class in ortus.boxlang.runtime.scopes
represents boxlang request scope container Note, this doesn't have to be a "web" request, but could just be a request to execute code or a template inside a runtime.
RequestScope() - Constructor for class ortus.boxlang.runtime.scopes.RequestScope
-------------------------------------------------------------------------- Constructors --------------------------------------------------------------------------
RequestThreadManager - Class in ortus.boxlang.runtime.util
I manage the threads for a request.
RequestThreadManager() - Constructor for class ortus.boxlang.runtime.util.RequestThreadManager
 
requestTimeout - Variable in class ortus.boxlang.runtime.config.Configuration
The request timeout 0 means no timeout and is the default
requestTimeout - Static variable in class ortus.boxlang.runtime.scopes.Key
 
required - Static variable in class ortus.boxlang.runtime.scopes.Key
 
required() - Method in record class ortus.boxlang.runtime.types.Argument
Returns the value of the required record component.
Required - Class in ortus.boxlang.runtime.validation
I require a non-null value
Required() - Constructor for class ortus.boxlang.runtime.validation.Required
 
REQUIRED - Static variable in interface ortus.boxlang.runtime.validation.Validator
 
requires(Key...) - Static method in interface ortus.boxlang.runtime.validation.Validator
Builder method to create a Requires validator
Requires - Class in ortus.boxlang.runtime.validation.dynamic
If this record is present, ensure that the required records are also present
Requires(Set<Key>) - Constructor for class ortus.boxlang.runtime.validation.dynamic.Requires
 
requiresBody - Variable in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
requiresBody - Variable in class ortus.boxlang.runtime.components.ComponentDescriptor
component requires a body.
requiresBody() - Element in annotation interface ortus.boxlang.runtime.components.BoxComponent
 
requiresBody() - Method in class ortus.boxlang.runtime.components.ComponentDescriptor
Descriptor requires a body or not
requiresBooleanCaster(BoxExpression) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
Detects if a statement requires a BooleanCaster
requiresStrictArguments() - Method in class ortus.boxlang.runtime.types.Function
True if the function requires strict arguments (basically a java method) or false if this is a Boxlang method which can accept additional arbitrary arguments
requiresStrictArguments() - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
True if the function requires strict arguments (basically a java method) or false if this is a Boxlang method which can accept additional arbitrary arguments
requiresStrictArguments() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
True if the function requires strict arguments (basically a java method) or false if this is a Boxlang method which can accept additional arbitrary arguments
requiresStrictArguments() - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
True if the function requires strict arguments (basically a java method) or false if this is a Boxlang method which can accept additional arbitrary arguments
requiresStrictArguments() - Method in class ortus.boxlang.runtime.types.JavaMethod
True if the function requires strict arguments (basically a java method) or false if this is a Boxlang method which can accept additional arbitrary arguments
ReReplace - Class in ortus.boxlang.runtime.bifs.global.string
 
ReReplace() - Constructor for class ortus.boxlang.runtime.bifs.global.string.ReReplace
Constructor
RESERVED_WORDS - Static variable in interface ortus.boxlang.compiler.IBoxpiler
 
reset - Static variable in class ortus.boxlang.runtime.scopes.Key
 
reset() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Reset the cache's statistics
reset() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Reset the cache's statistics
resetCreated() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
Reset the created date
resetCreated() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
Reset the created date
resetSession() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Invalidate a session
resetSession() - Method in class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
Invalidate a session
resetTimeoutOnAccess - Static variable in class ortus.boxlang.runtime.scopes.Key
 
resolve(Object) - Static method in class ortus.boxlang.runtime.config.util.PlaceholderHelper
Resolve the input string and replace all placeholders with CORE values using an Object which will be cast to a String using the BoxLang rules
resolve(Object, Map<String, String>) - Static method in class ortus.boxlang.runtime.config.util.PlaceholderHelper
Resolve the input string and replace all placeholders with CORE values using the incoming placeholder map and an Object which will be cast to a String using the BoxLang rules
resolve(Object, IStruct) - Static method in class ortus.boxlang.runtime.config.util.PlaceholderHelper
Resolve the input string and replace all placeholders with CORE values using the incoming placeholder map and an Object which will be cast to a String using the BoxLang rules
resolve(String) - Static method in class ortus.boxlang.runtime.config.util.PlaceholderHelper
Resolve the input string and replace all placeholders with CORE values
resolve(String, Map<String, String>) - Static method in class ortus.boxlang.runtime.config.util.PlaceholderHelper
Resolve the input string and replace all placeholders with their values from the incoming placeholder map.
resolve(String, IStruct) - Static method in class ortus.boxlang.runtime.config.util.PlaceholderHelper
Resolve the input string and replace all placeholders with their values from the incoming placeholder map.
resolve(IBoxContext, String) - Method in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
Each resolver has a way to resolve the class it represents.
resolve(IBoxContext, String) - Method in class ortus.boxlang.runtime.loader.resolvers.BoxResolver
Each resolver has a way to resolve the class it represents.
resolve(IBoxContext, String) - Method in interface ortus.boxlang.runtime.loader.resolvers.IClassResolver
Each resolver has a way to resolve the class it represents.
resolve(IBoxContext, String) - Method in class ortus.boxlang.runtime.loader.resolvers.JavaResolver
Each resolver has a way to resolve the class it represents.
resolve(IBoxContext, String, List<ImportDefinition>) - Method in class ortus.boxlang.runtime.loader.resolvers.BaseResolver
Each resolver has a way to resolve the class it represents.
resolve(IBoxContext, String, List<ImportDefinition>) - Method in class ortus.boxlang.runtime.loader.resolvers.BoxResolver
Each resolver has a way to resolve the class it represents.
resolve(IBoxContext, String, List<ImportDefinition>) - Method in interface ortus.boxlang.runtime.loader.resolvers.IClassResolver
Each resolver has a way to resolve the class it represents.
resolve(IBoxContext, String, List<ImportDefinition>) - Method in class ortus.boxlang.runtime.loader.resolvers.JavaResolver
Each resolver has a way to resolve the class it represents.
resolvedFilePath - Static variable in class ortus.boxlang.runtime.scopes.Key
 
resolvedFilePath() - Method in record class ortus.boxlang.compiler.ClassInfo
Returns the value of the resolvedFilePath record component.
ResolvedFilePath - Record Class in ortus.boxlang.runtime.util
I represent the a file path that has been resolved to an absolute path.
ResolvedFilePath(String, String, String, Path) - Constructor for record class ortus.boxlang.runtime.util.ResolvedFilePath
Creates an instance of a ResolvedFilePath record class.
resolverPrefix() - Method in record class ortus.boxlang.runtime.loader.ImportDefinition
Returns the value of the resolverPrefix record component.
resolveSupers(IBoxContext) - Method in class ortus.boxlang.runtime.runnables.BoxInterface
 
resolveUrl - Static variable in class ortus.boxlang.runtime.scopes.Key
 
resovledViaMapping() - Method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Was the path resolved via a mapping?
response - Static variable in class ortus.boxlang.runtime.scopes.Key
 
responseHeader - Static variable in class ortus.boxlang.runtime.scopes.Key
 
restart - Variable in class ortus.boxlang.debugger.event.TerminatedEvent.TerminatedBody
 
restart - Variable in class ortus.boxlang.debugger.request.TerminateRequest.TerminateRequestArguments
 
restart(boolean, long) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Restart the scheduler by shutting it down and starting it up again
restart(boolean, long) - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Restart the scheduler by shutting it down and starting it up again
restart(IBoxContext) - Method in class ortus.boxlang.runtime.application.Application
Restart this application
restartScheduler(Key) - Method in class ortus.boxlang.runtime.services.SchedulerService
Restart the scheduler if it exists.
restartScheduler(Key, boolean, long) - Method in class ortus.boxlang.runtime.services.SchedulerService
Restart the scheduler if it exists
result - Variable in class ortus.boxlang.debugger.response.EvaluateResponse.EvaluateResponseBody
 
result - Variable in class ortus.boxlang.debugger.response.SetVariableResponse.SetVariableResponseBody
 
result - Static variable in class ortus.boxlang.runtime.scopes.Key
 
resultSet - Static variable in class ortus.boxlang.runtime.scopes.Key
 
resultType() - Method in record class ortus.boxlang.runtime.components.Component.BodyResult
Returns the value of the resultType record component.
resultVariableName - Variable in class ortus.boxlang.runtime.jdbc.QueryOptions
The result variable name
retainAll(Collection<?>) - Method in class ortus.boxlang.runtime.types.Array
 
retainAll(Collection<?>) - Method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
 
retainAll(Collection<?>) - Method in class ortus.boxlang.runtime.types.Query
 
retainKeys - Static variable in class ortus.boxlang.runtime.scopes.Key
 
rethrow() - Method in class ortus.boxlang.runtime.context.BaseBoxContext
rethrows the closest exception
rethrow() - Method in class ortus.boxlang.runtime.context.CatchBoxContext
rethrows the closest exception
rethrow() - Method in interface ortus.boxlang.runtime.context.IBoxContext
rethrows the closest exception
RETURN - Static variable in record class ortus.boxlang.runtime.components.Component.BodyResult
 
returnCode - Static variable in class ortus.boxlang.runtime.scopes.Key
 
returnSubExpressions - Static variable in class ortus.boxlang.runtime.scopes.Key
 
returnType - Static variable in class ortus.boxlang.runtime.scopes.Key
 
returnType() - Method in record class ortus.boxlang.compiler.ClassInfo
Returns the value of the returnType record component.
returnValue() - Method in record class ortus.boxlang.runtime.components.Component.BodyResult
Returns the value of the returnValue record component.
returnVariable - Static variable in class ortus.boxlang.runtime.scopes.Key
 
reverse() - Method in class ortus.boxlang.runtime.types.Array
Reverses the elements in the underlying list
Reverse - Class in ortus.boxlang.runtime.bifs.global.string
 
Reverse() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Reverse
Constructor
Right - Class in ortus.boxlang.runtime.bifs.global.string
 
Right() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Right
Constructor
RIGHT - Enum constant in enum class ortus.boxlang.compiler.javaboxpiler.transformer.TransformerContext
 
rJustify - Static variable in class ortus.boxlang.runtime.scopes.Key
 
rollback() - Method in class ortus.boxlang.runtime.jdbc.ChildTransaction
Rollback the entire child transaction.
rollback() - Method in interface ortus.boxlang.runtime.jdbc.ITransaction
Rollback the entire transaction.
rollback() - Method in class ortus.boxlang.runtime.jdbc.Transaction
Rollback the entire transaction.
rollback(Key) - Method in class ortus.boxlang.runtime.jdbc.ChildTransaction
Rollback the child transaction up to the last (named) savepoint.
rollback(Key) - Method in interface ortus.boxlang.runtime.jdbc.ITransaction
Rollback the transaction up to the last (named) savepoint.
rollback(Key) - Method in class ortus.boxlang.runtime.jdbc.Transaction
Rollback the transaction up to the last (named) savepoint.
rotateSession() - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Rotate a session
Round - Class in ortus.boxlang.runtime.bifs.global.math
 
Round() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Round
Constructor
row - Static variable in class ortus.boxlang.runtime.scopes.Key
 
row_number - Static variable in class ortus.boxlang.runtime.scopes.Key
 
rowData - Static variable in class ortus.boxlang.runtime.scopes.Key
 
rowNumber - Static variable in class ortus.boxlang.runtime.scopes.Key
 
RTrim - Class in ortus.boxlang.runtime.bifs.global.string
 
RTrim() - Constructor for class ortus.boxlang.runtime.bifs.global.string.RTrim
Constructor
run - Static variable in class ortus.boxlang.runtime.scopes.Key
 
run() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
This is the runnable proxy method that executes your code by the executors
run() - Method in class ortus.boxlang.runtime.interop.proxies.Runnable
 
run(Boolean) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
This is a convenience method to execute the task manually if needed by forcing execution.
run(String, List<String>) - Method in interface ortus.boxlang.compiler.javaboxpiler.ITranspiler
 
run(String, List<String>) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
run(Supplier<T>) - Static method in class ortus.boxlang.runtime.async.BoxFuture
Alias to supplyAsync for fluency, mostly used by BoxLang directly
run(Supplier<T>, Executor) - Static method in class ortus.boxlang.runtime.async.BoxFuture
Alias to supplyAsync for fluency, mostly used by BoxLang directly using a specific executor
run(DocletEnvironment) - Method in class ortus.boxlang.tools.doclets.BoxLangDoclet
 
RunAsync - Class in ortus.boxlang.runtime.bifs.global.async
 
RunAsync() - Constructor for class ortus.boxlang.runtime.bifs.global.async.RunAsync
Constructor
runnable - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Runnable - Class in ortus.boxlang.runtime.interop.proxies
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/lang/Runnable.html
Runnable(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.Runnable
 
RunnableLoader - Class in ortus.boxlang.runtime.runnables
This class is responsible for taking a template on disk or arbitrary set of statements and compiling them into an invokable class and loading that class.
RUNNING - Enum constant in enum class ortus.boxlang.debugger.BoxLangDebugger.Status
 
runStrategyToDisconnect() - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
RunThreadInContext - Class in ortus.boxlang.runtime.bifs.global.system
 
RunThreadInContext() - Constructor for class ortus.boxlang.runtime.bifs.global.system.RunThreadInContext
Constructor
runtime - Variable in class ortus.boxlang.runtime.bifs.BIF
The runtime instance.
runtime - Variable in class ortus.boxlang.runtime.components.Component
The runtime instance
runtime - Variable in class ortus.boxlang.runtime.events.InterceptorPool
The runtime singleton
runtime - Static variable in class ortus.boxlang.runtime.scopes.Key
 
runtime - Variable in class ortus.boxlang.runtime.services.BaseService
The runtime singleton link
RuntimeBoxContext - Class in ortus.boxlang.runtime.context
This context represents the context of the entire BoxLang Runtime.
RuntimeBoxContext() - Constructor for class ortus.boxlang.runtime.context.RuntimeBoxContext
Creates a new execution context
RuntimeBoxContext(IBoxContext) - Constructor for class ortus.boxlang.runtime.context.RuntimeBoxContext
Creates a new execution context with a bounded execution template and parent context
runtimeHome() - Method in record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Returns the value of the runtimeHome record component.

S

SAFE - Enum constant in enum class ortus.boxlang.compiler.javaboxpiler.transformer.TransformerContext
 
safeLoad(IBoxContext, String) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Same as the load method, but it will not throw an exception if the class is not found, it will return an empty optional instead.
safeLoad(IBoxContext, String, String) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Load a class from a specific resolver
safeLoad(IBoxContext, String, String, List<ImportDefinition>) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Load a class from a specific resolver
safeLoad(IBoxContext, String, List<ImportDefinition>) - Method in class ortus.boxlang.runtime.loader.ClassLocator
Same as the load method, but it will not throw an exception if the class is not found, it will return an empty optional instead.
samesite - Static variable in class ortus.boxlang.runtime.scopes.Key
 
SaveContent - Class in ortus.boxlang.runtime.components.system
 
SaveContent() - Constructor for class ortus.boxlang.runtime.components.system.SaveContent
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
savepoint - Static variable in class ortus.boxlang.runtime.scopes.Key
 
scale - Static variable in class ortus.boxlang.runtime.scopes.Key
 
SCHEDULED - Enum constant in enum class ortus.boxlang.runtime.services.AsyncService.ExecutorType
 
scheduledAt - Variable in class ortus.boxlang.runtime.async.tasks.TaskRecord
The scheduled date for the task
scheduledExecutor() - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Get the executor service casted as a BoxScheduledExecutor
ScheduledTask - Class in ortus.boxlang.runtime.async.tasks
The ScheduledTask class is a Runnable that is used by the schedulers to execute tasks in a more human and fluent approach.
ScheduledTask(String, String, ExecutorRecord, BaseScheduler) - Constructor for class ortus.boxlang.runtime.async.tasks.ScheduledTask
Creates a new ScheduledTask with a name and a named group and it's accompanying executor
ScheduledTask(String, ExecutorRecord) - Constructor for class ortus.boxlang.runtime.async.tasks.ScheduledTask
Creates a new ScheduledTask with a name and the default "empty" group
ScheduledTask(String, BaseScheduler) - Constructor for class ortus.boxlang.runtime.async.tasks.ScheduledTask
Creates a new ScheduledTask with a name and the default "empty" group and a scheduler
SCHEDULER_AFTER_ANY_TASK - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
SCHEDULER_BEFORE_ANY_TASK - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
SCHEDULER_ON_ANY_TASK_ERROR - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
SCHEDULER_ON_ANY_TASK_SUCCESS - Enum constant in enum class ortus.boxlang.runtime.events.BoxEvent
 
schedulerService - Static variable in class ortus.boxlang.runtime.scopes.Key
 
SchedulerService - Class in ortus.boxlang.runtime.services
This service manages all schedulers in the system.
SchedulerService(BoxRuntime) - Constructor for class ortus.boxlang.runtime.services.SchedulerService
Constructor
scope - Static variable in class ortus.boxlang.runtime.scopes.Key
 
scope() - Method in record class ortus.boxlang.runtime.context.IBoxContext.ScopeSearchResult
Returns the value of the scope record component.
Scope - Class in ortus.boxlang.debugger.types
 
Scope() - Constructor for class ortus.boxlang.debugger.types.Scope
 
scopeAll - Static variable in class ortus.boxlang.runtime.bifs.global.array.ArrayDelete
 
scopeAll - Static variable in class ortus.boxlang.runtime.types.util.StructUtil
 
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.ApplicationBoxContext
Try to get the requested key from the unscoped scope
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Try to get the requested key from an unknown scope Meaning it needs to search scopes in order according to it's context.
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
Try to get the requested key from the unscoped scope Meaning it needs to search scopes in order according to it's context.
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.ClassBoxContext
Search for a variable in scopes
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.ContainerBoxContext
Try to get the requested key from the unscoped scope Meaning it needs to search scopes in order according to it's context.
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.CustomTagBoxContext
Search for a variable in scopes
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Search for a variable in scopes
scopeFind(Key, IScope) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Try to get the requested key from an unknown scope Meaning it needs to search scopes in order according to it's context.
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.InterfaceBoxContext
Search for a variable in scopes
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.LambdaBoxContext
 
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.RequestBoxContext
 
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.RuntimeBoxContext
Try to get the requested key from the unscoped scope
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
Try to get the requested key from the unscoped scope Meaning it needs to search scopes in order according to it's context.
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.SessionBoxContext
 
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.StaticClassBoxContext
Search for a variable in scopes
scopeFind(Key, IScope) - Method in class ortus.boxlang.runtime.context.ThreadBoxContext
Search for a variable in scopes
scopeFindNearby(Key, IScope) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Try to get the requested key from an unkonwn scope but overriding the parent to check if not found
scopeFindNearby(Key, IScope) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Try to get the requested key from an unknown scope Meaning it needs to search scopes in order according to it's context.
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.ApplicationBoxContext
Try to get the requested key from the unscoped scope
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Try to get the requested key from an unknown scope Meaning it needs to search scopes in order according to it's context.
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
Try to get the requested key from the unscoped scope Meaning it needs to search scopes in order according to it's context.
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.ClassBoxContext
Search for a variable in "nearby" scopes
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.ClosureBoxContext
Try to get the requested key from an unkonwn scope but not delegating to parent or default missing keys
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.ContainerBoxContext
Try to get the requested key from the unscoped scope Meaning it needs to search scopes in order according to it's context.
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.CustomTagBoxContext
Search for a variable in "nearby" scopes
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Search for a variable in "nearby" scopes
scopeFindNearby(Key, IScope, boolean) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Try to get the requested key from an unkonwn scope but not delegating to parent or default missing keys
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.InterfaceBoxContext
Search for a variable in "nearby" scopes
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.LambdaBoxContext
Search for a variable in "nearby" scopes
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.RuntimeBoxContext
Try to get the requested key from the unscoped scope
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
Try to get the requested key from the unscoped scope Meaning it needs to search scopes in order according to it's context.
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.SessionBoxContext
 
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.StaticClassBoxContext
Search for a variable in "nearby" scopes
scopeFindNearby(Key, IScope, boolean) - Method in class ortus.boxlang.runtime.context.ThreadBoxContext
Search for a variable in "nearby" scopes
ScopeNotFoundException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when a scope is requested that does not exist in the current runtime build This exception might be encountered, for example, in a non-web runtime when attempting to access web-specific scopes like `URL` or `FORM`
ScopeNotFoundException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.ScopeNotFoundException
Constructor
scopeOne - Static variable in class ortus.boxlang.runtime.bifs.global.array.ArrayDelete
 
ScopeRequest - Class in ortus.boxlang.debugger.request
 
ScopeRequest() - Constructor for class ortus.boxlang.debugger.request.ScopeRequest
 
ScopeRequest.ScopeRequestArguments - Class in ortus.boxlang.debugger.request
 
ScopeRequestArguments() - Constructor for class ortus.boxlang.debugger.request.ScopeRequest.ScopeRequestArguments
 
ScopeResponse - Class in ortus.boxlang.debugger.response
Models a SetBreakpoint response in the DAP
ScopeResponse() - Constructor for class ortus.boxlang.debugger.response.ScopeResponse
 
ScopeResponse(ScopeRequest, List<Scope>) - Constructor for class ortus.boxlang.debugger.response.ScopeResponse
Constructor
ScopeResponse.ScopeResponseBody - Class in ortus.boxlang.debugger.response
 
ScopeResponseBody() - Constructor for class ortus.boxlang.debugger.response.ScopeResponse.ScopeResponseBody
 
scopes - Variable in class ortus.boxlang.debugger.response.ScopeResponse.ScopeResponseBody
 
ScopeSearchResult(IReferenceable, Object, Key) - Constructor for record class ortus.boxlang.runtime.context.IBoxContext.ScopeSearchResult
 
ScopeSearchResult(IReferenceable, Object, Key, boolean) - Constructor for record class ortus.boxlang.runtime.context.IBoxContext.ScopeSearchResult
Creates an instance of a ScopeSearchResult record class.
ScopeWrapper - Class in ortus.boxlang.runtime.scopes
I am decorator/wrapper for a scope that allows you to spoof variables in the wrapped scope.
ScopeWrapper(IScope) - Constructor for class ortus.boxlang.runtime.scopes.ScopeWrapper
-------------------------------------------------------------------------- Constructors --------------------------------------------------------------------------
ScopeWrapper(IScope, Map<Key, Object>) - Constructor for class ortus.boxlang.runtime.scopes.ScopeWrapper
 
script_name - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ScriptingRequestBoxContext - Class in ortus.boxlang.runtime.context
This context represents the context of a scripting execution in BoxLang There a variables and request scope present.
ScriptingRequestBoxContext() - Constructor for class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
Creates a new execution context
ScriptingRequestBoxContext(URI) - Constructor for class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
Creates a new execution context with a template
ScriptingRequestBoxContext(IBoxContext) - Constructor for class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
Creates a new execution context with a parent context
ScriptingRequestBoxContext(IBoxContext, URI) - Constructor for class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
Creates a new execution context with a parent context, and template
second - Static variable in class ortus.boxlang.runtime.scopes.Key
 
seconds - Static variable in class ortus.boxlang.runtime.scopes.Key
 
SECONDS - Enum constant in enum class ortus.boxlang.runtime.util.Timer.TimeUnit
 
secondsInDay - Static variable in class ortus.boxlang.runtime.components.cache.Cache
 
secure - Static variable in class ortus.boxlang.runtime.scopes.Key
 
seed - Static variable in class ortus.boxlang.runtime.scopes.Key
 
seek(Integer) - Method in class ortus.boxlang.runtime.types.File
 
seekable - Static variable in class ortus.boxlang.runtime.scopes.Key
 
seekable - Variable in class ortus.boxlang.runtime.types.File
 
selectBoxPiler(Class) - Method in class ortus.boxlang.runtime.runnables.RunnableLoader
Select the Boxpiler implementation to use when generating bytecode
send(OutputStream) - Method in interface ortus.boxlang.debugger.ISendable
Sends this object through the OutputStream
sendStoppedEventForBreakpoint(BreakpointEvent) - Method in class ortus.boxlang.debugger.DebugAdapter
 
separator - Static variable in class ortus.boxlang.runtime.scopes.Key
 
seq - Variable in class ortus.boxlang.debugger.request.AbstractRequest
 
seq - Variable in class ortus.boxlang.debugger.request.AttachRequest
 
serializeQueryByColumns - Static variable in class ortus.boxlang.runtime.scopes.Key
 
serializeToFile(Object, Path) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Serializes a target Serializable object to a file destination as binary data.
server - Static variable in class ortus.boxlang.runtime.scopes.Key
 
server_name - Static variable in class ortus.boxlang.runtime.scopes.Key
 
server_port - Static variable in class ortus.boxlang.runtime.scopes.Key
 
server_port_secure - Static variable in class ortus.boxlang.runtime.scopes.Key
 
server_protocol - Static variable in class ortus.boxlang.runtime.scopes.Key
 
server_software - Static variable in class ortus.boxlang.runtime.scopes.Key
 
SERVERCACHE - Enum constant in enum class ortus.boxlang.runtime.components.cache.Cache.CacheAction
 
serverPort - Variable in class ortus.boxlang.debugger.request.AttachRequest.AttachRequestArguments
 
serverPort - Variable in class ortus.boxlang.debugger.request.LaunchRequest.LaunchRequestArguments
 
serverScope - Variable in class ortus.boxlang.runtime.context.RuntimeBoxContext
The variables scope
ServerScope - Class in ortus.boxlang.runtime.scopes
Represents the BoxLang "server" scope container
ServerScope() - Constructor for class ortus.boxlang.runtime.scopes.ServerScope
-------------------------------------------------------------------------- Constructors --------------------------------------------------------------------------
servlet - Static variable in class ortus.boxlang.runtime.scopes.Key
 
session - Variable in class ortus.boxlang.runtime.context.SessionBoxContext
The variables scope
session - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Session - Class in ortus.boxlang.runtime.application
I represent a Session.
Session(Key, Application) - Constructor for class ortus.boxlang.runtime.application.Session
Constructor
SessionBoxContext - Class in ortus.boxlang.runtime.context
This class represents the context of a session in the BoxLang runtime It is a child of the RuntimeBoxContext and has access to the session scope and the parent context and its scopes
SessionBoxContext(Session) - Constructor for class ortus.boxlang.runtime.context.SessionBoxContext
Creates a new execution context with a bounded execution template and parent context
sessionCluster - Static variable in class ortus.boxlang.runtime.scopes.Key
 
sessionId - Static variable in class ortus.boxlang.runtime.scopes.Key
 
SessionInvalidate - Class in ortus.boxlang.runtime.bifs.global.system
 
SessionInvalidate() - Constructor for class ortus.boxlang.runtime.bifs.global.system.SessionInvalidate
Constructor
SessionListener - Class in ortus.boxlang.runtime.types.listeners
 
SessionListener(Session) - Constructor for class ortus.boxlang.runtime.types.listeners.SessionListener
 
sessionManagement - Variable in class ortus.boxlang.runtime.config.Configuration
This flag enables/disables session management in the runtime for all applications by default.
sessionManagement - Static variable in class ortus.boxlang.runtime.scopes.Key
 
SessionPrefixFilter - Class in ortus.boxlang.runtime.cache.filters
This filter will match any session that has a prefix which in our case is the name of the application that the session belongs to.
SessionPrefixFilter(String) - Constructor for class ortus.boxlang.runtime.cache.filters.SessionPrefixFilter
Create a new widlcard filter with a case-insensitive widlcard
SessionPrefixFilter(String, boolean) - Constructor for class ortus.boxlang.runtime.cache.filters.SessionPrefixFilter
Create a new prefix filter
SessionRotate - Class in ortus.boxlang.runtime.bifs.global.system
 
SessionRotate() - Constructor for class ortus.boxlang.runtime.bifs.global.system.SessionRotate
Constructor
sessions - Static variable in class ortus.boxlang.runtime.scopes.Key
 
sessionScope - Variable in class ortus.boxlang.runtime.context.SessionBoxContext
The session scope for this application
sessionScope - Static variable in class ortus.boxlang.runtime.scopes.Key
 
SessionScope - Class in ortus.boxlang.runtime.scopes
Represents a BoxLang session scope container
SessionScope() - Constructor for class ortus.boxlang.runtime.scopes.SessionScope
-------------------------------------------------------------------------- Constructors --------------------------------------------------------------------------
SessionStartTime - Class in ortus.boxlang.runtime.bifs.global.system
 
SessionStartTime() - Constructor for class ortus.boxlang.runtime.bifs.global.system.SessionStartTime
Constructor
sessionStorage - Variable in class ortus.boxlang.runtime.config.Configuration
The default session storage cache.
sessionStorage - Static variable in class ortus.boxlang.runtime.scopes.Key
 
sessionTimeout - Variable in class ortus.boxlang.runtime.config.Configuration
The session timeout 30 minutes by default
sessionTimeout - Static variable in class ortus.boxlang.runtime.scopes.Key
 
set - Static variable in class ortus.boxlang.runtime.scopes.Key
 
set(int, Object) - Method in class ortus.boxlang.runtime.types.Array
Set the element at the specified index
set(Object) - Method in class ortus.boxlang.runtime.types.util.ObjectRef
Set the value
set(String, Object) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Sets an object in the storage using the default timeout and last access timeout
set(String, Object) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Sets an object in the storage using the default timeout and last access timeout
set(String, Object, Duration) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Sets an object in the storage with a default last access timeout
set(String, Object, Duration) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Sets an object in the storage with a default last access timeout
set(String, Object, Duration, Duration) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Sets an object in the storage
set(String, Object, Duration, Duration) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Sets an object in the storage
set(String, Object, Duration, Duration, IStruct) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Sets an object in the storage
set(String, Object, Duration, Duration, IStruct) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Sets an object in the storage
set(IBoxContext, Object, Key, Object) - Static method in class ortus.boxlang.runtime.dynamic.Referencer
Used to implement any time an object is assigned to,
set(Key, ICacheEntry) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
set(Key, ICacheEntry) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Sets an object in the storage
set(Key, ICacheEntry) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Sets an object in the storage
set(Key, ICacheEntry) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Sets an object in the storage
set(Key, ICacheEntry) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Sets an object in the storage
set(IStruct) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Set's multiple objects in the storage using all the same default timeout and last access timeouts
set(IStruct) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Set's multiple objects in the storage using all the same default timeout and last access timeouts
set(IStruct) - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
set(IStruct) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Set's multiple objects in the storage
set(IStruct) - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Set's multiple objects in the storage
set(IStruct) - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Set's multiple objects in the storage
set(IStruct) - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Set's multiple objects in the storage
set(IStruct, Duration, Duration) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Set's multiple objects in the storage using all the same default timeout and last access timeouts
set(IStruct, Duration, Duration) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Set's multiple objects in the storage using all the same default timeout and last access timeouts
setAccess(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxAccess
 
setAccessModifier(BoxAccessModifier) - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
setAfterTask(BiConsumer<ScheduledTask, Optional<?>>) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the after task lambda.
setAlias(BoxIdentifier) - Method in class ortus.boxlang.compiler.ast.statement.BoxImport
 
setAnnotations(List<BoxAnnotation>) - Method in class ortus.boxlang.compiler.ast.BoxClass
 
setAnnotations(List<BoxAnnotation>) - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
setAnnotations(List<BoxAnnotation>) - Method in class ortus.boxlang.compiler.ast.expression.BoxClosure
 
setAnnotations(List<BoxAnnotation>) - Method in class ortus.boxlang.compiler.ast.expression.BoxLambda
 
setAnnotations(List<BoxAnnotation>) - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
setAnnotations(List<BoxAnnotation>) - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
setAnnotations(List<BoxAnnotation>) - Method in class ortus.boxlang.compiler.ast.statement.BoxProperty
 
setAnnotations(List<BoxDocumentationAnnotation>) - Method in class ortus.boxlang.compiler.ast.comment.BoxDocComment
 
setAnnually(Boolean) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set a handy boolean that is set when the task is annually scheduled.
setApplicationListener(BaseApplicationListener) - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Set the application listener for this request
setArgs(List<BoxArgumentDeclaration>) - Method in class ortus.boxlang.compiler.ast.expression.BoxClosure
 
setArgs(List<BoxArgumentDeclaration>) - Method in class ortus.boxlang.compiler.ast.expression.BoxLambda
 
setArgs(List<BoxArgumentDeclaration>) - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
setArguments(List<BoxArgument>) - Method in class ortus.boxlang.compiler.ast.expression.BoxExpressionInvocation
 
setArguments(List<BoxArgument>) - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionalMemberAccess
 
setArguments(List<BoxArgument>) - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionInvocation
 
setArguments(List<BoxArgument>) - Method in class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
setArguments(List<BoxArgument>) - Method in class ortus.boxlang.compiler.ast.expression.BoxNew
 
setArguments(List<BoxArgument>) - Method in class ortus.boxlang.compiler.ast.expression.BoxStaticMethodInvocation
 
setAt(int, Object) - Method in class ortus.boxlang.runtime.types.Array
Sets an object using the one-based index value
setAt(String, int, String, String) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Set an item at a specific (1-based) index
setAt(String, int, String, String, Boolean, Boolean) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Set an item at a specific (1-based) index
setAttribute(String, Object, int) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
Set the attribute for the given scope
setAttributes(List<BoxAnnotation>) - Method in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
setBeforeTask(Consumer<ScheduledTask>) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the before task lambda.
setBindings(Bindings, int) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
Set the bindings for the given scope
setBindings(Bindings, int) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Set the bindings for the given scope
setBody(List<BoxStatement>) - Method in class ortus.boxlang.compiler.ast.BoxClass
 
setBody(List<BoxStatement>) - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
setBody(List<BoxStatement>) - Method in class ortus.boxlang.compiler.ast.BoxStaticInitializer
 
setBody(List<BoxStatement>) - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
setBody(List<BoxStatement>) - Method in class ortus.boxlang.compiler.ast.statement.BoxStatementBlock
 
setBody(List<BoxStatement>) - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitchCase
 
setBody(List<BoxStatement>) - Method in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
setBody(BoxStatement) - Method in class ortus.boxlang.compiler.ast.expression.BoxClosure
 
setBody(BoxStatement) - Method in class ortus.boxlang.compiler.ast.expression.BoxLambda
 
setBody(BoxStatement) - Method in class ortus.boxlang.compiler.ast.statement.BoxDo
 
setBody(BoxStatement) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIn
 
setBody(BoxStatement) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIndex
 
setBody(BoxStatement) - Method in class ortus.boxlang.compiler.ast.statement.BoxWhile
 
SetBreakpointArguments() - Constructor for class ortus.boxlang.debugger.request.SetBreakpointsRequest.SetBreakpointArguments
 
setBreakpointsForFile(String, List<Breakpoint>) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
SetBreakpointsRequest - Class in ortus.boxlang.debugger.request
Models the request to add a breakpoint to a line of source code
SetBreakpointsRequest() - Constructor for class ortus.boxlang.debugger.request.SetBreakpointsRequest
 
SetBreakpointsRequest.SetBreakpointArguments - Class in ortus.boxlang.debugger.request
The arguments of the SetBreakpoint Request
SetBreakpointsResponse - Class in ortus.boxlang.debugger.response
Models a SetBreakpoint response in the DAP
SetBreakpointsResponse() - Constructor for class ortus.boxlang.debugger.response.SetBreakpointsResponse
 
SetBreakpointsResponse(SetBreakpointsRequest) - Constructor for class ortus.boxlang.debugger.response.SetBreakpointsResponse
Constructor
SetBreakpointsResponse.SetBreakpointsResponseBody - Class in ortus.boxlang.debugger.response
 
SetBreakpointsResponseBody() - Constructor for class ortus.boxlang.debugger.response.SetBreakpointsResponse.SetBreakpointsResponseBody
 
setBXProxy(IClassRunnable) - Method in interface ortus.boxlang.runtime.runnables.IProxyRunnable
Set the proxy object
setCanInvokeImplicitAccessor(Boolean) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
setCanOutput(Boolean) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
setCases(List<BoxSwitchCase>) - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitch
 
setCatchBody(List<BoxStatement>) - Method in class ortus.boxlang.compiler.ast.statement.BoxTryCatch
 
setCatches(List<BoxTryCatch>) - Method in class ortus.boxlang.compiler.ast.statement.BoxTry
 
setCatchTypes(List<BoxExpression>) - Method in class ortus.boxlang.compiler.ast.statement.BoxTryCatch
 
setCell(int, Object) - Method in class ortus.boxlang.runtime.types.QueryColumn
Set the value of a cell in this column
setCell(Key, int, Object) - Method in class ortus.boxlang.runtime.types.Query
Set data for a single cell.
setChild(IClassRunnable) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Set the child class.
setClientCookies - Variable in class ortus.boxlang.runtime.config.Configuration
This determines whether to send CFID and CFTOKEN cookies to the client browser.
setClientCookies - Static variable in class ortus.boxlang.runtime.scopes.Key
 
setComments(List<BoxComment>) - Method in class ortus.boxlang.compiler.ast.BoxNode
Set the comments of the node
setCommentText(String) - Method in class ortus.boxlang.compiler.ast.comment.BoxComment
 
setComponentCounter(int) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
setCondition(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxTernaryOperation
 
setCondition(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxDo
 
setCondition(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIndex
 
setCondition(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxIfElse
 
setCondition(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitch
 
setCondition(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitchCase
 
setCondition(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxWhile
 
setContext(ScriptContext) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingEngine
Set the ScriptContext for the BoxScriptingEngine
setContext(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxAccess
 
setCurrentTransactionApplicationName(String) - Method in class ortus.boxlang.runtime.util.FRTransService
 
setCurrentTransactionName(String) - Method in class ortus.boxlang.runtime.util.FRTransService
 
setDayOfTheMonth(int) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the constraint of what day of the month we need to run on: 1-31.
setDayOfTheWeek(int) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the constraint of what day of the week this runs on: 1-7.
setDeep(IBoxContext, Object, Object, Key...) - Static method in class ortus.boxlang.runtime.dynamic.Referencer
Used to implement any time an object is assigned via deep keys like foo.bar.baz=1 Missing keys will be created as needed as HashMaps An exception will be thrown if any intermediate keys exists, but are not a Map.
setDeep(IBoxContext, IBoxContext.ScopeSearchResult, Object, Key...) - Static method in class ortus.boxlang.runtime.dynamic.Referencer
Used to implement any time an object is assigned via deep keys like foo.bar.baz=1 Missing keys will be created as needed as HashMaps An exception will be thrown if any intermediate keys exists, but are not a Map.
setDefaultDatasource(DataSource) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Set the default datasource for this connection manager.
setDefaultTimezone() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Set the default timezone into the task
setDefaultValue(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxParam
 
setDelimiter(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitchCase
 
setDetail(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
setDisabled(Boolean) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set a handy boolean that disables the scheduling of this task.
setDocumentation(List<BoxDocumentationAnnotation>) - Method in class ortus.boxlang.compiler.ast.BoxClass
 
setDocumentation(List<BoxDocumentationAnnotation>) - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
setDocumentation(List<BoxDocumentationAnnotation>) - Method in interface ortus.boxlang.compiler.ast.IBoxDocumentableNode
Set documentation for node
setDocumentation(List<BoxDocumentationAnnotation>) - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
setDocumentation(List<BoxDocumentationAnnotation>) - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
setDocumentation(List<BoxDocumentationAnnotation>) - Method in class ortus.boxlang.compiler.ast.statement.BoxProperty
 
setDomainCookies - Variable in class ortus.boxlang.runtime.config.Configuration
Sets CFID and CFTOKEN cookies for a domain (not a host) Required, for applications running on clusters true by default
setDomainCookies - Static variable in class ortus.boxlang.runtime.scopes.Key
 
setElseBody(BoxStatement) - Method in class ortus.boxlang.compiler.ast.statement.BoxIfElse
 
setEnd(Point) - Method in class ortus.boxlang.compiler.ast.Position
Set the end point
setEndOnDateTime(LocalDateTime) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the constraint of when the task must not continue to execute.
setEndTime(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the constraint to limit the task to run before a specified time of day.
setEnforceExplicitOutput(boolean) - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Set the enforceExplicitOutput flag.
setErrorCode(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
setErrorWriter(Writer) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
 
setException(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxTryCatch
 
SetExceptionBreakpointsRequest - Class in ortus.boxlang.debugger.request
Models the command to initialize a debug session.
SetExceptionBreakpointsRequest() - Constructor for class ortus.boxlang.debugger.request.SetExceptionBreakpointsRequest
 
SetExceptionBreakpointsRequest.setExceptionBreakpointsRequestArguments - Class in ortus.boxlang.debugger.request
 
setExceptionBreakpointsRequestArguments() - Constructor for class ortus.boxlang.debugger.request.SetExceptionBreakpointsRequest.setExceptionBreakpointsRequestArguments
 
setExpr(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxExpressionInvocation
 
setExpr(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxNegateOperation
 
setExpr(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxUnaryOperation
 
setExpression(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxNew
 
setExpression(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxParenthesis
 
setExpression(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxAssert
 
setExpression(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxBufferOutput
 
setExpression(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxExpressionStatement
 
setExpression(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIn
 
setExpression(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxImport
 
setExpression(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxReturn
 
setExpression(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
setExtendedInfo(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
setField(Class<?>, Object, String, Object) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Set the value of a public or public static field on a class or instance
setField(Class<?>, String, Object) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Set the value of a public or public static field on a class or instance
setField(Object, String, Object) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Set the value of a public or public static field on a class or instance
setField(String, Object) - Method in class ortus.boxlang.runtime.interop.DynamicObject
Set the value of a public or public static field on a class or instance
setFinallyBody(List<BoxStatement>) - Method in class ortus.boxlang.compiler.ast.statement.BoxTry
 
setFirstBusinessDay(Boolean) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the constraint to run only on the first business day of the month.
setFormat(String) - Method in class ortus.boxlang.runtime.types.DateTime
Chainable member function to set the format and return the object
setFormat(DateTimeFormatter) - Method in class ortus.boxlang.runtime.types.DateTime
Alternate format setter which accepts a DateTimeFormatter object
setFqn(String) - Method in class ortus.boxlang.compiler.ast.statement.BoxReturnType
 
setGroup(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the human group name of this task.
setHandlesCacheEnabled(Boolean) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Set the handles cache enabled flag
setHasVar(Boolean) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIn
 
setImports(List<BoxImport>) - Method in class ortus.boxlang.compiler.ast.BoxClass
 
setImports(List<BoxImport>) - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
setInitialDelay(long) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the delay or time to wait before we execute the task in the scheduler.
setInitialDelayTimeUnit(TimeUnit) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the time unit string used when there is a delay requested for the task.
setInitializer(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIndex
 
setInOutputBlock(boolean) - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
 
setInOutputBlock(boolean) - Method in class ortus.boxlang.compiler.parser.CFScriptParser
 
setIsolationLevel(int) - Method in class ortus.boxlang.runtime.jdbc.ChildTransaction
No-op for setting the isolation level on a nested transaction.
setIsolationLevel(int) - Method in interface ortus.boxlang.runtime.jdbc.ITransaction
Set isolation level.
setIsolationLevel(int) - Method in class ortus.boxlang.runtime.jdbc.Transaction
Set isolation level.
setJSRScriptingContext(ScriptContext) - Method in class ortus.boxlang.runtime.scripting.JSRScriptingRequestBoxContext
 
setKey(BoxFQN) - Method in class ortus.boxlang.compiler.ast.statement.BoxAnnotation
 
setKey(BoxFQN) - Method in class ortus.boxlang.compiler.ast.statement.BoxDocumentationAnnotation
 
setLabel(String) - Method in class ortus.boxlang.compiler.ast.statement.BoxBreak
Sets the label of the break statement
setLabel(String) - Method in class ortus.boxlang.compiler.ast.statement.BoxContinue
Sets the label of the continue statement
setLabel(String) - Method in class ortus.boxlang.compiler.ast.statement.BoxDo
Sets the label of the statement
setLabel(String) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIn
Sets the label of the statement
setLabel(String) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIndex
Sets the label of the statement
setLabel(String) - Method in class ortus.boxlang.compiler.ast.statement.BoxWhile
Sets the label of the statement
setLastBusinessDay(Boolean) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the constraint to run only on the last business day of the month.
setLastModifiedTime(DateTime) - Method in class ortus.boxlang.runtime.types.File
 
setLeft(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxAssignment
 
setLeft(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxBinaryOperation
 
setLeft(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxComparisonOperation
 
setLocale(Locale) - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Set the locale for this request
SetLocale - Class in ortus.boxlang.runtime.bifs.global.i18n
 
SetLocale() - Constructor for class ortus.boxlang.runtime.bifs.global.i18n.SetLocale
Constructor
setMessage(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
setMeta(IStruct) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the Meta struct for the task that can be used to store any metadata.
setMetadata(IStruct) - Method in class ortus.boxlang.runtime.types.Query
Override Query metadata - used for setting custom query meta on cached queries.
setMetadata(Struct) - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
Set the metadata of the cache entry
setMetadata(Struct) - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
Set the metadata of the cache entry
setMetaKey(String, Object) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set a meta key/value pair in the meta struct.
setMethod(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the method to execute in the DynamicObject, by default it is run().
setModifiers(List<BoxAssignmentModifier>) - Method in class ortus.boxlang.compiler.ast.expression.BoxAssignment
 
setModifiers(List<BoxMethodDeclarationModifier>) - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
setName(String) - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionalBIFAccess
 
setName(String) - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionalMemberAccess
 
setName(String) - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionInvocation
 
setName(String) - Method in class ortus.boxlang.compiler.ast.expression.BoxIdentifier
 
setName(String) - Method in class ortus.boxlang.compiler.ast.expression.BoxScope
 
setName(String) - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
setName(String) - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
setName(String) - Method in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
setName(String) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Set the scheduler name
setName(String) - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Set the scheduler name
setName(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the human name of this task.
setName(String) - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Set the name of the cache provider
setName(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxArgument
 
setName(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
setName(BoxIdentifier) - Method in class ortus.boxlang.compiler.ast.expression.BoxStaticMethodInvocation
 
setName(Key) - Method in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
Set the name of the cache provider
setName(Key) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Set the name of the cache provider
setName(Key) - Method in class ortus.boxlang.runtime.components.Component
Set name
setNoOverlaps(Boolean) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set a boolean flag that turns off task stacking.
setObj(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
setObj(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxStaticMethodInvocation
 
setOnTaskFailure(BiConsumer<ScheduledTask, Exception>) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the task failure lambda.
setOnTaskSuccess(BiConsumer<ScheduledTask, Optional<?>>) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the task success lambda.
setOnTheFly() - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Seeds the ontheFly flag
setOp(BoxAssignmentOperator) - Method in class ortus.boxlang.compiler.ast.expression.BoxAssignment
 
setOperator(BoxBinaryOperator) - Method in class ortus.boxlang.compiler.ast.expression.BoxBinaryOperation
 
setOperator(BoxComparisonOperator) - Method in class ortus.boxlang.compiler.ast.expression.BoxComparisonOperation
 
setOperator(BoxNegateOperator) - Method in class ortus.boxlang.compiler.ast.expression.BoxNegateOperation
 
setOperator(BoxUnaryOperator) - Method in class ortus.boxlang.compiler.ast.expression.BoxUnaryOperation
 
setOut(PrintStream) - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Set the output stream for this context
setParent(BoxNode) - Method in class ortus.boxlang.compiler.ast.BoxNode
Set the parent and the children of the Node
setParent(IBoxContext) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Sets the parent box context.
setParent(IBoxContext) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Sets the parent box context.
setPeriod(long) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set a fixed time period of execution of the tasks in this schedule.
setPosition(Position) - Method in class ortus.boxlang.compiler.ast.BoxNode
Set the position of the node
setPositional(boolean) - Method in class ortus.boxlang.runtime.scopes.ArgumentsScope
Set whether this arguments scope was created with an array of arguments or a struct of named arguments
setPosixPermissions(Object, String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Sets the posix permissions on a file
setPostAnnotations(List<BoxAnnotation>) - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
setPostAnnotations(List<BoxAnnotation>) - Method in class ortus.boxlang.compiler.ast.statement.BoxProperty
 
setPrefix(BoxIdentifier) - Method in class ortus.boxlang.compiler.ast.expression.BoxNew
 
setProperties(List<BoxProperty>) - Method in class ortus.boxlang.compiler.ast.BoxClass
 
setProperty(String, String) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
Set a property
setProperty(Key, Object) - Method in class ortus.boxlang.runtime.events.BaseInterceptor
Set a property
setQuiet(Key, ICacheEntry) - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Sets an object in the storage with no announcements or eviction checks
setQuiet(Key, ICacheEntry) - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Sets an object in the storage with no stats updated or listeners
setRawMessageData(Map<String, Object>) - Method in class ortus.boxlang.debugger.event.Event
 
setRawMessageData(Map<String, Object>) - Method in interface ortus.boxlang.debugger.IAdapterProtocolMessage
 
setRawMessageData(Map<String, Object>) - Method in class ortus.boxlang.debugger.MapAdapterProtocolMessage
 
setRawMessageData(Map<String, Object>) - Method in class ortus.boxlang.debugger.request.AbstractRequest
 
setRawMessageData(Map<String, Object>) - Method in class ortus.boxlang.debugger.request.AttachRequest
 
setRawMessageData(Map<String, Object>) - Method in class ortus.boxlang.debugger.response.AbstractResponse
 
setReader(Reader) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
 
setRequestTimeout(Long) - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Set the request timeout in milliseconds
setRequired(Boolean) - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
setRequiresBody(Boolean) - Method in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
setRight(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxAssignment
 
setRight(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxBinaryOperation
 
setRight(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxComparisonOperation
 
setSafe(Boolean) - Method in class ortus.boxlang.compiler.ast.expression.BoxAccess
 
setSafe(Boolean) - Method in class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
setSavepoint(Key) - Method in class ortus.boxlang.runtime.jdbc.ChildTransaction
Set a savepoint in the transaction
setSavepoint(Key) - Method in interface ortus.boxlang.runtime.jdbc.ITransaction
Set a savepoint in the transaction
setSavepoint(Key) - Method in class ortus.boxlang.runtime.jdbc.Transaction
Set a savepoint in the transaction
setScheduled(Boolean) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set a boolean value that lets us know if this task has been scheduled.
setScheduler(BaseScheduler) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the bound scheduler for this task.
setSessionID(Key) - Method in class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
The session ID can be set externally
setSource(Source) - Method in class ortus.boxlang.compiler.ast.Position
Set the source of the position
setSource(Source) - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
 
setSourceStartIndex(int) - Method in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
setSourceText(String) - Method in class ortus.boxlang.compiler.ast.BoxNode
 
setSpacedDelay(long) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the delay to use when using scheduleWithFixedDelay(), so tasks execute after this delay once completed.
setStartColumn(int) - Method in class ortus.boxlang.compiler.parser.DocParser
 
setStartLine(int) - Method in class ortus.boxlang.compiler.parser.DocParser
 
setStartOnDateTime(LocalDateTime) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the constraint of when the task can start execution.
setStartTime(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the constraint to limit the task to run after a specified time of day.
setStatements(List<BoxStatement>) - Method in class ortus.boxlang.compiler.ast.BoxScript
 
setStatements(List<BoxStatement>) - Method in class ortus.boxlang.compiler.ast.statement.BoxScriptIsland
 
setStatements(List<BoxStatement>) - Method in class ortus.boxlang.compiler.ast.statement.component.BoxTemplateIsland
 
setStep(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIndex
 
setSubParser(boolean) - Method in class ortus.boxlang.compiler.parser.AbstractParser
 
setSubParser(boolean) - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
 
setSubParser(boolean) - Method in class ortus.boxlang.compiler.parser.BoxTemplateParser
 
setSubParser(boolean) - Method in class ortus.boxlang.compiler.parser.CFScriptParser
 
setSubParser(boolean) - Method in class ortus.boxlang.compiler.parser.CFTemplateParser
 
setSuper(BoxInterface) - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Set the super interface.
setSuper(IClassRunnable) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Set the super class.
setSuper(IClassRunnable, IClassRunnable) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Set the super class.
setTarget(IClassRunnable) - Method in class ortus.boxlang.runtime.bifs.BoxLangBIFProxy
 
setTargetClass(Class<?>) - Method in class ortus.boxlang.runtime.interop.DynamicObject
 
setTargetInstance(Object) - Method in class ortus.boxlang.runtime.interop.DynamicObject
 
setTask(Object) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the task dynamic object that will be executed by the task.
setTaskTime(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the time of day for use in setNextRunTime().
setterName() - Method in record class ortus.boxlang.runtime.types.Property
Returns the value of the setterName record component.
setThenBody(BoxStatement) - Method in class ortus.boxlang.compiler.ast.statement.BoxIfElse
 
setThisClass(IClassRunnable) - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Set the enclosing box class
setThisInterface(BoxInterface) - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Set the enclosing static box class
setThisStaticClass(DynamicObject) - Method in class ortus.boxlang.runtime.context.FunctionBoxContext
Set the enclosing static box class
setThread(Thread) - Method in class ortus.boxlang.runtime.context.ThreadBoxContext
Set the thread
setTimeUnit(TimeUnit) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the time unit used to schedule the task.
setTimezone(String) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Set the scheduler's timezone as a string, we will convert it to a ZoneId object
setTimezone(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the timezone this task runs under using a timezone string representation
setTimezone(String) - Method in class ortus.boxlang.runtime.types.DateTime
Sets the timezone of the current wrapped date time
setTimezone(ZoneId) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Set the scheduler's timezone
setTimezone(ZoneId) - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Set the scheduler's timezone
setTimezone(ZoneId) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the timezone this task runs under.
setTimezone(ZoneId) - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Set the timezone for this request
setTimezone(ZoneId) - Method in class ortus.boxlang.runtime.types.DateTime
Sets the timezone of the current wrapped date time using a ZoneId object
SetTimezone - Class in ortus.boxlang.runtime.bifs.global.temporal
 
SetTimezone() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.SetTimezone
Constructor
Setting - Class in ortus.boxlang.runtime.components.system
 
Setting() - Constructor for class ortus.boxlang.runtime.components.system.Setting
 
settings - Variable in class ortus.boxlang.runtime.application.BaseApplicationListener
All Application settings (which are really set per-request).
settings - Variable in class ortus.boxlang.runtime.config.segments.ModuleConfig
The settings for the module as a struct
settings - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The settings of the module
settings - Static variable in class ortus.boxlang.runtime.scopes.Key
 
setTransaction(Transaction) - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Set the active transaction for this request/thread/BoxLang context.
setTryBody(List<BoxStatement>) - Method in class ortus.boxlang.compiler.ast.statement.BoxTry
 
setType(String) - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
setType(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxParam
 
setType(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
setType(BoxStructType) - Method in class ortus.boxlang.compiler.ast.expression.BoxStructLiteral
 
setType(BoxReturnType) - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
setType(BoxType) - Method in class ortus.boxlang.compiler.ast.statement.BoxReturnType
 
setupRuntimeStubs() - Static method in class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor
 
setUsedDotAccess(Boolean) - Method in class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
setValue(Boolean) - Method in class ortus.boxlang.compiler.ast.expression.BoxBooleanLiteral
 
setValue(Object) - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
Set the value of the cache entry
setValue(Object) - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
Set the value of the cache entry
setValue(String) - Method in class ortus.boxlang.compiler.ast.expression.BoxDecimalLiteral
 
setValue(String) - Method in class ortus.boxlang.compiler.ast.expression.BoxFQN
 
setValue(String) - Method in class ortus.boxlang.compiler.ast.expression.BoxIntegerLiteral
 
setValue(String) - Method in class ortus.boxlang.compiler.ast.expression.BoxStringLiteral
 
setValue(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxArgument
 
setValue(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxAnnotation
 
setValue(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
setValue(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxDocumentationAnnotation
 
setValues(List<BoxExpression>) - Method in class ortus.boxlang.compiler.ast.expression.BoxArrayLiteral
 
setValues(List<BoxExpression>) - Method in class ortus.boxlang.compiler.ast.expression.BoxStringConcat
 
setValues(List<BoxExpression>) - Method in class ortus.boxlang.compiler.ast.expression.BoxStructLiteral
 
setVariable(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxForIn
 
setVariable(BoxExpression) - Method in class ortus.boxlang.compiler.ast.statement.BoxParam
 
setVariable(IBoxContext, String, Object) - Static method in class ortus.boxlang.runtime.dynamic.ExpressionInterpreter
Resolve an expression pointing to a varaible in the format of foo, foo.bar, foo.bar.baz, etc.
SetVariableRequest - Class in ortus.boxlang.debugger.request
 
SetVariableRequest() - Constructor for class ortus.boxlang.debugger.request.SetVariableRequest
 
SetVariableRequest.SetVariableRequestArguments - Class in ortus.boxlang.debugger.request
 
SetVariableRequestArguments() - Constructor for class ortus.boxlang.debugger.request.SetVariableRequest.SetVariableRequestArguments
 
SetVariableResponse - Class in ortus.boxlang.debugger.response
Models a SetBreakpoint response in the DAP
SetVariableResponse() - Constructor for class ortus.boxlang.debugger.response.SetVariableResponse
 
SetVariableResponse(SetVariableRequest, String) - Constructor for class ortus.boxlang.debugger.response.SetVariableResponse
Send an error response.
SetVariableResponse(SetVariableRequest, Variable) - Constructor for class ortus.boxlang.debugger.response.SetVariableResponse
Constructor
SetVariableResponse.SetVariableResponseBody - Class in ortus.boxlang.debugger.response
 
SetVariableResponseBody() - Constructor for class ortus.boxlang.debugger.response.SetVariableResponse.SetVariableResponseBody
 
setWeekdays(Boolean) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the constraint to run only on weekdays.
setWeekends(Boolean) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set the constraint to run only on weekends.
setWhenFalse(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxTernaryOperation
 
setWhenPredicate(Predicate<ScheduledTask>) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set a lambda that determines if this task will be sent for scheduling or not.
setWhenTrue(BoxExpression) - Method in class ortus.boxlang.compiler.ast.expression.BoxTernaryOperation
 
setWrapped(IScope) - Method in class ortus.boxlang.runtime.scopes.ScopeWrapper
 
setWriter(Writer) - Method in class ortus.boxlang.runtime.scripting.BoxScriptingContext
 
Sgn - Class in ortus.boxlang.runtime.bifs.global.math
 
Sgn() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Sgn
Constructor
ShortCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything
ShortCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.ShortCaster
 
showDebugOutput - Static variable in class ortus.boxlang.runtime.scopes.Key
 
showerror - Static variable in class ortus.boxlang.runtime.scopes.Key
 
showVersion() - Method in record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Returns the value of the showVersion record component.
shutdown() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Shutdown this scheduler by calling the executor to shutdown and disabling all tasks We do not force and we use the default timeout
shutdown() - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Shutdown this scheduler by calling the executor to shutdown and disabling all tasks We do not force and we use the default timeout
shutdown() - Method in class ortus.boxlang.runtime.BoxRuntime
Shut down the runtime gracefully
shutdown() - Method in class ortus.boxlang.runtime.cache.providers.BoxCacheProvider
Shutdown the cache provider
shutdown() - Method in interface ortus.boxlang.runtime.cache.providers.ICacheProvider
Shutdown the cache provider
shutdown() - Method in class ortus.boxlang.runtime.cache.store.BlackHoleStore
 
shutdown() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStore
Some storages require a shutdown method to close the storage or do object saving.
shutdown() - Method in class ortus.boxlang.runtime.cache.store.ConcurrentStore
Some storages require a shutdown method to close the storage or do object saving.
shutdown() - Method in class ortus.boxlang.runtime.cache.store.FileSystemStore
Some storages require a shutdown method to close the storage or do object saving.
shutdown() - Method in interface ortus.boxlang.runtime.cache.store.IObjectStore
Some storages require a shutdown method to close the storage or do object saving.
shutdown() - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Shutdown the ConnectionManager and release any resources.
shutdown() - Method in class ortus.boxlang.runtime.jdbc.DataSource
Shut down the datasource, including the connection pool and all connections.
shutdown(boolean) - Method in class ortus.boxlang.runtime.application.Application
Shutdown this application
shutdown(boolean) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Shutdown this scheduler by calling the executor to shutdown and disabling all tasks using the default timeout
shutdown(boolean) - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Shutdown this scheduler by calling the executor to shutdown and disabling all tasks using the default timeout
shutdown(boolean, long) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Shutdown this scheduler by calling the executor to shutdown and disabling all tasks
shutdown(boolean, long) - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Shutdown this scheduler by calling the executor to shutdown and disabling all tasks
shutdown(Boolean) - Method in class ortus.boxlang.runtime.BoxRuntime
Shut down the runtime with the option to force it
shutdown(BaseApplicationListener) - Method in class ortus.boxlang.runtime.application.Session
Shutdown the session
shutdownAllExecutors() - Method in class ortus.boxlang.runtime.services.AsyncService
Shutdown all executors or force them to shutdown, you can also do this from the Executor themselves.
shutdownAllExecutors(Boolean, Long, TimeUnit) - Method in class ortus.boxlang.runtime.services.AsyncService
Shutdown all executors or force them to shutdown, you can also do this from the Executor themselves.
shutdownAndAwaitTermination(Long, TimeUnit) - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.
shutdownApplication(Key) - Method in class ortus.boxlang.runtime.services.ApplicationService
Shuts down an application by name and removes it
shutdownCache(Key) - Method in class ortus.boxlang.runtime.services.CacheService
Shutdown a cache by name and remove it from the registry.
shutdownConnections() - Method in interface ortus.boxlang.runtime.context.IJDBCCapableContext
Shutdown the ConnectionManager and release any resources.
shutdownConnections() - Method in class ortus.boxlang.runtime.context.RequestBoxContext
Shutdown the ConnectionManager and release any resources.
shutdownConnections() - Method in class ortus.boxlang.runtime.context.ThreadBoxContext
Shutdown the ConnectionManager and release any resources.
shutdownExceptionally() - Method in class ortus.boxlang.runtime.jdbc.ConnectionManager
Shutdown the ConnectionManager due to an exception
shutdownExecutor(String, Boolean, Long, TimeUnit) - Method in class ortus.boxlang.runtime.services.AsyncService
Shutdown an executor or force it to shutdown, you can also do this from the Executor themselves.
shutdownQuiet() - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Calls the `shutdown` of the executor - which is non blocking
signatureAsString() - Method in record class ortus.boxlang.runtime.types.Argument
 
signatureAsString() - Method in class ortus.boxlang.runtime.types.Function
 
Silent - Class in ortus.boxlang.runtime.components.system
 
Silent() - Constructor for class ortus.boxlang.runtime.components.system.Silent
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
Sin - Class in ortus.boxlang.runtime.bifs.global.math
 
Sin() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Sin
Constructor
SINGLE - Enum constant in enum class ortus.boxlang.runtime.services.AsyncService.ExecutorType
 
singleThread - Variable in class ortus.boxlang.debugger.request.ContinueRequest.ContinueRequestArguments
 
singleThread - Variable in class ortus.boxlang.debugger.request.NextRequest.NextRequestArguments
 
singleThread - Variable in class ortus.boxlang.debugger.request.StepInRequest.StepInRequestArguments
 
singleThread - Variable in class ortus.boxlang.debugger.request.StepOutRequest.StepOutRequestArguments
 
singularize(String) - Static method in class ortus.boxlang.runtime.types.util.StringUtil
Convert a plural word to a singular word.
size - Static variable in class ortus.boxlang.runtime.scopes.Key
 
size - Variable in class ortus.boxlang.runtime.types.File
 
size() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Get the total cache's size in bytes
size() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Get the total cache's size in bytes
size() - Method in class ortus.boxlang.runtime.events.InterceptorState
Get the number of observers registered for this state
size() - Method in class ortus.boxlang.runtime.loader.ClassLocator
Verify the size of the resolver cache
size() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
size() - Method in class ortus.boxlang.runtime.scripting.BoxScopeBindings
 
size() - Method in class ortus.boxlang.runtime.services.DatasourceService
How many datasources are registered?
size() - Method in class ortus.boxlang.runtime.services.SchedulerService
How many schedulers do we have registered
size() - Method in class ortus.boxlang.runtime.types.Array
-------------------------------------------------------------------------- List Interface Methods --------------------------------------------------------------------------
size() - Method in class ortus.boxlang.runtime.types.Query
Collection implementation
size() - Method in class ortus.boxlang.runtime.types.Struct
Returns the number of key-value mappings in this map.
size() - Method in class ortus.boxlang.runtime.types.XML
 
Slash - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
SLASH_PREFIX - Static variable in class ortus.boxlang.runtime.util.FileSystemUtil
A starting file slash prefix
SlashEqual - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxAssignmentOperator
 
sleep - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Sleep - Class in ortus.boxlang.runtime.bifs.global.system
 
Sleep - Class in ortus.boxlang.runtime.components.system
 
Sleep() - Constructor for class ortus.boxlang.runtime.bifs.global.system.Sleep
Constructor
Sleep() - Constructor for class ortus.boxlang.runtime.components.system.Sleep
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
slugify(String) - Static method in class ortus.boxlang.runtime.types.util.StringUtil
Slugify a string for URL Safety
slugify(String, int, String) - Static method in class ortus.boxlang.runtime.types.util.StringUtil
Slugify a string for URL Safety
Slugify - Class in ortus.boxlang.runtime.bifs.global.string
 
Slugify() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Slugify
Constructor
snakeCase(String) - Static method in class ortus.boxlang.runtime.types.util.StringUtil
Create snake_case from a string
SnakeCase - Class in ortus.boxlang.runtime.bifs.global.string
 
SnakeCase() - Constructor for class ortus.boxlang.runtime.bifs.global.string.SnakeCase
Constructor
SOFT - Enum constant in enum class ortus.boxlang.runtime.types.IStruct.TYPES
 
some(Array, Function, IBoxContext, Boolean, Integer) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Method to test if any item in the array meets the criteria in the callback
some(IStruct, Function, IBoxContext, Boolean, Integer) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Method to test if any item in the struct meets the criteria in the callback
sort - Static variable in class ortus.boxlang.runtime.scopes.Key
 
sort(Comparator) - Method in class ortus.boxlang.runtime.types.Array
Sort the array using a comparator function
sort(Comparator<IStruct>) - Method in class ortus.boxlang.runtime.types.Query
Sort the query
sort(Array, String, String, Locale) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Method to filter an list with a function callback and context If parallel we create a fork join pool.
sort(Array, Function, IBoxContext) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
Method to filter an list with a function callback and context If parallel we create a fork join pool.
sort(IStruct, String, String, String) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Performs a stort of a struct and returns the top-level keys in the sorted order
sort(IStruct, Function, IBoxContext) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Performs a stort of a struct with a callback funciton and returns the ordered struct keys
sortDirectives - Static variable in class ortus.boxlang.runtime.types.util.ListUtil
 
SORTED - Enum constant in enum class ortus.boxlang.runtime.types.IStruct.TYPES
 
sortedOf(Comparator<Key>, Object...) - Static method in class ortus.boxlang.runtime.types.Struct
Create a sorted struct from a list of values and the passed comparator.
sortedOf(Comparator<Key>, Map<Key, Object>) - Static method in class ortus.boxlang.runtime.types.Struct
Create a sorted struct from an existing map.
sortFunc - Static variable in class ortus.boxlang.runtime.scopes.Key
 
sortOrder - Static variable in class ortus.boxlang.runtime.scopes.Key
 
sortType - Static variable in class ortus.boxlang.runtime.scopes.Key
 
source - Variable in class ortus.boxlang.compiler.SourceMap
 
source - Variable in class ortus.boxlang.debugger.request.SetBreakpointsRequest.SetBreakpointArguments
 
source - Variable in class ortus.boxlang.debugger.types.Breakpoint
 
source - Variable in class ortus.boxlang.debugger.types.StackFrame
 
source - Variable in class ortus.boxlang.runtime.runnables.BoxScript
The source to the script
source - Static variable in class ortus.boxlang.runtime.scopes.Key
 
source() - Method in record class ortus.boxlang.compiler.ClassInfo
Returns the value of the source record component.
Source - Class in ortus.boxlang.compiler.ast
Abstract Source class to represent the origin of the code
Source - Class in ortus.boxlang.debugger.types
Models the Source type of the DAP
Source() - Constructor for class ortus.boxlang.compiler.ast.Source
 
Source() - Constructor for class ortus.boxlang.debugger.types.Source
 
sourceCode - Variable in class ortus.boxlang.compiler.parser.AbstractParser
 
SourceCode - Class in ortus.boxlang.compiler.ast
Represent a string as source
SourceCode(String) - Constructor for class ortus.boxlang.compiler.ast.SourceCode
Create a source for a given file
sourceFile() - Method in record class ortus.boxlang.debugger.BoxLangDebugger.StackFrameTuple
 
SourceFile - Class in ortus.boxlang.compiler.ast
Represent a File as source
SourceFile(File) - Constructor for class ortus.boxlang.compiler.ast.SourceFile
Create a source for a given file
sourceLine() - Method in record class ortus.boxlang.debugger.BoxLangDebugger.StackFrameTuple
 
SourceMap - Class in ortus.boxlang.compiler
 
SourceMap() - Constructor for class ortus.boxlang.compiler.SourceMap
 
SourceMap.SourceMapRecord - Class in ortus.boxlang.compiler
 
SourceMapRecord() - Constructor for class ortus.boxlang.compiler.SourceMap.SourceMapRecord
 
sourceMapRecords - Variable in class ortus.boxlang.compiler.SourceMap
 
sourceMaps - Variable in class ortus.boxlang.debugger.BoxLangDebugger
 
sourceMapsFromFQN - Static variable in class ortus.boxlang.debugger.BoxLangDebugger
 
sourceReference - Variable in class ortus.boxlang.debugger.types.Source
 
sourceText - Variable in exception class ortus.boxlang.runtime.types.exceptions.ExpressionException
 
sourceToParse - Variable in class ortus.boxlang.compiler.parser.AbstractParser
 
sourceType() - Method in record class ortus.boxlang.compiler.ClassInfo
Returns the value of the sourceType record component.
sourceType() - Method in record class ortus.boxlang.runtime.types.Property
Returns the value of the sourceType record component.
spacedDelay(long) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
 
spacedDelay(long, TimeUnit) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Run the task every custom spaced delay of execution, meaning no overlaps
SpanExcluding - Class in ortus.boxlang.runtime.bifs.global.string
 
SpanExcluding() - Constructor for class ortus.boxlang.runtime.bifs.global.string.SpanExcluding
Constructor
SpanIncluding - Class in ortus.boxlang.runtime.bifs.global.string
 
SpanIncluding() - Constructor for class ortus.boxlang.runtime.bifs.global.string.SpanIncluding
Constructor
SPECIAL_REGEX_CHARS - Static variable in class ortus.boxlang.runtime.types.util.ListUtil
 
sql - Static variable in class ortus.boxlang.runtime.scopes.Key
 
SQL - Variable in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
The SQL statement sent to the data source.
SQL_INDENTED_KEYWORDS - Static variable in class ortus.boxlang.runtime.types.util.StringUtil
 
SQL_INDENTED_KEYWORDS_REGEX - Static variable in class ortus.boxlang.runtime.types.util.StringUtil
 
SQL_KEYWORDS - Static variable in class ortus.boxlang.runtime.types.util.StringUtil
 
SQL_KEYWORDS_REGEX - Static variable in class ortus.boxlang.runtime.types.util.StringUtil
 
SQL_LOGICAL_OPERATORS - Static variable in class ortus.boxlang.runtime.types.util.StringUtil
 
SQL_LOGICAL_OPERATORS_REGEX - Static variable in class ortus.boxlang.runtime.types.util.StringUtil
 
SQL_OPERATORS - Static variable in class ortus.boxlang.runtime.types.util.StringUtil
 
SQL_OPERATORS_REGEX - Static variable in class ortus.boxlang.runtime.types.util.StringUtil
 
SQLITE - Enum constant in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
 
SqlKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
 
sqlParameters - Static variable in class ortus.boxlang.runtime.scopes.Key
 
SQLPrettify - Class in ortus.boxlang.runtime.bifs.global.string
 
SQLPrettify() - Constructor for class ortus.boxlang.runtime.bifs.global.string.SQLPrettify
Constructor
SQLState - Variable in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
SQLState associated with exception.
SQLStateKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
 
sqltype - Static variable in class ortus.boxlang.runtime.scopes.Key
 
sqlType - Variable in enum class ortus.boxlang.runtime.types.QueryColumnType
 
Sqr - Class in ortus.boxlang.runtime.bifs.global.math
 
Sqr() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Sqr
Constructor
SSN - Static variable in class ortus.boxlang.runtime.util.ValidationUtil
Regular expression Pattern to match a Social Security Number (SSN).
stackFrame() - Method in record class ortus.boxlang.debugger.BoxLangDebugger.StackFrameTuple
Returns the value of the stackFrame record component.
StackFrame - Class in ortus.boxlang.debugger.types
 
StackFrame() - Constructor for class ortus.boxlang.debugger.types.StackFrame
 
stackFrames - Variable in class ortus.boxlang.debugger.response.StackTraceResponse.StackTraceResponseBody
 
StackFrameTuple(StackFrame, Location, int, Map<LocalVariable, Value>, ThreadReference) - Constructor for record class ortus.boxlang.debugger.BoxLangDebugger.StackFrameTuple
Creates an instance of a StackFrameTuple record class.
stacktrace - Variable in class ortus.boxlang.runtime.async.tasks.TaskRecord
The stacktrace if any
stackTrace - Static variable in class ortus.boxlang.runtime.scopes.Key
 
StackTraceRequest - Class in ortus.boxlang.debugger.request
Models the command that the debug tool has finished configuration.
StackTraceRequest() - Constructor for class ortus.boxlang.debugger.request.StackTraceRequest
 
StackTraceRequest.StackTraceRequestArguments - Class in ortus.boxlang.debugger.request
The arguments of the StackTrace Request
StackTraceRequestArguments() - Constructor for class ortus.boxlang.debugger.request.StackTraceRequest.StackTraceRequestArguments
 
StackTraceResponse - Class in ortus.boxlang.debugger.response
Models a SetBreakpoint response in the DAP
StackTraceResponse() - Constructor for class ortus.boxlang.debugger.response.StackTraceResponse
 
StackTraceResponse(StackTraceRequest, List<StackFrame>) - Constructor for class ortus.boxlang.debugger.response.StackTraceResponse
Constructor
StackTraceResponse.StackTraceResponseBody - Class in ortus.boxlang.debugger.response
 
StackTraceResponseBody() - Constructor for class ortus.boxlang.debugger.response.StackTraceResponse.StackTraceResponseBody
 
Star - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
StarEqual - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxAssignmentOperator
 
start - Variable in class ortus.boxlang.debugger.request.VariablesRequest.VariablesRequestArguments
The index of the first variable to return; if omitted children start at 0.
start - Static variable in class ortus.boxlang.runtime.scopes.Key
 
start() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
This method registers the task into the executor and sends it for execution and scheduling.
start(String) - Method in class ortus.boxlang.runtime.util.Timer
Start a timer with the given label
start(IBoxContext) - Method in class ortus.boxlang.runtime.application.Application
Start the application if not already started
start(IBoxContext) - Method in class ortus.boxlang.runtime.application.Session
Start the session if not already started.
startColumn - Variable in class ortus.boxlang.compiler.parser.AbstractParser
 
startDAPServer(int) - Static method in class ortus.boxlang.debugger.DebugAdapter
 
startDebugSession() - Method in class ortus.boxlang.debugger.BoxLangRemoteDebugger
Starts the server
startDebugSession() - Method in interface ortus.boxlang.debugger.IBoxLangDebugger
 
started - Variable in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Is the scheduler started?
started() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
When the cache was started
started() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
When the cache was started
STARTED - Enum constant in enum class ortus.boxlang.debugger.BoxLangDebugger.Status
 
startedAt - Variable in class ortus.boxlang.runtime.async.tasks.BaseScheduler
When the scheduler was started
startLine - Variable in class ortus.boxlang.compiler.parser.AbstractParser
 
startOn(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set when this task should start execution on.
startOn(String, String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Set when this task should start execution on.
startOnTime(String) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Sets a daily start time restriction for this task.
startRow - Static variable in class ortus.boxlang.runtime.scopes.Key
 
startsOnEndLineOf(BoxNode) - Method in class ortus.boxlang.compiler.ast.BoxNode
Check if this node starts on the end line of another node
startStepping(int, IStepStrategy) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
startStepping(CachedThreadReference) - Method in interface ortus.boxlang.debugger.IStepStrategy
 
startStepping(CachedThreadReference) - Method in class ortus.boxlang.debugger.NextStepStrategy
 
startStepping(CachedThreadReference) - Method in class ortus.boxlang.debugger.StepInStrategy
 
startStepping(CachedThreadReference) - Method in class ortus.boxlang.debugger.StepOutStrategy
 
startThread(ThreadBoxContext, Key, String, Runnable, IStruct) - Method in class ortus.boxlang.runtime.util.RequestThreadManager
Starts a thread using the given context, name, priority, task, and attributes of execution.
startTicks - Static variable in class ortus.boxlang.runtime.scopes.Key
 
startTime - Static variable in class ortus.boxlang.runtime.scopes.Key
 
startTransaction(String, String) - Method in class ortus.boxlang.runtime.util.FRTransService
 
startup() - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Startup this scheduler and all of it's scheduled tasks
startup() - Method in interface ortus.boxlang.runtime.async.tasks.IScheduler
Startup this scheduler and all of it's scheduled tasks
startup() - Method in interface ortus.boxlang.runtime.context.IBoxContext
This is an optional method on contexts which require startup outside of its constructor
startup() - Method in class ortus.boxlang.runtime.context.RuntimeBoxContext
This is an optional method on contexts which require initialization outside of its constructor In this case we do, since we want modules to collaborate to the runtime context
startupClassLoaderPaths(ApplicationBoxContext) - Method in class ortus.boxlang.runtime.application.Application
Startup the class loader paths from the this.javaSettings.loadPaths
startupSchedulers() - Method in class ortus.boxlang.runtime.services.SchedulerService
Startup all the registered schedulers This is called by the runtime when it starts up
state - Static variable in class ortus.boxlang.runtime.scopes.Key
 
states - Static variable in class ortus.boxlang.runtime.scopes.Key
 
STATIC - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxMethodDeclarationModifier
 
staticBoxClass - Variable in class ortus.boxlang.runtime.context.StaticClassBoxContext
The class in which this function is executing, if any
StaticClassBoxContext - Class in ortus.boxlang.runtime.context
This context represents the static constructor of a box class
StaticClassBoxContext(IBoxContext, DynamicObject, StaticScope) - Constructor for class ortus.boxlang.runtime.context.StaticClassBoxContext
Creates a new execution context with a bounded function instance and parent context
staticScope - Variable in class ortus.boxlang.runtime.context.ClassBoxContext
The static scope
staticScope - Variable in class ortus.boxlang.runtime.context.InterfaceBoxContext
 
staticScope - Variable in class ortus.boxlang.runtime.context.StaticClassBoxContext
The static scope
StaticScope - Class in ortus.boxlang.runtime.scopes
I'm the static scope in a class
StaticScope() - Constructor for class ortus.boxlang.runtime.scopes.StaticScope
-------------------------------------------------------------------------- Constructors --------------------------------------------------------------------------
StaticScope(BoxInterface) - Constructor for class ortus.boxlang.runtime.scopes.StaticScope
 
stats - Variable in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
The ICacheStats object for this cache provider
status - Static variable in class ortus.boxlang.runtime.scopes.Key
 
status - Variable in class ortus.boxlang.runtime.types.File
 
status_code - Static variable in class ortus.boxlang.runtime.scopes.Key
 
status_text - Static variable in class ortus.boxlang.runtime.scopes.Key
 
statusCode - Static variable in class ortus.boxlang.runtime.scopes.Key
 
statusText - Static variable in class ortus.boxlang.runtime.scopes.Key
 
StepInRequest - Class in ortus.boxlang.debugger.request
Models the command to initialize a debug session.
StepInRequest() - Constructor for class ortus.boxlang.debugger.request.StepInRequest
 
StepInRequest.StepInRequestArguments - Class in ortus.boxlang.debugger.request
 
StepInRequestArguments() - Constructor for class ortus.boxlang.debugger.request.StepInRequest.StepInRequestArguments
 
StepInStrategy - Class in ortus.boxlang.debugger
 
StepInStrategy() - Constructor for class ortus.boxlang.debugger.StepInStrategy
 
StepOutRequest - Class in ortus.boxlang.debugger.request
Models the command to initialize a debug session.
StepOutRequest() - Constructor for class ortus.boxlang.debugger.request.StepOutRequest
 
StepOutRequest.StepOutRequestArguments - Class in ortus.boxlang.debugger.request
 
StepOutRequestArguments() - Constructor for class ortus.boxlang.debugger.request.StepOutRequest.StepOutRequestArguments
 
StepOutStrategy - Class in ortus.boxlang.debugger
 
StepOutStrategy() - Constructor for class ortus.boxlang.debugger.StepOutStrategy
 
stop(String) - Method in class ortus.boxlang.runtime.util.Timer
Stop the timer with the given label and return the elapsed time in the default of milliseconds
stop(String, Timer.TimeUnit) - Method in class ortus.boxlang.runtime.util.Timer
Stop the timer with the given label and return the elapsed time in the given time unit
stopAndGet(String, Timer.TimeUnit) - Method in class ortus.boxlang.runtime.util.Timer
Returns a time in the specified time unit
stopAndGetMillis(String) - Method in class ortus.boxlang.runtime.util.Timer
Stop the timer with the given label and return the elapsed time in milliseconds
stopAndGetNanos(String) - Method in class ortus.boxlang.runtime.util.Timer
Stop the timer with the given label and return the elapsed time in nanoseconds
stopAndGetSeconds(String) - Method in class ortus.boxlang.runtime.util.Timer
Stop the timer with the given label and return the elapsed time in seconds
stopAndPrint(String) - Method in class ortus.boxlang.runtime.util.Timer
Stop the timer with the given label, print the elapsed time in the default of milliseconds
stopAndPrint(String, Timer.TimeUnit) - Method in class ortus.boxlang.runtime.util.Timer
Stop the timer with the given label, print the elapsed time in the default of milliseconds
STOPPED - Enum constant in enum class ortus.boxlang.debugger.BoxLangDebugger.Status
 
StoppedBody() - Constructor for class ortus.boxlang.debugger.event.StoppedEvent.StoppedBody
 
StoppedEvent - Class in ortus.boxlang.debugger.event
Models the Stopped event for the Debug Protocol
StoppedEvent() - Constructor for class ortus.boxlang.debugger.event.StoppedEvent
 
StoppedEvent(String, int) - Constructor for class ortus.boxlang.debugger.event.StoppedEvent
Constructor
StoppedEvent(String, int, int[]) - Constructor for class ortus.boxlang.debugger.event.StoppedEvent
Constructor
StoppedEvent(String, int, String, String) - Constructor for class ortus.boxlang.debugger.event.StoppedEvent
Constructor
StoppedEvent.StoppedBody - Class in ortus.boxlang.debugger.event
 
storedproc - Static variable in class ortus.boxlang.runtime.scopes.Key
 
StoredProc - Class in ortus.boxlang.runtime.components.jdbc
 
StoredProc() - Constructor for class ortus.boxlang.runtime.components.jdbc.StoredProc
Constructor
stream - Static variable in class ortus.boxlang.runtime.scopes.Key
 
stream() - Method in class ortus.boxlang.runtime.dynamic.Attempt
If a value is present, returns a sequential Stream containing only that value, otherwise returns an empty Stream.
stream() - Method in class ortus.boxlang.runtime.types.Array
Returns a stream of the array
STREAM - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
strict - Static variable in class ortus.boxlang.runtime.scopes.Key
 
strictMapping - Static variable in class ortus.boxlang.runtime.scopes.Key
 
string - Static variable in class ortus.boxlang.runtime.scopes.Key
 
String - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxType
 
STRING - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
STRING - Static variable in record class ortus.boxlang.runtime.types.Argument
 
string_or_object - Static variable in class ortus.boxlang.runtime.scopes.Key
 
string1 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
string2 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
StringBind - Class in ortus.boxlang.runtime.bifs.global.string
 
StringBind() - Constructor for class ortus.boxlang.runtime.bifs.global.string.StringBind
Constructor
StringCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to a string
StringCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.StringCaster
 
StringCompare - Class in ortus.boxlang.runtime.operators
Operator to compare two strings and bypass any additional cast attempts
StringCompare() - Constructor for class ortus.boxlang.runtime.operators.StringCompare
 
StringEach - Class in ortus.boxlang.runtime.bifs.global.string
 
StringEach() - Constructor for class ortus.boxlang.runtime.bifs.global.string.StringEach
Constructor
StringEvery - Class in ortus.boxlang.runtime.bifs.global.string
 
StringEvery() - Constructor for class ortus.boxlang.runtime.bifs.global.string.StringEvery
Constructor
StringFilter - Class in ortus.boxlang.runtime.bifs.global.string
 
StringFilter() - Constructor for class ortus.boxlang.runtime.bifs.global.string.StringFilter
Constructor
StringMap - Class in ortus.boxlang.runtime.bifs.global.string
 
StringMap() - Constructor for class ortus.boxlang.runtime.bifs.global.string.StringMap
Constructor
StringReduce - Class in ortus.boxlang.runtime.bifs.global.string
 
StringReduce() - Constructor for class ortus.boxlang.runtime.bifs.global.string.StringReduce
Constructor
StringReduceRight - Class in ortus.boxlang.runtime.bifs.global.string
 
StringReduceRight() - Constructor for class ortus.boxlang.runtime.bifs.global.string.StringReduceRight
Constructor
StringSome - Class in ortus.boxlang.runtime.bifs.global.string
 
StringSome() - Constructor for class ortus.boxlang.runtime.bifs.global.string.StringSome
Constructor
StringSort - Class in ortus.boxlang.runtime.bifs.global.string
 
StringSort() - Constructor for class ortus.boxlang.runtime.bifs.global.string.StringSort
Constructor
StringUtil - Class in ortus.boxlang.runtime.types.util
A collection of string utility functions
StringUtil() - Constructor for class ortus.boxlang.runtime.types.util.StringUtil
 
strip - Static variable in class ortus.boxlang.runtime.scopes.Key
 
StripCR - Class in ortus.boxlang.runtime.bifs.global.string
 
StripCR() - Constructor for class ortus.boxlang.runtime.bifs.global.string.StripCR
Constructor
stripWhitespace - Static variable in class ortus.boxlang.runtime.scopes.Key
 
struct - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Struct - Class in ortus.boxlang.runtime.types
This type provides the core map class for Boxlang.
Struct - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxType
 
Struct() - Constructor for class ortus.boxlang.runtime.types.Struct
Create a default struct
Struct(Comparator<Key>) - Constructor for class ortus.boxlang.runtime.types.Struct
Create a sorted struct with the passed object
Struct(Map<? extends Object, ? extends Object>) - Constructor for class ortus.boxlang.runtime.types.Struct
Construct a struct from the keys/values in your map.
Struct(Map<Key, Object>, IStruct.TYPES) - Constructor for class ortus.boxlang.runtime.types.Struct
Construct a struct from a map.
Struct(IStruct.TYPES) - Constructor for class ortus.boxlang.runtime.types.Struct
Constructor
Struct(IStruct.TYPES, Map<? extends Object, ? extends Object>) - Constructor for class ortus.boxlang.runtime.types.Struct
Construct a struct of a specific type from an existing map
STRUCT - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
STRUCT - Static variable in record class ortus.boxlang.runtime.types.Argument
 
STRUCT_LOOSE - Static variable in record class ortus.boxlang.runtime.types.Argument
 
struct1 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
struct2 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
StructAppend - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructAppend() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructAppend
Constructor
StructCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to a Struct
StructCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.StructCaster
 
StructCasterLoose - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to a Struct, except I'll also cast any Java classes which are not a built in datatype into a struct, using the public fields as the keys and the values as the values.
StructCasterLoose() - Constructor for class ortus.boxlang.runtime.dynamic.casters.StructCasterLoose
 
StructClear - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructClear() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructClear
Constructor
StructCopy - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructCopy() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructCopy
Constructor
StructDelete - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructDelete() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructDelete
Constructor
StructDeserializer - Class in ortus.boxlang.runtime.util.conversion.deserializers
 
StructDeserializer() - Constructor for class ortus.boxlang.runtime.util.conversion.deserializers.StructDeserializer
Constructor
StructEach - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructEach() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructEach
Constructor
StructEquals - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructEquals() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructEquals
Constructor
StructEvery - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructEvery() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructEvery
Constructor
StructFilter - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructFilter() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructFilter
Constructor
StructFind - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructFind() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructFind
Constructor
StructFindKey - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructFindKey() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructFindKey
Constructor
StructFindValue - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructFindValue() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructFindValue
Constructor
StructGet - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructGet() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructGet
Constructor
StructGetMetadata - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructGetMetadata() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructGetMetadata
Constructor
StructInsert - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructInsert() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructInsert
Constructor
StructIsCaseSensitive - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructIsCaseSensitive() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructIsCaseSensitive
Constructor
StructIsOrdered - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructIsOrdered() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructIsOrdered
Constructor
StructKeyArray - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructKeyArray() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructKeyArray
Constructor
StructKeyExists - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructKeyExists() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructKeyExists
Constructor
StructKeyList - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructKeyList() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructKeyList
Constructor
StructKeyTranslate - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructKeyTranslate() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructKeyTranslate
Constructor
StructMap - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructMap() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructMap
Constructor
StructMeta - Class in ortus.boxlang.runtime.types.meta
This class represents BoxLang metadata for a Struct
StructMeta(IStruct) - Constructor for class ortus.boxlang.runtime.types.meta.StructMeta
Constructor
StructNew - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructNew() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructNew
Constructor
StructReduce - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructReduce() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructReduce
Constructor
StructSome - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructSome() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructSome
Constructor
StructSort - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructSort() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructSort
Constructor
StructToQueryString - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructToQueryString() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructToQueryString
Constructor
StructToSorted - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructToSorted() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructToSorted
Constructor
StructUpdate - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructUpdate() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructUpdate
Constructor
structure - Static variable in class ortus.boxlang.runtime.scopes.Key
 
StructUtil - Class in ortus.boxlang.runtime.types.util
 
StructUtil() - Constructor for class ortus.boxlang.runtime.types.util.StructUtil
 
StructValueArray - Class in ortus.boxlang.runtime.bifs.global.struct
 
StructValueArray() - Constructor for class ortus.boxlang.runtime.bifs.global.struct.StructValueArray
Constructor
subList(int, int) - Method in class ortus.boxlang.runtime.types.Array
 
submit(Runnable) - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Submit proxy to the executor
submit(Callable<?>) - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Submit proxy to the executor
submitAndGet(Runnable) - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Method to submit a runnable to the executor and return the result
submitAndGet(Callable<? extends Object>) - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Method to submit a Callable to the executor and return the result
submitAndGet(ForkJoinTask<? extends Object>) - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Method to submit a Callable to the executor and return the result
subParser - Variable in class ortus.boxlang.compiler.parser.AbstractParser
Flag to indicate if the parser is parsing the outermost source or just being used to parse a portion of the code.
substring - Static variable in class ortus.boxlang.runtime.scopes.Key
 
substring1 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
substringMatch - Static variable in class ortus.boxlang.runtime.scopes.Key
 
success - Variable in class ortus.boxlang.debugger.response.AbstractResponse
 
suffix - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Supplier<T> - Class in ortus.boxlang.runtime.interop.proxies
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/util/function/Supplier.html
Supplier(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.Supplier
 
supportsBreakpointLocationsRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `breakpointLocations` request.
supportsCancelRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `cancel` request.
supportsClipboardContext - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `clipboard` context value in the `evaluate` request.
supportsCompletionsRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `completions` request.
supportsConditionalBreakpoints - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports conditional breakpoints.
supportsConfigurationDoneRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `configurationDone` request.
supportsDataBreakpoints - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports data breakpoints.
supportsDelayedStackTraceLoading - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the delayed loading of parts of the stack, which requires that both the `startFrame` and `levels` arguments and the `totalFrames` result of the `stackTrace` request are supported.
supportsDisassembleRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `disassemble` request.
supportsEvaluateForHovers - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports a (side effect free) `evaluate` request for data hovers.
supportsExceptionFilterOptions - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports `filterOptions` as an argument on the `setExceptionBreakpoints` request.
supportsExceptionInfoRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `exceptionInfo` request.
supportsExceptionOptions - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports `exceptionOptions` on the `setExceptionBreakpoints` request.
supportsFunctionBreakpoints - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports function breakpoints.
supportsGotoTargetsRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `gotoTargets` request.
supportsHitConditionalBreakpoints - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports breakpoints that break execution after a specified number of hits.
supportsInstructionBreakpoints - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports adding breakpoints based on instruction references.
supportsLoadedSourcesRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `loadedSources` request.
supportsLogPoints - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports log points by interpreting the `logMessage` attribute of the `SourceBreakpoint`.
supportsModulesRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `modules` request.
supportsReadMemoryRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `readMemory` request.
supportsRestartFrame - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports restarting a frame.
supportsRestartRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `restart` request.
supportsSetExpression - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `setExpression` request.
supportsSetVariable - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports setting a variable to a value.
supportsSingleThreadExecutionRequests - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `singleThread` property on the execution requests (`continue`, `next`, `stepIn`, `stepOut`, `reverseContinue`, `stepBack`).
supportsStepBack - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports stepping back via the `stepBack` and `reverseContinue` requests.
supportsStepInTargetsRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `stepInTargets` request.
supportsSteppingGranularity - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports stepping granularities (argument `granularity`) for the stepping requests.
supportsTerminateRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `terminate` request.
supportsTerminateThreadsRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `terminateThreads` request.
supportSuspendDebuggee - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `suspendDebuggee` attribute on the `disconnect` request.
supportsValueFormattingOptions - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports a `format` attribute on the `stackTrace`, `variables`, and `evaluate` requests.
supportsWriteMemoryRequest - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `writeMemory` request.
supportTerminateDebuggee - Variable in class ortus.boxlang.debugger.response.InitializeResponse.Capabilities
The debug adapter supports the `terminateDebuggee` attribute on the `disconnect` request.
suppressWhiteSpace - Static variable in class ortus.boxlang.runtime.scopes.Key
 
swapRow(int, int) - Method in class ortus.boxlang.runtime.types.Query
Swap a row with another row in the query
SYBASE - Enum constant in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
 
system - Static variable in class ortus.boxlang.runtime.scopes.Key
 
systemExecute - Static variable in class ortus.boxlang.runtime.scopes.Key
 
SystemExecute - Class in ortus.boxlang.runtime.bifs.global.system
 
SystemExecute() - Constructor for class ortus.boxlang.runtime.bifs.global.system.SystemExecute
Constructor
SystemOutput - Class in ortus.boxlang.runtime.bifs.global.system
 
SystemOutput() - Constructor for class ortus.boxlang.runtime.bifs.global.system.SystemOutput
Constructor

T

TAB - Static variable in class ortus.boxlang.runtime.types.util.StringUtil
 
table - Static variable in class ortus.boxlang.runtime.scopes.Key
 
tagContext - Static variable in class ortus.boxlang.runtime.scopes.Key
 
tagContextKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
 
Tan - Class in ortus.boxlang.runtime.bifs.global.math
 
Tan() - Constructor for class ortus.boxlang.runtime.bifs.global.math.Tan
Constructor
target - Variable in class ortus.boxlang.runtime.interop.proxies.BaseProxy
The target function or box class that this proxy is wrapping.
target - Static variable in class ortus.boxlang.runtime.scopes.Key
 
targetModule() - Method in record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Returns the value of the targetModule record component.
task - Variable in class ortus.boxlang.runtime.async.tasks.TaskRecord
The task object
task(String) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Register a new task in this scheduler that will be executed once the `startup()` is fired or manually via the run() method of the task.
task(String, String) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Register a new task in this scheduler that will be executed once the `startup()` is fired or manually via the run() method of the task.
TaskRecord - Class in ortus.boxlang.runtime.async.tasks
The task record holds all the information of a living task in the scheduler.
TaskRecord(String, String, ScheduledTask) - Constructor for class ortus.boxlang.runtime.async.tasks.TaskRecord
Construct the record
tasks - Variable in class ortus.boxlang.runtime.async.tasks.BaseScheduler
An ordered struct of all the tasks this scheduler manages
TELEPHONE - Static variable in class ortus.boxlang.runtime.util.ValidationUtil
Regular expression Pattern to match a North American Numbering Plan (NANP) telephone number.
template - Static variable in class ortus.boxlang.runtime.scopes.Key
 
templatePath() - Method in record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Returns the value of the templatePath record component.
templates - Variable in class ortus.boxlang.runtime.context.BaseBoxContext
A way to discover the current executing template.
TEqual - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxComparisonOperator
 
terminate - Static variable in class ortus.boxlang.runtime.scopes.Key
 
terminate() - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
terminate(BoxLangDebugger) - Method in class ortus.boxlang.debugger.AttachStrategy
 
terminate(BoxLangDebugger) - Method in class ortus.boxlang.debugger.InlineStrategy
 
terminate(BoxLangDebugger) - Method in class ortus.boxlang.debugger.InlineWebServerInitializationStrategy
 
terminate(BoxLangDebugger) - Method in interface ortus.boxlang.debugger.IVMInitializationStrategy
 
terminated - Static variable in class ortus.boxlang.runtime.scopes.Key
 
TerminatedBody() - Constructor for class ortus.boxlang.debugger.event.TerminatedEvent.TerminatedBody
 
TerminatedEvent - Class in ortus.boxlang.debugger.event
Models the Exit event for the Debug Protocol
TerminatedEvent() - Constructor for class ortus.boxlang.debugger.event.TerminatedEvent
Constructor
TerminatedEvent.TerminatedBody - Class in ortus.boxlang.debugger.event
 
terminateOnTimeout - Static variable in class ortus.boxlang.runtime.scopes.Key
 
TerminateRequest - Class in ortus.boxlang.debugger.request
Models the command to initialize a debug session.
TerminateRequest() - Constructor for class ortus.boxlang.debugger.request.TerminateRequest
 
TerminateRequest.TerminateRequestArguments - Class in ortus.boxlang.debugger.request
 
TerminateRequestArguments() - Constructor for class ortus.boxlang.debugger.request.TerminateRequest.TerminateRequestArguments
 
terminateThread(Key) - Method in class ortus.boxlang.runtime.util.RequestThreadManager
This method is used to terminate a thread.
Ternary - Class in ortus.boxlang.runtime.operators
Performs logical ternary operator condition ? ifTrue : ifFalse
Ternary() - Constructor for class ortus.boxlang.runtime.operators.Ternary
 
test(Key) - Method in class ortus.boxlang.runtime.cache.filters.RegexFilter
Apply the regex to the key
test(Key) - Method in class ortus.boxlang.runtime.cache.filters.WildcardFilter
Apply the regex to the key
test(T) - Method in class ortus.boxlang.runtime.interop.proxies.Predicate
 
text - Variable in class ortus.boxlang.debugger.event.StoppedEvent.StoppedBody
 
text - Static variable in class ortus.boxlang.runtime.scopes.Key
 
TEXT_MIME_PREFIXES - Static variable in class ortus.boxlang.runtime.util.FileSystemUtil
MimeType prefixes which denote text files - e.g.
TEXT_MIME_SUFFIXES - Static variable in class ortus.boxlang.runtime.util.FileSystemUtil
MimeType suffixes which denote files which should be treated as text - e.g.
textQualifier - Static variable in class ortus.boxlang.runtime.scopes.Key
 
then(Function<T, U>) - Method in class ortus.boxlang.runtime.async.BoxFuture
Alias to thenApply for fluency
then(Function<T, U>, Executor) - Method in class ortus.boxlang.runtime.async.BoxFuture
Alias to thenApply for fluency
thenAsync(Function<T, U>) - Method in class ortus.boxlang.runtime.async.BoxFuture
Alias to thenApplyAsync for fluency
thenAsync(Function<T, U>, Executor) - Method in class ortus.boxlang.runtime.async.BoxFuture
Alias to thenApplyAsync for fluency
thisClass - Variable in class ortus.boxlang.runtime.context.ClassBoxContext
The local scope
thisInterface - Variable in class ortus.boxlang.runtime.context.InterfaceBoxContext
The interface instance
thisScope - Variable in class ortus.boxlang.runtime.context.ClassBoxContext
The local scope
thisScope - Variable in class ortus.boxlang.runtime.context.CustomTagBoxContext
The this scope, if any
thisScope - Variable in class ortus.boxlang.runtime.context.ThreadBoxContext
The parent's this scope
ThisScope - Class in ortus.boxlang.runtime.scopes
represents boxlang this scope container
ThisScope() - Constructor for class ortus.boxlang.runtime.scopes.ThisScope
-------------------------------------------------------------------------- Constructors --------------------------------------------------------------------------
thisTag - Static variable in class ortus.boxlang.runtime.scopes.Key
 
thread - Variable in class ortus.boxlang.runtime.context.ThreadBoxContext
The Thread
thread - Static variable in class ortus.boxlang.runtime.scopes.Key
 
thread() - Method in record class ortus.boxlang.debugger.BoxLangDebugger.StackFrameTuple
Returns the value of the thread record component.
thread() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Returns the value of the thread record component.
Thread - Class in ortus.boxlang.debugger.types
Models the Thread type of the DAP
Thread - Class in ortus.boxlang.runtime.components.async
 
Thread() - Constructor for class ortus.boxlang.debugger.types.Thread
 
Thread() - Constructor for class ortus.boxlang.runtime.components.async.Thread
Constructor
ThreadBody() - Constructor for class ortus.boxlang.debugger.event.ThreadEvent.ThreadBody
 
ThreadBoxContext - Class in ortus.boxlang.runtime.context
This context represents the context of any function execution in BoxLang It encapsulates the arguments scope and local scope and has a reference to the function being invoked.
ThreadBoxContext(IBoxContext, RequestThreadManager, Key) - Constructor for class ortus.boxlang.runtime.context.ThreadBoxContext
Creates a new execution context with a bounded function instance and parent context
ThreadEvent - Class in ortus.boxlang.debugger.event
Models the Exit event for the Debug Protocol
ThreadEvent(String, int) - Constructor for class ortus.boxlang.debugger.event.ThreadEvent
Constructor
ThreadEvent.ThreadBody - Class in ortus.boxlang.debugger.event
 
threadId - Variable in class ortus.boxlang.debugger.event.StoppedEvent.StoppedBody
 
threadId - Variable in class ortus.boxlang.debugger.event.ThreadEvent.ThreadBody
 
threadId - Variable in class ortus.boxlang.debugger.request.ContinueRequest.ContinueRequestArguments
 
threadId - Variable in class ortus.boxlang.debugger.request.NextRequest.NextRequestArguments
 
threadId - Variable in class ortus.boxlang.debugger.request.PauseRequest.PauseRequestArguments
 
threadId - Variable in class ortus.boxlang.debugger.request.StackTraceRequest.StackTraceRequestArguments
 
threadId - Variable in class ortus.boxlang.debugger.request.StepInRequest.StepInRequestArguments
 
threadId - Variable in class ortus.boxlang.debugger.request.StepOutRequest.StepOutRequestArguments
 
ThreadJoin - Class in ortus.boxlang.runtime.bifs.global.async
 
ThreadJoin() - Constructor for class ortus.boxlang.runtime.bifs.global.async.ThreadJoin
Constructor
threadManager - Variable in class ortus.boxlang.runtime.interop.proxies.BaseProxy
The thread manager for this proxy.
threadName - Variable in class ortus.boxlang.runtime.context.ThreadBoxContext
The BoxLang name of the thread as registered in the thread manager.
threadName - Static variable in class ortus.boxlang.runtime.scopes.Key
 
ThreadNew - Class in ortus.boxlang.runtime.bifs.global.async
 
ThreadNew() - Constructor for class ortus.boxlang.runtime.bifs.global.async.ThreadNew
Constructor
threadReference - Variable in class ortus.boxlang.debugger.CachedThreadReference
 
threads - Variable in class ortus.boxlang.debugger.response.ThreadsResponse.ThreadsResponseBody
 
threads - Variable in class ortus.boxlang.runtime.util.RequestThreadManager
The threads we are managing will be stored here alongside a structure of data: - context : ThreadBoxContext - startTicks : When the thread started - name : The thread name - metadata : A struct of metadata about the thread
threadScope - Variable in class ortus.boxlang.runtime.util.RequestThreadManager
The thread scope for the request
ThreadScope - Class in ortus.boxlang.runtime.scopes
Thread scope implementation in BoxLang.
ThreadScope() - Constructor for class ortus.boxlang.runtime.scopes.ThreadScope
-------------------------------------------------------------------------- Constructors --------------------------------------------------------------------------
ThreadsRequest - Class in ortus.boxlang.debugger.request
Models the command that the debug tool has finished configuration.
ThreadsRequest() - Constructor for class ortus.boxlang.debugger.request.ThreadsRequest
 
ThreadsResponse - Class in ortus.boxlang.debugger.response
Models a SetBreakpoint response in the DAP
ThreadsResponse() - Constructor for class ortus.boxlang.debugger.response.ThreadsResponse
 
ThreadsResponse(ThreadsRequest, List<Thread>) - Constructor for class ortus.boxlang.debugger.response.ThreadsResponse
Constructor
ThreadsResponse.ThreadsResponseBody - Class in ortus.boxlang.debugger.response
 
ThreadsResponseBody() - Constructor for class ortus.boxlang.debugger.response.ThreadsResponse.ThreadsResponseBody
 
ThreadTerminate - Class in ortus.boxlang.runtime.bifs.global.async
 
ThreadTerminate() - Constructor for class ortus.boxlang.runtime.bifs.global.async.ThreadTerminate
Constructor
Throw - Class in ortus.boxlang.runtime.bifs.global.system
 
Throw - Class in ortus.boxlang.runtime.components.system
 
Throw() - Constructor for class ortus.boxlang.runtime.bifs.global.system.Throw
Constructor
Throw() - Constructor for class ortus.boxlang.runtime.components.system.Throw
-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
throwableToStruct(Throwable) - Static method in class ortus.boxlang.runtime.types.exceptions.ExceptionUtil
 
throwException(Object) - Static method in class ortus.boxlang.runtime.types.exceptions.ExceptionUtil
Throws a BoxLang exception or a passed in exception
throwOnError - Static variable in class ortus.boxlang.runtime.scopes.Key
 
throwOnTimeout - Static variable in class ortus.boxlang.runtime.scopes.Key
 
throwOnUnregisteredCommand - Variable in class ortus.boxlang.debugger.AdapterProtocolMessageReader
 
time - Static variable in class ortus.boxlang.runtime.scopes.Key
 
TIME - Enum constant in enum class ortus.boxlang.runtime.types.QueryColumnType
 
timeAndPrint(Runnable) - Static method in class ortus.boxlang.runtime.util.Timer
Time the given runnable lambda, print the elapsed time in the default of milliseconds to the console, and return the elapsed time in the given time unit as long
timeAndPrint(Runnable, String) - Static method in class ortus.boxlang.runtime.util.Timer
Time the given runnable lambda, print the elapsed time in the default of milliseconds to the console, and return the elapsed time in the given time unit as long
timeAndPrint(Runnable, String, Timer.TimeUnit) - Static method in class ortus.boxlang.runtime.util.Timer
Time the given runnable lambda, print the elapsed time in the given time unit to the console, and return the elapsed time in the given time unit as long
TimeCaster - Class in ortus.boxlang.runtime.dynamic.casters
I cast to Time objects
TimeCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.TimeCaster
 
timeCreated - Static variable in class ortus.boxlang.runtime.scopes.Key
 
timeFormat - Static variable in class ortus.boxlang.runtime.scopes.Key
 
timeIt(Runnable) - Method in class ortus.boxlang.runtime.util.Timer
Time the given runnable lambda and return the elapsed time in milliseconds
timeIt(Runnable, String) - Method in class ortus.boxlang.runtime.util.Timer
Time the given runnable lambda and return the elapsed time in milliseconds
timeIt(Runnable, Timer.TimeUnit) - Method in class ortus.boxlang.runtime.util.Timer
Time the given runnable lambda and return the elapsed time in the given time unit
timeItRaw(Runnable, Timer.TimeUnit) - Method in class ortus.boxlang.runtime.util.Timer
Time the given runnable lambda and return the elapsed time in the given time unit
timeout - Static variable in class ortus.boxlang.runtime.scopes.Key
 
timeout() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
 
timeout() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
The timeout of this cache entry in seconds
Timer - Class in ortus.boxlang.runtime.components.debug
 
Timer - Class in ortus.boxlang.runtime.util
This class is a utility for timing operations.
Timer() - Constructor for class ortus.boxlang.runtime.components.debug.Timer
Constructor
Timer() - Constructor for class ortus.boxlang.runtime.util.Timer
Create a new timer instance with auto remove timers set to true
Timer(boolean) - Constructor for class ortus.boxlang.runtime.util.Timer
Create a new timer instance
Timer.TimeUnit - Enum Class in ortus.boxlang.runtime.util
The time units it supports
timerUtil - Static variable in class ortus.boxlang.runtime.BoxRuntime
The timer utility class
timerUtil - Static variable in class ortus.boxlang.runtime.services.BaseService
The timer utility class
timespan - Static variable in class ortus.boxlang.runtime.scopes.Key
 
timespanToDuration(String) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Transforms a timespan string into a Java Duration object
TIMESTAMP - Enum constant in enum class ortus.boxlang.runtime.types.QueryColumnType
 
TimeUnits - Class in ortus.boxlang.runtime.bifs.global.temporal
 
TimeUnits() - Constructor for class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits
Constructor
TimeUnits.BIFMethods - Class in ortus.boxlang.runtime.bifs.global.temporal
 
timeUnitToSeconds(long, TimeUnit) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Transforms the incoming value in the specified time unit to seconds
timezone - Variable in class ortus.boxlang.runtime.async.tasks.BaseScheduler
The timezone for the scheduler and the tasks it creates and manages
timezone - Variable in class ortus.boxlang.runtime.config.Configuration
The Timezone to use for the runtime; Uses the Java Timezone format: America/New_York Uses the default system timezone if not set
timezone - Static variable in class ortus.boxlang.runtime.scopes.Key
 
timeZone - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
TIMING_FORMAT - Static variable in class ortus.boxlang.runtime.util.Timer
The default timing format
to - Static variable in class ortus.boxlang.runtime.scopes.Key
 
toArray() - Static method in enum class ortus.boxlang.runtime.events.BoxEvent
Returns an array of all the event keys.
toArray() - Static method in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
Returns an array of all the driver types
toArray() - Method in class ortus.boxlang.runtime.types.Array
 
toArray() - Method in class ortus.boxlang.runtime.types.Query
 
toArray() - Static method in class ortus.boxlang.runtime.types.util.BLCollector
Returns a Collector that collects the input elements into an Array
toArray(T[]) - Method in class ortus.boxlang.runtime.types.Array
 
toArray(T[]) - Method in class ortus.boxlang.runtime.types.Query
 
toAst(File, BoxScriptGrammar.ClassOrInterfaceContext) - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
 
toAst(File, BoxScriptGrammar.ScriptContext, Token) - Method in class ortus.boxlang.compiler.parser.BoxScriptParser
 
toAst(File, BoxTemplateGrammar.TemplateContext) - Method in class ortus.boxlang.compiler.parser.BoxTemplateParser
 
toAst(File, CFScriptGrammar.ClassOrInterfaceContext) - Method in class ortus.boxlang.compiler.parser.CFScriptParser
 
toAst(File, CFScriptGrammar.ScriptContext, Token) - Method in class ortus.boxlang.compiler.parser.CFScriptParser
 
toAst(File, CFTemplateGrammar.TemplateContext) - Method in class ortus.boxlang.compiler.parser.CFTemplateParser
 
ToBase64 - Class in ortus.boxlang.runtime.bifs.global.conversion
 
ToBase64() - Constructor for class ortus.boxlang.runtime.bifs.global.conversion.ToBase64
Constructor
toBe(Object) - Method in class ortus.boxlang.runtime.dynamic.Attempt
Stores a value to explicitly match against
toBeBetween(Double, Double) - Method in class ortus.boxlang.runtime.dynamic.Attempt
Validates the attempt to be between a range of numbers This assumes the value is a number or castable to a number The range is inclusive If the value is null, it is not valid
toBeType(String) - Method in class ortus.boxlang.runtime.dynamic.Attempt
Validates the attempt to be a specific BoxLang type that you can pass to the isValid function.
ToBinary - Class in ortus.boxlang.runtime.bifs.global.conversion
 
ToBinary() - Constructor for class ortus.boxlang.runtime.bifs.global.conversion.ToBinary
Constructor
ToBXArray - Class in ortus.boxlang.runtime.bifs.global.stream
 
ToBXArray() - Constructor for class ortus.boxlang.runtime.bifs.global.stream.ToBXArray
Constructor
ToBXList - Class in ortus.boxlang.runtime.bifs.global.stream
 
ToBXList() - Constructor for class ortus.boxlang.runtime.bifs.global.stream.ToBXList
Constructor
ToBXQuery - Class in ortus.boxlang.runtime.bifs.global.stream
 
ToBXQuery() - Constructor for class ortus.boxlang.runtime.bifs.global.stream.ToBXQuery
Constructor
ToBXStruct - Class in ortus.boxlang.runtime.bifs.global.stream
 
ToBXStruct() - Constructor for class ortus.boxlang.runtime.bifs.global.stream.ToBXStruct
Constructor
toCSV() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.AggregateFeatureUsed
 
toCSV() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureUsed
 
ToDoubleFunction<T> - Class in ortus.boxlang.runtime.interop.proxies
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/util/function/ToDoubleFunction.html
ToDoubleFunction(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.ToDoubleFunction
 
toEpoch() - Method in class ortus.boxlang.runtime.types.DateTime
Returns this date time in epoch time ( seconds )
toEpochMillis() - Method in class ortus.boxlang.runtime.types.DateTime
Returns this date time in epoch milliseconds
toEpochSecond() - Method in class ortus.boxlang.runtime.types.DateTime
 
toFlatMap(IStruct) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Flattens a struct in to a struct containing dot-delmited keys for nested structs
toHikariConfig() - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Build a HikariConfig object from the datasource properties configuration.
toImmutable() - Method in class ortus.boxlang.runtime.types.Array
Make immutable
toImmutable() - Method in class ortus.boxlang.runtime.types.Struct
Helper to make the struct immutable
ToImmutable - Class in ortus.boxlang.runtime.bifs.global.conversion
 
ToImmutable() - Constructor for class ortus.boxlang.runtime.bifs.global.conversion.ToImmutable
Constructor
toInstant() - Method in class ortus.boxlang.runtime.types.DateTime
 
toInstant(Object) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Convert any legacy java.util.Date or string date/time object to a Java instant temporal object
ToIntFunction<T> - Class in ortus.boxlang.runtime.interop.proxies
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/util/function/ToIntFunction.html
ToIntFunction(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.ToIntFunction
 
toISOString() - Method in class ortus.boxlang.runtime.types.DateTime
Returns the date time representation as a string in the specified format mask
toJSON - Static variable in class ortus.boxlang.runtime.scopes.Key
 
toJSON() - Method in class ortus.boxlang.compiler.ast.BoxNode
 
toJSON() - Method in interface ortus.boxlang.debugger.ISendable
Serialize the instance to JSON
toJSON() - Method in class ortus.boxlang.debugger.response.AbstractResponse
Serialize the instance to JSON
token - Static variable in class ortus.boxlang.runtime.scopes.Key
 
toList() - Method in class ortus.boxlang.runtime.types.Array
 
toLocalDate() - Method in class ortus.boxlang.runtime.types.DateTime
 
toLocalDate(Object) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Convert any legacy java.util.Date or string date/time object to the new Java.time.LocalDate class so we can use them as Temporal objects.
toLocalDate(Object, String) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Convert any legacy java.util.Date or string date/time object to the new Java.time.LocalDate class so we can use them as Temporal objects
toLocalDate(Object, ZoneId) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Convert any legacy java.util.Date or string date/time object to the new Java.time.LocalDate class so we can use them as Temporal objects
toLocalDateTime() - Method in class ortus.boxlang.runtime.types.DateTime
 
toLocalDateTime(Object) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Convert any legacy java.util.Date or string date/time object to the new Java.time.LocalDateTime class so we can use them as Temporal objects using the UTC timezone as default
toLocalDateTime(Object, String) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Convert any legacy java.util.Date or string date/time object to the new Java.time.LocalDateTime class so we can use them as Temporal objects
toLocalDateTime(Object, ZoneId) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Convert any legacy java.util.Date or string date/time object to the new Java.time.LocalDateTime class so we can use them as Temporal objects
toLocalTime() - Method in class ortus.boxlang.runtime.types.DateTime
 
ToLongFunction<T> - Class in ortus.boxlang.runtime.interop.proxies
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/util/function/ToLongFunction.html
ToLongFunction(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.ToLongFunction
 
toMap() - Method in class ortus.boxlang.compiler.ast.BoxClass
 
toMap() - Method in class ortus.boxlang.compiler.ast.BoxInterface
 
toMap() - Method in class ortus.boxlang.compiler.ast.BoxNode
 
toMap() - Method in class ortus.boxlang.compiler.ast.BoxScript
 
toMap() - Method in class ortus.boxlang.compiler.ast.BoxStaticInitializer
 
toMap() - Method in class ortus.boxlang.compiler.ast.comment.BoxComment
 
toMap() - Method in class ortus.boxlang.compiler.ast.comment.BoxDocComment
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxAccess
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxArgument
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxArrayLiteral
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxAssignment
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxBinaryOperation
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxBooleanLiteral
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxClosure
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxComparisonOperation
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxDecimalLiteral
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxExpressionInvocation
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxFQN
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionalBIFAccess
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionalMemberAccess
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxFunctionInvocation
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxIdentifier
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxIntegerLiteral
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxLambda
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxMethodInvocation
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxNegateOperation
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxNew
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxParenthesis
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxScope
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxStaticMethodInvocation
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxStringConcat
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxStringLiteral
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxStructLiteral
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxTernaryOperation
 
toMap() - Method in class ortus.boxlang.compiler.ast.expression.BoxUnaryOperation
 
toMap() - Method in class ortus.boxlang.compiler.ast.Point
 
toMap() - Method in class ortus.boxlang.compiler.ast.Position
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxAnnotation
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxArgumentDeclaration
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxAssert
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxBreak
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxBufferOutput
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxContinue
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxDo
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxDocumentationAnnotation
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxExpressionStatement
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxForIn
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxForIndex
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxFunctionDeclaration
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxIfElse
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxImport
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxParam
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxProperty
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxReturn
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxReturnType
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxScriptIsland
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxStatementBlock
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitch
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxSwitchCase
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxThrow
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxTry
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxTryCatch
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.BoxWhile
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.component.BoxComponent
 
toMap() - Method in class ortus.boxlang.compiler.ast.statement.component.BoxTemplateIsland
 
toMatchRegex(String) - Method in class ortus.boxlang.runtime.dynamic.Attempt
Validates the attempt to match a regex pattern with case sensitivity This assumes the value is a string or castable to a string
toMatchRegex(String, Boolean) - Method in class ortus.boxlang.runtime.dynamic.Attempt
Validates the attempt to match a regex pattern with case sensitivity or not
toMethodHandle(Method) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Utility method to convert a method to a method handle
toMethodHandle(Method) - Static method in class ortus.boxlang.runtime.interop.DynamicObject
Utility method to convert a method to a method handle
toMutable() - Method in interface ortus.boxlang.runtime.types.immutable.IImmutable
Convert the immutable type to a mutable type
toMutable() - Method in class ortus.boxlang.runtime.types.immutable.ImmutableArray
To Mutable
toMutable() - Method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
To Mutable
toMutable() - Method in class ortus.boxlang.runtime.types.NullValue
We can't convert `null` back to mutable.
ToMutable - Class in ortus.boxlang.runtime.bifs.global.conversion
 
ToMutable() - Constructor for class ortus.boxlang.runtime.bifs.global.conversion.ToMutable
Constructor
ToNumeric - Class in ortus.boxlang.runtime.bifs.global.conversion
 
ToNumeric() - Constructor for class ortus.boxlang.runtime.bifs.global.conversion.ToNumeric
Constructor
top - Static variable in class ortus.boxlang.runtime.scopes.Key
 
toQuery(Query) - Static method in class ortus.boxlang.runtime.types.util.BLCollector
Returns a Collector that collects the input elements into a Query
toQueryString(IStruct) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Convert a struct to a query string using the default delimiter of "&"
toQueryString(IStruct, String) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Convert a struct to a query string Example:
toSatisfy(Predicate<Object>) - Method in class ortus.boxlang.runtime.dynamic.Attempt
Register a validation function to the attempt This function will be executed when the attempt is evaluated It must return TRUE for the attempt to be valid
ToScript - Class in ortus.boxlang.runtime.bifs.global.conversion
 
ToScript() - Constructor for class ortus.boxlang.runtime.bifs.global.conversion.ToScript
 
toString() - Method in class ortus.boxlang.compiler.ast.BoxNode
 
toString() - Method in class ortus.boxlang.compiler.ast.Issue
Returns the string representation of an error message.
toString() - Method in class ortus.boxlang.compiler.ast.Position
String representation of the Position
toString() - Method in class ortus.boxlang.compiler.ast.SourceCode
String representation of a code source
toString() - Method in class ortus.boxlang.compiler.ast.SourceFile
String representation of a file source
toString() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.AggregateFeatureUsed
Returns a string representation of this record class.
toString() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureUsed
Returns a string representation of this record class.
toString() - Method in record class ortus.boxlang.compiler.ast.visitor.MissingQueryParamVisitor.Issue
Returns a string representation of this record class.
toString() - Method in record class ortus.boxlang.compiler.ast.visitor.UnencodedVariableOutputVisitor.Issue
Returns a string representation of this record class.
toString() - Method in record class ortus.boxlang.compiler.ClassInfo
Returns a string representation of this record class.
toString() - Method in record class ortus.boxlang.debugger.BoxLangDebugger.StackFrameTuple
Returns a string representation of this record class.
toString() - Method in record class ortus.boxlang.debugger.DebugMain.CLIOptions
Returns a string representation of this record class.
toString() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Returns a string representation of this record class.
toString() - Method in class ortus.boxlang.runtime.application.Session
Convert to string
toString() - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Returns a string representation of this record class.
toString() - Method in record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Returns a string representation of this record class.
toString() - Method in record class ortus.boxlang.runtime.components.Attribute
Returns a string representation of this record class.
toString() - Method in record class ortus.boxlang.runtime.components.Component.BodyResult
Returns a string representation of this record class.
toString() - Method in record class ortus.boxlang.runtime.context.IBoxContext.ScopeSearchResult
Returns a string representation of this record class.
toString() - Method in class ortus.boxlang.runtime.dynamic.Attempt
Returns the string representation of the value
toString() - Method in class ortus.boxlang.runtime.dynamic.casters.CastAttempt
Returns a non-empty string representation of this CastAttempt suitable for debugging.
toString() - Method in record class ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyDefinition
Returns a string representation of this record class.
toString() - Method in record class ortus.boxlang.runtime.interop.MethodRecord
Returns a string representation of this record class.
toString() - Method in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
Returns the DatabaseDriverType for the given key as a string.
toString() - Method in record class ortus.boxlang.runtime.loader.ClassLocator.ClassLocation
Returns a string representation of this record class.
toString() - Method in record class ortus.boxlang.runtime.loader.ImportDefinition
Returns a string representation of this record class.
toString() - Method in class ortus.boxlang.runtime.modules.ModuleRecord
Get a string representation of the module record
toString() - Method in class ortus.boxlang.runtime.net.NameValuePair
 
toString() - Method in class ortus.boxlang.runtime.scopes.Key
The string representation of the key which includes the original case and the upper case version.
toString() - Method in class ortus.boxlang.runtime.scopes.KeyCased
The string representation of the key which includes the original case.
toString() - Method in record class ortus.boxlang.runtime.types.Argument
Returns a string representation of this record class.
toString() - Method in class ortus.boxlang.runtime.types.Array
Convert the Array to a human-readable string, usually great for debugging
toString() - Method in enum class ortus.boxlang.runtime.types.BoxLangType
Returns the BoxLangType for the given key as a string.
toString() - Method in class ortus.boxlang.runtime.types.DateTime
Returns the datetime representation as a string
toString() - Method in class ortus.boxlang.runtime.types.meta.BoxMeta
So we can get a pretty print of the metadata
toString() - Method in class ortus.boxlang.runtime.types.meta.ClassMeta
So we can get a pretty print of the metadata
toString() - Method in class ortus.boxlang.runtime.types.meta.InterfaceMeta
So we can get a pretty print of the metadata
toString() - Method in record class ortus.boxlang.runtime.types.Property
Returns a string representation of this record class.
toString() - Method in class ortus.boxlang.runtime.types.Struct
Convert the struct to a human-readable string, usually great for debugging Remember structs have no order except their internal hash code
toString() - Method in class ortus.boxlang.runtime.types.XML
 
toString() - Method in class ortus.boxlang.runtime.util.FQN
Get the FQN as a string.
toString() - Method in record class ortus.boxlang.runtime.util.ResolvedFilePath
Returns a string representation of this record class.
ToString - Class in ortus.boxlang.runtime.bifs.global.conversion
 
ToString() - Constructor for class ortus.boxlang.runtime.bifs.global.conversion.ToString
Constructor
toStringWithCase() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
toStringWithCase() - Method in interface ortus.boxlang.runtime.types.IStruct
Convert the struct to a human-readable string, usually great for debugging Remember structs have no order except their internal hash code
toStringWithCase() - Method in class ortus.boxlang.runtime.types.Struct
Convert the struct to a human-readable string, usually great for debugging Remember structs have no order except their internal hash code
toStringWithCase() - Method in class ortus.boxlang.runtime.types.XML
 
toStruct() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
 
toStruct() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
Get the state of the entry as a struct
toStruct() - Method in class ortus.boxlang.runtime.cache.util.BoxCacheStats
Get a Struct representation of the cache's statistics
toStruct() - Method in interface ortus.boxlang.runtime.cache.util.ICacheStats
Get a Struct representation of the cache's statistics
toStruct() - Method in class ortus.boxlang.runtime.config.segments.CacheConfig
Returns the configuration as a struct * Remember that this is what the context's use to build runtime/request configs, so don't use any references
toStruct() - Method in class ortus.boxlang.runtime.config.segments.ExecutorConfig
Returns the configuration as a struct Remember that this is what the context's use to build runtime/request configs, so don't use any references
toStruct() - Method in class ortus.boxlang.runtime.jdbc.QueryOptions
Acquire the query options as a struct.
toStruct() - Static method in class ortus.boxlang.runtime.types.util.BLCollector
Returns a Collector that collects the input elements into an Struct of the default type
toStruct(IStruct.TYPES) - Static method in class ortus.boxlang.runtime.types.util.BLCollector
Returns a Collector that collects the input elements into an Struct of the specified type
toStructArray() - Method in class ortus.boxlang.runtime.types.Query
Get the data as a Boxlang Array of Structs.
toTimeUnit(Object) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
This will convert an incoming object to a time unit representation.
touchLastAccessed() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
Reset the last accessed date
touchLastAccessed() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
Resets the last accessed date
Transaction - Class in ortus.boxlang.runtime.components.jdbc
 
Transaction - Class in ortus.boxlang.runtime.jdbc
A transaction object that wraps a JDBC connection and provides transactional operations.
Transaction() - Constructor for class ortus.boxlang.runtime.components.jdbc.Transaction
Constructor
Transaction(DataSource) - Constructor for class ortus.boxlang.runtime.jdbc.Transaction
Constructor.
TransactionCommit - Class in ortus.boxlang.runtime.bifs.global.jdbc
 
TransactionCommit() - Constructor for class ortus.boxlang.runtime.bifs.global.jdbc.TransactionCommit
Constructor
TransactionRollback - Class in ortus.boxlang.runtime.bifs.global.jdbc
 
TransactionRollback() - Constructor for class ortus.boxlang.runtime.bifs.global.jdbc.TransactionRollback
Constructor
TransactionSetSavepoint - Class in ortus.boxlang.runtime.bifs.global.jdbc
 
TransactionSetSavepoint() - Constructor for class ortus.boxlang.runtime.bifs.global.jdbc.TransactionSetSavepoint
Constructor
transform(BoxNode) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
 
transform(BoxNode) - Method in interface ortus.boxlang.compiler.javaboxpiler.transformer.Transformer
 
transform(BoxNode) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
Utility method to transform a node
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.JavaTranspiler
Utility method to transform a node with a transformation context
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.BoxClassTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.BoxInterfaceTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.BoxStaticInitializerTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxAccessTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxArgumentTransformer
Transform a function/method argument
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxArrayLiteralTransformer
Transform a BoxArrayLiteral expression
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxAssignmentTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxBinaryOperationTransformer
Transform BoxBinaryOperation argument
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxBooleanLiteralTransformer
Transform BoxBooleanLiteral argument
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxClosureTransformer
Transform a closure declaration into a Java Class
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxComparisonOperationTransformer
Transform BoxComparisonOperation operator
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxDecimalLiteralTransformer
Transform BoxDecimalLiteral argument
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxExpressionInvocationTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxFQNTransformer
Transform a fully qualified name
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxFunctionalBIFAccessTransformer
Transform a BoxFunctionalBIFAccess expression
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxFunctionalMemberAccessTransformer
Transform a BoxFunctionalMemberAccess expression
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxFunctionInvocationTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxIdentifierTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxIntegerLiteralTransformer
Transform BoxIntegerLiteral argument
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxLambdaTransformer
Transform a lambda declaration into a Class
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxMethodInvocationTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxNegateOperationTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxNewTransformer
Transform a new expression
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxNullTransformer
Transform BoxIntegerLiteral argument
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxParenthesisTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxScopeTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxStaticAccessTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxStaticMethodInvocationTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxStringConcatTransformer
Transform a String interpolation expression
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxStringLiteralTransformer
Transform BoxStringLiteral argument
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxStructLiteralTransformer
Transform a BoxStructOrderedLiteral expression
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxTernaryOperationTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxUnaryOperationTransformer
Transform a unary operator
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxArgumentDeclarationTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxAssertTransformer
Transform an assert statement
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxBreakTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxBufferOutputTransformer
Transform a String interpolation expression
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxContinueTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxDoTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxExpressionStatementTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxForIndexTransformer
Transform an BoxForIndex for statement
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxForInTransformer
Transform a collection for statement
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxFunctionDeclarationTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxIfElseTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxImportTransformer
Transform an import statement
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxParamTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxRethrowTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxReturnTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxScriptTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxStatementBlockTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxSwitchTransformer
Transform a collection for statement
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxThrowTransformer
Transform a throw statement
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxTryTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.BoxWhileTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.component.BoxComponentTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.component.BoxScriptIslandTransformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.statement.component.BoxTemplateIslandTransformer
 
transform(BoxNode, TransformerContext) - Method in interface ortus.boxlang.compiler.javaboxpiler.transformer.Transformer
 
transform(BoxNode, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
transform(ClassInfo) - Static method in class ortus.boxlang.compiler.javaboxpiler.transformer.ProxyTransformer
 
transformAnnotations(List<BoxAnnotation>) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
Transforms a collection of annotations in a BoxLang Struct
transformAnnotations(List<BoxAnnotation>, Boolean, boolean) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
Transforms a collection of annotations in a BoxLang Struct
transformDocumentation(List<BoxDocumentationAnnotation>) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
Transforms a collection of documentation annotations in a BoxLang Struct
transformEquals(BoxExpression, Expression, BoxAssignmentOperator, List<BoxAssignmentModifier>, String, TransformerContext) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxAssignmentTransformer
 
Transformer - Interface in ortus.boxlang.compiler.javaboxpiler.transformer
 
TransformerContext - Enum Class in ortus.boxlang.compiler.javaboxpiler.transformer
 
transpile() - Method in record class ortus.boxlang.runtime.BoxRunner.CLIOptions
Returns the value of the transpile record component.
transpile(BoxNode) - Method in interface ortus.boxlang.compiler.javaboxpiler.ITranspiler
 
transpile(BoxNode) - Method in class ortus.boxlang.compiler.javaboxpiler.JavaTranspiler
Transpile a BoxLang AST into a Java Parser AST
transpile(BoxNode) - Method in class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
TranspiledCode - Class in ortus.boxlang.compiler.javaboxpiler
Results of the Java transformation Contains a Java AST for the entry point and a collection of AST for each class such as UDF other callables
TranspiledCode(CompilationUnit, List<CompilationUnit>) - Constructor for class ortus.boxlang.compiler.javaboxpiler.TranspiledCode
 
transpiler - Variable in class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer
 
Transpiler - Class in ortus.boxlang.compiler.javaboxpiler
Transpiler Base class
Transpiler() - Constructor for class ortus.boxlang.compiler.javaboxpiler.Transpiler
 
trim - Static variable in class ortus.boxlang.runtime.scopes.Key
 
trim(Array) - Static method in class ortus.boxlang.runtime.types.util.ListUtil
 
Trim - Class in ortus.boxlang.runtime.bifs.global.string
 
Trim() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Trim
Constructor
TrueFalseFormat - Class in ortus.boxlang.runtime.bifs.global.string
 
TrueFalseFormat() - Constructor for class ortus.boxlang.runtime.bifs.global.string.TrueFalseFormat
Constructor
TS_FORMAT_MASK - Static variable in class ortus.boxlang.runtime.types.DateTime
Formatters
type - Variable in class ortus.boxlang.debugger.event.Event
 
type - Variable in class ortus.boxlang.debugger.response.AbstractResponse
 
type - Variable in class ortus.boxlang.debugger.response.EvaluateResponse.EvaluateResponseBody
 
type - Variable in class ortus.boxlang.debugger.response.SetVariableResponse.SetVariableResponseBody
 
type - Variable in class ortus.boxlang.debugger.types.Variable
The type of the variable's value.
type - Variable in class ortus.boxlang.runtime.bifs.MemberDescriptor
The type this method can be attached to.
type - Variable in class ortus.boxlang.runtime.config.segments.ExecutorConfig
The type of the executor.
type - Variable in class ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriver
The driver type according to BoxLang standards
type - Static variable in class ortus.boxlang.runtime.scopes.Key
 
type - Variable in exception class ortus.boxlang.runtime.types.exceptions.AbortException
 
type - Variable in exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
Type: Exception type, as specified in catch.
type - Variable in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
The type of struct
type() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.AggregateFeatureUsed
Returns the value of the type record component.
type() - Method in record class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureUsed
Returns the value of the type record component.
type() - Method in record class ortus.boxlang.runtime.async.executors.ExecutorRecord
Returns the value of the type record component.
type() - Element in annotation interface ortus.boxlang.runtime.bifs.BoxMember
 
type() - Method in record class ortus.boxlang.runtime.components.Attribute
Returns the value of the type record component.
type() - Method in record class ortus.boxlang.runtime.loader.ClassLocator.ClassLocation
Returns the value of the type record component.
type() - Method in record class ortus.boxlang.runtime.types.Argument
Returns the value of the type record component.
type() - Method in record class ortus.boxlang.runtime.types.Property
Returns the value of the type record component.
type() - Method in interface ortus.boxlang.runtime.validation.Validatable
 
Type - Class in ortus.boxlang.runtime.validation
I require a specific type
Type() - Constructor for class ortus.boxlang.runtime.validation.Type
 
TYPE - Static variable in interface ortus.boxlang.runtime.validation.Validator
 
TYPE_BX - Static variable in class ortus.boxlang.runtime.loader.ClassLocator
The internal type of a BoxLang class
TYPE_JAVA - Static variable in class ortus.boxlang.runtime.loader.ClassLocator
The internal type of a Java class
TypeDocumentationGenerator - Class in ortus.boxlang.tools.util
 
TypeDocumentationGenerator() - Constructor for class ortus.boxlang.tools.util.TypeDocumentationGenerator
 
typeKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.BoxLangException
 
typename - Static variable in class ortus.boxlang.runtime.scopes.Key
 
typeOneOf(String...) - Static method in interface ortus.boxlang.runtime.validation.Validator
 
TypeOneOf - Class in ortus.boxlang.runtime.validation.dynamic
If this record is present, ensure it is one of the valid string values (case insensitive)
TypeOneOf(Set<String>) - Constructor for class ortus.boxlang.runtime.validation.dynamic.TypeOneOf
 
TYPES - Static variable in class ortus.boxlang.runtime.cache.providers.AbstractCacheProvider
-------------------------------------------------------------------------- Public Properties --------------------------------------------------------------------------
TZ_LONG_FORMAT - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits
 
TZ_SHORT_FORMAT - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits
 

U

UCase - Class in ortus.boxlang.runtime.bifs.global.string
 
UCase() - Constructor for class ortus.boxlang.runtime.bifs.global.string.UCase
Constructor
ucFirst(String) - Static method in class ortus.boxlang.runtime.types.util.StringUtil
Uppercase the first letter of a string
UCFirst - Class in ortus.boxlang.runtime.bifs.global.string
 
UCFirst() - Constructor for class ortus.boxlang.runtime.bifs.global.string.UCFirst
Constructor
UDF - Class in ortus.boxlang.runtime.types
Represents a UDF.
UDF - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
UDF - Static variable in record class ortus.boxlang.runtime.types.Argument
 
UDF() - Constructor for class ortus.boxlang.runtime.types.UDF
Constructor
UnaryOperator<T> - Class in ortus.boxlang.runtime.interop.proxies
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/util/function/ToDoubleFunction.html
UnaryOperator(Object, IBoxContext, String) - Constructor for class ortus.boxlang.runtime.interop.proxies.UnaryOperator
 
UnencodedVariableOutputVisitor - Class in ortus.boxlang.compiler.ast.visitor
I look for varibles output in tag based code which are not encoded
UnencodedVariableOutputVisitor() - Constructor for class ortus.boxlang.compiler.ast.visitor.UnencodedVariableOutputVisitor
Constructor
UnencodedVariableOutputVisitor.Issue - Record Class in ortus.boxlang.compiler.ast.visitor
 
unFlattenKey(int, Key, String, IStruct, boolean) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Method to recursively un-flatten a struct with keys in dot-notation
unFlattenKeys(IStruct, boolean, boolean) - Static method in class ortus.boxlang.runtime.types.util.StructUtil
Translates a struct with dot-delimited keys in to nested struct
uniqueID() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Attempts to get the uniqueID of the contained value provided by the debugee VM.
unit - Static variable in class ortus.boxlang.runtime.scopes.Key
 
unload(IBoxContext) - Method in class ortus.boxlang.runtime.modules.ModuleRecord
Unload the module from the runtime
UnmodifiableException - Exception Class in ortus.boxlang.runtime.types.exceptions
This exception is thrown when a modification attempt is made upon an unmodifiable (e.g.
UnmodifiableException(String) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.UnmodifiableException
Constructor when we don't know the actual struct that was being searched
UnmodifiableException(String, Throwable) - Constructor for exception class ortus.boxlang.runtime.types.exceptions.UnmodifiableException
Constructor
Unordered - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxStructType
 
unregister() - Method in class ortus.boxlang.runtime.events.BaseInterceptor
Unregister the interceptor from all states
unregister(DynamicObject) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Unregister an interceptor from all states
unregister(DynamicObject) - Method in class ortus.boxlang.runtime.events.InterceptorState
Unregister an observer for this state
unregister(DynamicObject, Key...) - Method in class ortus.boxlang.runtime.events.InterceptorPool
Unregister an interceptor from the provided states.
unregisterComponent(Key) - Method in class ortus.boxlang.runtime.services.ComponentService
Unregisters a component with the service
unregisterGlobalFunction(Key) - Method in class ortus.boxlang.runtime.services.FunctionService
Unregisters a global function with the service
unregisterMapping(String) - Method in class ortus.boxlang.runtime.config.Configuration
Unregister a mapping in the runtime configuration
unregisterMapping(Key) - Method in class ortus.boxlang.runtime.config.Configuration
Unregister a mapping in the runtime configuration using a Key
unregisterQueryLoop(Query) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Unregister a query loop
unregisterQueryLoop(Query) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Unregister a query loop
until(Temporal, TemporalUnit) - Method in class ortus.boxlang.runtime.types.DateTime
 
unWrap() - Method in class ortus.boxlang.runtime.interop.DynamicObject
Instance method to unwrap itself
unWrap(Object) - Static method in class ortus.boxlang.runtime.interop.DynamicInteropService
Unwrap an object if it's inside a ClassInvoker instance
unWrap(Object) - Static method in class ortus.boxlang.runtime.interop.DynamicObject
Unwrap an object if it's inside a ClassInvoker instance
unWrapBoxLangClass() - Method in class ortus.boxlang.runtime.interop.DynamicObject
Instance method to unwrap itself if it's a BoxLang class
unWrapNull(Object) - Static method in class ortus.boxlang.runtime.types.immutable.ImmutableStruct
Unwrap null values from the NullValue class
unWrapNull(Object) - Static method in class ortus.boxlang.runtime.types.Struct
Unwrap null values from the NullValue class
unwrapQueryColumn(Object) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
If input is a QueryColumn, unwrap it to the underlying value If input is not a QueryColumn, return it as-is
unwrapQueryColumn(Object) - Method in interface ortus.boxlang.runtime.context.IBoxContext
If input is a QueryColumn, unwrap it to the underlying value If input is not a QueryColumn, return it as-is
upateVariableByReference(int, String, String) - Method in class ortus.boxlang.debugger.BoxLangDebugger
 
updateApplication(Application) - Method in class ortus.boxlang.runtime.context.ApplicationBoxContext
Set the application details into this context
updateLastVisit() - Method in class ortus.boxlang.runtime.application.Session
Update the last visit time
updateSession(Session) - Method in class ortus.boxlang.runtime.context.SessionBoxContext
Update the session for this context with a new session
updateSettings(IStruct) - Method in class ortus.boxlang.runtime.application.BaseApplicationListener
Update the settings for this application
upload - Static variable in class ortus.boxlang.runtime.scopes.Key
 
uploadAll - Static variable in class ortus.boxlang.runtime.scopes.Key
 
URIBuilder - Class in ortus.boxlang.runtime.net
 
URIBuilder() - Constructor for class ortus.boxlang.runtime.net.URIBuilder
 
URIBuilder(String) - Constructor for class ortus.boxlang.runtime.net.URIBuilder
 
URIBuilder(String, Charset) - Constructor for class ortus.boxlang.runtime.net.URIBuilder
 
URIBuilder(URI) - Constructor for class ortus.boxlang.runtime.net.URIBuilder
 
URIBuilder(URI, Charset) - Constructor for class ortus.boxlang.runtime.net.URIBuilder
 
URL - Static variable in class ortus.boxlang.runtime.scopes.Key
 
URL - Static variable in class ortus.boxlang.runtime.util.ValidationUtil
Regular expression Pattern to match a URL with a `http`, `https`, `ftp`, or `file` scheme.
URL_TOKEN_FORMAT - Static variable in class ortus.boxlang.runtime.application.Session
The URL token format MOVE TO COMPAT MODULE
urlDecode(String) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
URL decodes a string We use the default encoding
urlDecode(String, String) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
URL decodes a string
URLDecode - Class in ortus.boxlang.runtime.bifs.global.system
 
URLDecode() - Constructor for class ortus.boxlang.runtime.bifs.global.system.URLDecode
Constructor
urlEncode(String) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
URL encodes a string.
urlEncode(String, String) - Static method in class ortus.boxlang.runtime.util.EncryptionUtil
URL encodes a string.
URLEncodedFormat - Class in ortus.boxlang.runtime.bifs.global.system
 
URLEncodedFormat() - Constructor for class ortus.boxlang.runtime.bifs.global.system.URLEncodedFormat
Constructor
urlToken - Static variable in class ortus.boxlang.runtime.scopes.Key
 
useASMBoxPiler() - Method in class ortus.boxlang.runtime.BoxRuntime
Switch the runtime to generate bytecode directly via ASM
useCache - Static variable in class ortus.boxlang.runtime.scopes.Key
 
useCustomSerializer - Static variable in class ortus.boxlang.runtime.scopes.Key
 
useJavaBoxpiler() - Method in class ortus.boxlang.runtime.BoxRuntime
Switch the runtime to generate java source and compile via the JDK
useLastAccessTimeouts - Static variable in class ortus.boxlang.runtime.scopes.Key
 
useQueryString - Static variable in class ortus.boxlang.runtime.scopes.Key
 
userAgent - Static variable in class ortus.boxlang.runtime.scopes.Key
 
useRegex - Static variable in class ortus.boxlang.runtime.scopes.Key
 
username - Variable in class ortus.boxlang.runtime.jdbc.QueryOptions
The datasource username to use for the connection, if any
username - Static variable in class ortus.boxlang.runtime.scopes.Key
 
useSecureJSONPrefix - Static variable in class ortus.boxlang.runtime.scopes.Key
 
UUID_PATTERN - Static variable in class ortus.boxlang.runtime.util.ValidationUtil
Regular expression to match a Version 4 Universally Unique Identifier (UUID), in a case-insensitive fashion.
UUID_V4 - Static variable in class ortus.boxlang.runtime.util.ValidationUtil
Regular expression to match a Version 4 Universally Unique Identifier (UUID), in a case-insensitive fashion.

V

Val - Class in ortus.boxlang.runtime.bifs.global.string
 
Val() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Val
Constructor
VALID_VARIABLE_REGEX - Static variable in class ortus.boxlang.runtime.util.ValidationUtil
Regular expression to match a valid variable name.
Validatable - Interface in ortus.boxlang.runtime.validation
 
validate(IBoxContext, Key, IStruct) - Method in interface ortus.boxlang.runtime.validation.Validatable
Validate myself
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.cache.util.CacheExistsValidator
Validate a record instance.
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.validation.DefaultValue
 
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.validation.dynamic.Max
 
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.validation.dynamic.MaxLength
 
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.validation.dynamic.Min
 
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.validation.dynamic.MinLength
 
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.validation.dynamic.Requires
 
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.validation.dynamic.TypeOneOf
 
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.validation.dynamic.ValueOneOf
 
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.validation.dynamic.ValueRequires
 
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.validation.GreaterThanZero
 
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.validation.NotImplemented
 
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.validation.Required
 
validate(IBoxContext, Key, Validatable, IStruct) - Method in class ortus.boxlang.runtime.validation.Type
 
validate(IBoxContext, Key, Validatable, IStruct) - Method in interface ortus.boxlang.runtime.validation.Validator
Validate a record instance.
validateAbstractMethods(IClassRunnable, Map<Key, AbstractFunction>) - Static method in class ortus.boxlang.runtime.runnables.BoxClassSupport
Vailidate if a given class instance satisfies the interface.
validateAndGetIntForAssign(Key, int, boolean) - Static method in class ortus.boxlang.runtime.types.Array
 
validateAndGetIntForDereference(Key, int, boolean) - Static method in class ortus.boxlang.runtime.types.Array
Validate and get an integer for dereferencing
validateAttributes(IBoxContext, IStruct) - Method in class ortus.boxlang.runtime.components.Component
Validate the attributes for the component.
validateDatsourceDrivers() - Method in class ortus.boxlang.runtime.config.Configuration
Helper method to validate datasource drivers configured in the runtime configuration This makes sure all declared drivers are registered with the datasource service
validateParse(ParsingResult, String) - Method in class ortus.boxlang.compiler.Boxpiler
Validate a parsing result and throw an exception if the parse failed.
validateParse(ParsingResult, String) - Method in interface ortus.boxlang.compiler.IBoxpiler
 
validateRow(int) - Method in class ortus.boxlang.runtime.types.Query
Validate that a row index is within bounds Throw exception if not
validateTime(String) - Static method in class ortus.boxlang.runtime.types.util.DateTimeHelper
Validates an incoming string to adhere to HH: mm while allowing a user to simply enter an hour value
ValidationUtil - Class in ortus.boxlang.runtime.util
Utility class for validating user-level data types such as credit cards, postal codes, phone numbers, and URLs.
ValidationUtil() - Constructor for class ortus.boxlang.runtime.util.ValidationUtil
 
validator - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Validator - Interface in ortus.boxlang.runtime.validation
I help validate records
validators - Static variable in class ortus.boxlang.runtime.scopes.Key
 
validators() - Method in record class ortus.boxlang.runtime.components.Attribute
Returns the value of the validators record component.
validators() - Method in record class ortus.boxlang.runtime.types.Argument
Returns the value of the validators record component.
validators() - Method in interface ortus.boxlang.runtime.validation.Validatable
 
value - Variable in class ortus.boxlang.debugger.request.SetVariableRequest.SetVariableRequestArguments
 
value - Variable in class ortus.boxlang.debugger.types.Variable
The variable's value.
value - Static variable in class ortus.boxlang.runtime.scopes.Key
 
value() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Returns the value of the value record component.
value() - Element in annotation interface ortus.boxlang.runtime.bifs.BoxBIFs
 
value() - Element in annotation interface ortus.boxlang.runtime.bifs.BoxMembers
 
value() - Method in class ortus.boxlang.runtime.cache.BoxCacheEntry
 
value() - Method in interface ortus.boxlang.runtime.cache.ICacheEntry
The value associated with this entry, if any.
value() - Element in annotation interface ortus.boxlang.runtime.components.BoxComponents
 
value() - Method in record class ortus.boxlang.runtime.context.IBoxContext.ScopeSearchResult
Returns the value of the value record component.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxAssignmentModifier
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxAssignmentOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxComparisonOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxNegateOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxStructType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxUnaryOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.ast.statement.BoxAccessModifier
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.ast.statement.BoxMethodDeclarationModifier
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.ast.statement.BoxType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer.ExitsAllowed
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.javaboxpiler.transformer.TransformerContext
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.compiler.parser.BoxSourceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.debugger.BoxLangDebugger.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.runtime.cache.providers.CoreProviderType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.runtime.cache.store.ObjectStoreType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.runtime.components.cache.Cache.CacheAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.runtime.events.BoxEvent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.runtime.services.AsyncService.ExecutorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.runtime.types.BoxLangType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.runtime.types.Function.Access
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.runtime.types.IStruct.TYPES
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.runtime.types.QueryColumnType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ortus.boxlang.runtime.util.Timer.TimeUnit
Returns the enum constant of this class with the specified name.
valueOneOf(String...) - Static method in interface ortus.boxlang.runtime.validation.Validator
Builder method to create a ValueOneOf validator
ValueOneOf - Class in ortus.boxlang.runtime.validation.dynamic
If this record is present, ensure it is one of the valid string values (case insensitive)
ValueOneOf(Set<String>) - Constructor for class ortus.boxlang.runtime.validation.dynamic.ValueOneOf
 
valueRequires(String, Key...) - Static method in interface ortus.boxlang.runtime.validation.Validator
Builder method to create a Requires validator
ValueRequires - Class in ortus.boxlang.runtime.validation.dynamic
If this record is present, ensure that the required records are also present
ValueRequires(String, Set<Key>) - Constructor for class ortus.boxlang.runtime.validation.dynamic.ValueRequires
 
values() - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxAssignmentModifier
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxAssignmentOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxComparisonOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxNegateOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxStructType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.compiler.ast.expression.BoxUnaryOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.compiler.ast.statement.BoxAccessModifier
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.compiler.ast.statement.BoxMethodDeclarationModifier
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.compiler.ast.statement.BoxType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor.FeatureType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.compiler.javaboxpiler.transformer.AbstractTransformer.ExitsAllowed
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.compiler.javaboxpiler.transformer.TransformerContext
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.compiler.parser.BoxSourceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in record class ortus.boxlang.debugger.BoxLangDebugger.StackFrameTuple
Returns the value of the values record component.
values() - Static method in enum class ortus.boxlang.debugger.BoxLangDebugger.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.runtime.cache.providers.CoreProviderType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.runtime.cache.store.ObjectStoreType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.runtime.components.cache.Cache.CacheAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.runtime.events.BoxEvent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.runtime.jdbc.drivers.DatabaseDriverType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
values() - Method in class ortus.boxlang.runtime.scripting.BoxScopeBindings
 
values() - Static method in enum class ortus.boxlang.runtime.services.AsyncService.ExecutorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.runtime.types.BoxLangType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.runtime.types.Function.Access
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.runtime.types.IStruct.TYPES
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ortus.boxlang.runtime.types.QueryColumnType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class ortus.boxlang.runtime.types.Struct
Returns a Collection view of the values contained in this map.
values() - Method in class ortus.boxlang.runtime.types.XML
 
values() - Static method in enum class ortus.boxlang.runtime.util.Timer.TimeUnit
Returns an array containing the constants of this enum class, in the order they are declared.
valueType() - Method in class ortus.boxlang.runtime.types.DateTime
 
valueType() - Method in class ortus.boxlang.runtime.util.conversion.serializers.BoxClassSerializer
 
valueType() - Method in class ortus.boxlang.runtime.util.conversion.serializers.DynamicObjectSerializer
 
var - Static variable in class ortus.boxlang.runtime.scopes.Key
 
VAR - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxAssignmentModifier
 
VARCHAR - Enum constant in enum class ortus.boxlang.runtime.types.QueryColumnType
 
variable - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Variable - Class in ortus.boxlang.debugger.types
 
Variable() - Constructor for class ortus.boxlang.debugger.types.Variable
 
variables - Variable in class ortus.boxlang.debugger.response.VariablesResponse.VariablesResponseBody
 
variables - Static variable in class ortus.boxlang.runtime.scopes.Key
 
variablesReference - Variable in class ortus.boxlang.debugger.request.SetVariableRequest.SetVariableRequestArguments
 
variablesReference - Variable in class ortus.boxlang.debugger.request.VariablesRequest.VariablesRequestArguments
The variable for which to retrieve its children.
variablesReference - Variable in class ortus.boxlang.debugger.response.EvaluateResponse.EvaluateResponseBody
 
variablesReference - Variable in class ortus.boxlang.debugger.response.SetVariableResponse.SetVariableResponseBody
 
variablesReference - Variable in class ortus.boxlang.debugger.types.Scope
 
variablesReference - Variable in class ortus.boxlang.debugger.types.Variable
If `variablesReference` is > 0, the variable is structured and its children can be retrieved by passing `variablesReference` to the `variables` request as long as execution remains suspended.
VariablesRequest - Class in ortus.boxlang.debugger.request
Models the request to launch a specific file
VariablesRequest() - Constructor for class ortus.boxlang.debugger.request.VariablesRequest
 
VariablesRequest.VariablesRequestArguments - Class in ortus.boxlang.debugger.request
 
VariablesRequestArguments() - Constructor for class ortus.boxlang.debugger.request.VariablesRequest.VariablesRequestArguments
 
VariablesResponse - Class in ortus.boxlang.debugger.response
Models a SetBreakpoint response in the DAP
VariablesResponse() - Constructor for class ortus.boxlang.debugger.response.VariablesResponse
 
VariablesResponse(VariablesRequest, List<Variable>) - Constructor for class ortus.boxlang.debugger.response.VariablesResponse
Constructor
VariablesResponse.VariablesResponseBody - Class in ortus.boxlang.debugger.response
 
VariablesResponseBody() - Constructor for class ortus.boxlang.debugger.response.VariablesResponse.VariablesResponseBody
 
variablesScope - Variable in class ortus.boxlang.runtime.context.ClassBoxContext
The arguments scope
variablesScope - Variable in class ortus.boxlang.runtime.context.ContainerBoxContext
The variables scope
variablesScope - Variable in class ortus.boxlang.runtime.context.CustomTagBoxContext
The variables scope
variablesScope - Variable in class ortus.boxlang.runtime.context.ScriptingRequestBoxContext
The variables scope
variablesScope - Variable in class ortus.boxlang.runtime.context.ThreadBoxContext
The parent's variables scope
VariablesScope - Class in ortus.boxlang.runtime.scopes
Variables scope implementation in BoxLang
VariablesScope() - Constructor for class ortus.boxlang.runtime.scopes.VariablesScope
-------------------------------------------------------------------------- Constructors --------------------------------------------------------------------------
variant - Static variable in class ortus.boxlang.runtime.scopes.Key
 
verified - Variable in class ortus.boxlang.debugger.types.Breakpoint
 
version - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The version of the module, defaults to 1.0.0
version - Static variable in class ortus.boxlang.runtime.scopes.Key
 
VIRTUAL - Enum constant in enum class ortus.boxlang.runtime.services.AsyncService.ExecutorType
 
visit(ArrayCreationLevel, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(AnnotationDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(AnnotationMemberDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ClassOrInterfaceDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(CompactConstructorDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ConstructorDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(EnumConstantDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(EnumDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(FieldDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(InitializerDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(MethodDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(Parameter, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ReceiverParameter, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(RecordDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(VariableDeclarator, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(BlockComment, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(JavadocComment, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(LineComment, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(CompilationUnit, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ArrayAccessExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ArrayCreationExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ArrayInitializerExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(AssignExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(BinaryExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
work in progress for issue-545
visit(BooleanLiteralExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(CastExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(CharLiteralExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ClassExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ConditionalExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(DoubleLiteralExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(EnclosedExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(FieldAccessExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(InstanceOfExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(IntegerLiteralExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(LambdaExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(LongLiteralExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(MarkerAnnotationExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(MemberValuePair, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(MethodCallExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(MethodReferenceExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(NameExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(Name, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(NormalAnnotationExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(NullLiteralExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ObjectCreationExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(RecordPatternExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(SimpleName, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(SingleMemberAnnotationExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(StringLiteralExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(SuperExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(SwitchExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(TextBlockLiteralExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ThisExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(TypeExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(TypePatternExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(UnaryExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(VariableDeclarationExpr, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ImportDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(Modifier, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ModuleDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ModuleExportsDirective, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ModuleOpensDirective, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ModuleProvidesDirective, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ModuleRequiresDirective, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ModuleUsesDirective, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(NodeList, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(PackageDeclaration, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(AssertStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(BlockStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(BreakStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(CatchClause, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ContinueStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(DoStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(EmptyStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ExplicitConstructorInvocationStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ExpressionStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ForEachStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ForStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(IfStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(LabeledStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(LocalClassDeclarationStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(LocalRecordDeclarationStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ReturnStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(SwitchEntry, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(SwitchStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(SynchronizedStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ThrowStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(TryStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(UnparsableStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(WhileStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(YieldStmt, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ArrayType, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(ClassOrInterfaceType, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(IntersectionType, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(PrimitiveType, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(TypeParameter, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(UnionType, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(UnknownType, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(VarType, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(VoidType, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(WildcardType, Void) - Method in class ortus.boxlang.compiler.javaboxpiler.PrettyPrintVisitor
 
visit(BoxClass) - Method in class ortus.boxlang.compiler.ast.visitor.CFTranspilerVisitor
Transpile Box Classes - Merge documentation into annotations - enable output
visit(BoxClass) - Method in class ortus.boxlang.compiler.ast.visitor.ClassMetadataVisitor
 
visit(BoxClass) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
BoxLang Classes will always be in script.
visit(BoxClass) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxClass) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxInterface) - Method in class ortus.boxlang.compiler.ast.visitor.ClassMetadataVisitor
 
visit(BoxInterface) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxInterface) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxInterface) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxScript) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxScript) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxScript) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxStaticInitializer) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxStaticInitializer) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxStaticInitializer) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxTemplate) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxTemplate) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxTemplate) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxDocComment) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxDocComment) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxDocComment) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxMultiLineComment) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxMultiLineComment) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxMultiLineComment) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxSingleLineComment) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxSingleLineComment) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxSingleLineComment) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxArgument) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxArgument) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxArgument) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxArrayAccess) - Method in class ortus.boxlang.compiler.ast.visitor.CFTranspilerVisitor
Rename CF variables change variables[ "cfcatch" ] to variables[ "bxcatch" ]
visit(BoxArrayAccess) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxArrayAccess) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxArrayAccess) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxArrayLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxArrayLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxArrayLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxAssignment) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxAssignment) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxAssignment) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxBinaryOperation) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxBinaryOperation) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxBinaryOperation) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxBooleanLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxBooleanLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxBooleanLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxClosure) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxClosure) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxClosure) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxComparisonOperation) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxComparisonOperation) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxComparisonOperation) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxDecimalLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxDecimalLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxDecimalLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxDotAccess) - Method in class ortus.boxlang.compiler.ast.visitor.CFTranspilerVisitor
change foo.bar to foo.BAR
visit(BoxDotAccess) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxDotAccess) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxDotAccess) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxExpressionInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxExpressionInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxExpressionInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxFQN) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxFQN) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxFQN) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxFunctionalBIFAccess) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxFunctionalBIFAccess) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxFunctionalBIFAccess) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxFunctionalMemberAccess) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxFunctionalMemberAccess) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxFunctionalMemberAccess) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxFunctionInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.CFTranspilerVisitor
Rename some common CF built-in functions like chr() to char() Replace structKeyExists( struct, key ) with !isNull( struct[ key ] )
visit(BoxFunctionInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor
 
visit(BoxFunctionInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxFunctionInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxFunctionInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxIdentifier) - Method in class ortus.boxlang.compiler.ast.visitor.CFTranspilerVisitor
Rename CF variables
visit(BoxIdentifier) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxIdentifier) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxIdentifier) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxIntegerLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxIntegerLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxIntegerLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxLambda) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxLambda) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxLambda) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxMethodInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor
 
visit(BoxMethodInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxMethodInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxMethodInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxNegateOperation) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxNegateOperation) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxNegateOperation) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxNew) - Method in class ortus.boxlang.compiler.ast.visitor.CFTranspilerVisitor
Replace new java() with createObject( "java", "java.lang.String" ) Replace new component() with createObject( "component", "path.to.component" )
visit(BoxNew) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxNew) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxNew) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxNull) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxNull) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxNull) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxParenthesis) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxParenthesis) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxParenthesis) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxScope) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxScope) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxScope) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxStaticAccess) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxStaticAccess) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxStaticAccess) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxStaticMethodInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxStaticMethodInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxStaticMethodInvocation) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxStringConcat) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxStringConcat) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxStringConcat) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxStringInterpolation) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxStringInterpolation) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxStringInterpolation) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxStringLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxStringLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxStringLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxStructLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.CFTranspilerVisitor
Rename top level CF variables change { foo : 'bar' } to { FOO : 'bar' }
visit(BoxStructLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxStructLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxStructLiteral) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxTernaryOperation) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxTernaryOperation) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxTernaryOperation) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxUnaryOperation) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxUnaryOperation) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxUnaryOperation) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxAnnotation) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxAnnotation) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxAnnotation) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxArgumentDeclaration) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxArgumentDeclaration) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxArgumentDeclaration) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxAssert) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxAssert) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxAssert) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxBreak) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxBreak) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxBreak) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxBufferOutput) - Method in class ortus.boxlang.compiler.ast.visitor.CFTranspilerVisitor
Remove empty output nodes from script (because in BoxLang, classes are only script, so the original CF may have been tags)
visit(BoxBufferOutput) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxBufferOutput) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxBufferOutput) - Method in class ortus.boxlang.compiler.ast.visitor.UnencodedVariableOutputVisitor
 
visit(BoxBufferOutput) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxContinue) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxContinue) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxContinue) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxDo) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxDo) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxDo) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxDocumentationAnnotation) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxDocumentationAnnotation) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxDocumentationAnnotation) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxExpressionStatement) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxExpressionStatement) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxExpressionStatement) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxForIn) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxForIn) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxForIn) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxForIndex) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxForIndex) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxForIndex) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxFunctionDeclaration) - Method in class ortus.boxlang.compiler.ast.visitor.CFTranspilerVisitor
Transpile UDF declarations - Merge documentation into annotations - enable output
visit(BoxFunctionDeclaration) - Method in class ortus.boxlang.compiler.ast.visitor.ClassMetadataVisitor
 
visit(BoxFunctionDeclaration) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxFunctionDeclaration) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxFunctionDeclaration) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxIfElse) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxIfElse) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxIfElse) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxImport) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxImport) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxImport) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxParam) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxParam) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxParam) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxProperty) - Method in class ortus.boxlang.compiler.ast.visitor.CFTranspilerVisitor
Transpile Box Class properties - Merge documentation into annotations
visit(BoxProperty) - Method in class ortus.boxlang.compiler.ast.visitor.ClassMetadataVisitor
 
visit(BoxProperty) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxProperty) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxProperty) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxRethrow) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxRethrow) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxRethrow) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxReturn) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxReturn) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxReturn) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxReturnType) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxReturnType) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxReturnType) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxScriptIsland) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxScriptIsland) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxScriptIsland) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxStatementBlock) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxStatementBlock) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxStatementBlock) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxSwitch) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxSwitch) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxSwitch) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxSwitchCase) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxSwitchCase) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxSwitchCase) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxThrow) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxThrow) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxThrow) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxTry) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxTry) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxTry) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxTryCatch) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxTryCatch) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxTryCatch) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxWhile) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxWhile) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxWhile) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxComponent) - Method in class ortus.boxlang.compiler.ast.visitor.CFTranspilerVisitor
Rename enablecfoutputonly attribute on cfsetting tag
visit(BoxComponent) - Method in class ortus.boxlang.compiler.ast.visitor.FeatureAuditVisitor
 
visit(BoxComponent) - Method in class ortus.boxlang.compiler.ast.visitor.MissingQueryParamVisitor
 
visit(BoxComponent) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxComponent) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxComponent) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(BoxTemplateIsland) - Method in class ortus.boxlang.compiler.ast.visitor.PrettyPrintBoxVisitor
 
visit(BoxTemplateIsland) - Method in class ortus.boxlang.compiler.ast.visitor.ReplacingBoxVisitor
 
visit(BoxTemplateIsland) - Method in class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
 
visit(IAdapterProtocolMessage) - Method in class ortus.boxlang.debugger.DebugAdapter
Default visit handler
visit(AttachRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
Visit LaunchRequest instances.
visit(ConfigurationDoneRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
Visit ConfigurationDoneRequest instances.
visit(ContinueRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
Visit InitializeRequest instances.
visit(DisconnectRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
 
visit(EvaluateRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
Visit EvaluateRequest instances.
visit(InitializeRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
Visit InitializeRequest instances.
visit(LaunchRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
Visit LaunchRequest instances.
visit(NextRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
Visit InitializeRequest instances.
visit(PauseRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
Visit ConfigurationDoneRequest instances.
visit(ScopeRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
 
visit(SetBreakpointsRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
Visit SetBreakpointsRequest instances.
visit(SetExceptionBreakpointsRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
 
visit(SetVariableRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
 
visit(StackTraceRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
Visit ThreadRequest instances.
visit(StepInRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
 
visit(StepOutRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
 
visit(TerminateRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
 
visit(ThreadsRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
Visit ThreadRequest instances.
visit(VariablesRequest) - Method in class ortus.boxlang.debugger.DebugAdapter
 
vm - Variable in class ortus.boxlang.debugger.BoxLangDebugger
 
vm - Variable in class ortus.boxlang.debugger.CachedThreadReference
 
vm() - Method in record class ortus.boxlang.debugger.JDITools.WrappedValue
Access the VM being debugged.
Void - Enum constant in enum class ortus.boxlang.compiler.ast.statement.BoxType
 
VoidBoxVisitor - Class in ortus.boxlang.compiler.ast.visitor
Base class for the BoxLang AST Nodes
VoidBoxVisitor() - Constructor for class ortus.boxlang.compiler.ast.visitor.VoidBoxVisitor
Constructor

W

wantsResultStruct() - Method in class ortus.boxlang.runtime.jdbc.QueryOptions
Do we want a result struct
wantsUsernameAndPassword() - Method in class ortus.boxlang.runtime.jdbc.QueryOptions
If the query options contain a `username` field, then the query should use the provided username and password to connect to the datasource.
warning - Static variable in class ortus.boxlang.runtime.scopes.Key
 
warning(SAXParseException) - Method in class ortus.boxlang.runtime.util.conversion.XMLValidationHandler
 
wasSuccessful() - Method in class ortus.boxlang.runtime.dynamic.Attempt
Return true if there is a value present, otherwise false.
wasSuccessful() - Method in class ortus.boxlang.runtime.dynamic.casters.CastAttempt
Return true if there is a value present, otherwise false.
WEAK - Enum constant in enum class ortus.boxlang.runtime.types.IStruct.TYPES
 
web_server_api - Static variable in class ortus.boxlang.runtime.scopes.Key
 
webPort - Variable in class ortus.boxlang.debugger.request.LaunchRequest.LaunchRequestArguments
 
webRoot - Variable in class ortus.boxlang.debugger.request.LaunchRequest.LaunchRequestArguments
 
webURL - Variable in class ortus.boxlang.runtime.modules.ModuleRecord
The web URL of the module or empty if not set
webURL - Static variable in class ortus.boxlang.runtime.scopes.Key
 
weekOfYear - Static variable in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits.BIFMethods
 
when(Predicate<ScheduledTask>) - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Register a when lambda that will be executed to verify if the task can run.
where - Variable in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
If the query uses the queryparam component, query parameter name-value pairs.
whereKey - Static variable in exception class ortus.boxlang.runtime.types.exceptions.DatabaseException
 
WildcardFilter - Class in ortus.boxlang.runtime.cache.filters
A filter that uses globbing style wildcards to filter cache keys case-sensitive or not.
WildcardFilter(String) - Constructor for class ortus.boxlang.runtime.cache.filters.WildcardFilter
Create a new widlcard filter with a case-insensitive widlcard
WildcardFilter(String, boolean) - Constructor for class ortus.boxlang.runtime.cache.filters.WildcardFilter
Create a new wildcard filter
with(TemporalAdjuster) - Method in class ortus.boxlang.runtime.types.DateTime
 
with(TemporalField, long) - Method in class ortus.boxlang.runtime.types.DateTime
 
withAppName(Key) - Method in class ortus.boxlang.runtime.config.segments.DatasourceConfig
Seeds the application name
withDelimiters() - Method in class ortus.boxlang.runtime.types.Array
Flags the array as containing delimiters - which may be used for list re-assembly
withEarlierOffsetAtOverlap() - Method in class ortus.boxlang.runtime.types.DateTime
 
withLaterOffsetAtOverlap() - Method in class ortus.boxlang.runtime.types.DateTime
 
withNoOverlaps() - Method in class ortus.boxlang.runtime.async.tasks.ScheduledTask
Calling this method prevents task frequencies to overlap.
withZoneSameInstant(ZoneId) - Method in class ortus.boxlang.runtime.types.DateTime
 
withZoneSameLocal(ZoneId) - Method in class ortus.boxlang.runtime.types.DateTime
 
WORK_STEALING - Enum constant in enum class ortus.boxlang.runtime.services.AsyncService.ExecutorType
 
workstation - Static variable in class ortus.boxlang.runtime.scopes.Key
 
wrap(ThreadReference, Value) - Static method in class ortus.boxlang.debugger.JDITools
Produce a WrappedValue for a given thread and value.
Wrap - Class in ortus.boxlang.runtime.bifs.global.string
 
Wrap() - Constructor for class ortus.boxlang.runtime.bifs.global.string.Wrap
 
wrapAssignment(Object) - Method in class ortus.boxlang.runtime.types.Struct
Wraps the assignment value
wrapInLambda(Expression) - Method in class ortus.boxlang.compiler.javaboxpiler.transformer.expression.BoxTernaryOperationTransformer
 
wrapNull(Object) - Method in class ortus.boxlang.runtime.types.Struct
Wrap null values in an instance of the NullValue class
wrapped - Variable in class ortus.boxlang.runtime.types.Array
This is the array we are wrapping and enhancing for BoxLang
wrapped - Variable in class ortus.boxlang.runtime.types.DateTime
Represents the wrapped ZonedDateTime object we enhance
wrapped - Variable in class ortus.boxlang.runtime.types.Struct
The wrapped map used in the implementation
WrappedValue(long, ThreadReference, Value) - Constructor for record class ortus.boxlang.debugger.JDITools.WrappedValue
Creates an instance of a WrappedValue record class.
write - Static variable in class ortus.boxlang.runtime.scopes.Key
 
write(int) - Method in class ortus.boxlang.runtime.scripting.WriterOutputStream
 
write(String, byte[], Boolean) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Writes a file given a path, byte array, and a boolean as to whether the directory should be assured before the write
write(String, String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Writes a file given a path and string contents using the default charset
write(String, String, String) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Writes a file given a string and specified charset
write(String, String, String, Boolean) - Static method in class ortus.boxlang.runtime.util.FileSystemUtil
Writes a file given a string and specified charset with ensured directory
writeBytes(String, String, String, byte[]) - Method in class ortus.boxlang.compiler.DiskClassUtil
Write a file to the directory configured for BoxLang
writeJavaSource(String, String, String) - Method in class ortus.boxlang.compiler.DiskClassUtil
This is really just for debugging purposes.
writeLine(String) - Method in class ortus.boxlang.runtime.types.File
Writes a line to a file.
writeLineNumbers(String, String, String) - Method in class ortus.boxlang.compiler.DiskClassUtil
 
WriteLog - Class in ortus.boxlang.runtime.bifs.global.system
 
WriteLog() - Constructor for class ortus.boxlang.runtime.bifs.global.system.WriteLog
Constructor
WriteOutput - Class in ortus.boxlang.runtime.bifs.global.system
 
WriteOutput() - Constructor for class ortus.boxlang.runtime.bifs.global.system.WriteOutput
Constructor
writer - Variable in class ortus.boxlang.runtime.types.File
The the writer object when mode is write
WriterOutputStream - Class in ortus.boxlang.runtime.scripting
 
WriterOutputStream(ScriptContext) - Constructor for class ortus.boxlang.runtime.scripting.WriterOutputStream
 
writeToBuffer(Object) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Write output to this buffer.
writeToBuffer(Object) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
Most of these methods just delegate to the parent context so the catch context is mostly invisible.
writeToBuffer(Object) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Write output to this buffer.
writeToBuffer(Object, boolean) - Method in class ortus.boxlang.runtime.context.BaseBoxContext
Write output to this buffer.
writeToBuffer(Object, boolean) - Method in class ortus.boxlang.runtime.context.CatchBoxContext
 
writeToBuffer(Object, boolean) - Method in interface ortus.boxlang.runtime.context.IBoxContext
Write output to this buffer.
writeValue(JSONWriter, JsonGenerator, Object) - Method in class ortus.boxlang.runtime.types.DateTime
-------------------------------------------------------------------------- JSON Serialization --------------------------------------------------------------------------
writeValue(JSONWriter, JsonGenerator, Object) - Method in class ortus.boxlang.runtime.util.conversion.serializers.BoxClassSerializer
Custom BoxLang Class Serializer
writeValue(JSONWriter, JsonGenerator, Object) - Method in class ortus.boxlang.runtime.util.conversion.serializers.DynamicObjectSerializer
 

X

XML - Class in ortus.boxlang.runtime.types
This type represents an XML Object in BoxLang
XML - Enum constant in enum class ortus.boxlang.runtime.types.BoxLangType
 
XML - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XML - Static variable in record class ortus.boxlang.runtime.types.Argument
 
XML(Boolean) - Constructor for class ortus.boxlang.runtime.types.XML
Create a new XML Document from the given string
XML(String) - Constructor for class ortus.boxlang.runtime.types.XML
Create a new XML Document from the given string
XML(Node) - Constructor for class ortus.boxlang.runtime.types.XML
Create a new XML Document from the given string
XMLAttributes - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLCaster - Class in ortus.boxlang.runtime.dynamic.casters
I handle casting anything to XML
XMLCaster() - Constructor for class ortus.boxlang.runtime.dynamic.casters.XMLCaster
 
XMLCdata - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLChildPos - Class in ortus.boxlang.runtime.bifs.global.xml
 
XMLChildPos() - Constructor for class ortus.boxlang.runtime.bifs.global.xml.XMLChildPos
Constructor
XMLChildren - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLChildrenListener - Class in ortus.boxlang.runtime.types.listeners
Listener class to synchronize changes between XMLChildren arrays and the native nodes
XMLChildrenListener(XML) - Constructor for class ortus.boxlang.runtime.types.listeners.XMLChildrenListener
 
XMLComment - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLDocType - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLElemNew - Class in ortus.boxlang.runtime.bifs.global.xml
 
XMLElemNew() - Constructor for class ortus.boxlang.runtime.bifs.global.xml.XMLElemNew
Constructor
XMLFormat - Class in ortus.boxlang.runtime.bifs.global.xml
 
XMLFormat() - Constructor for class ortus.boxlang.runtime.bifs.global.xml.XMLFormat
Constructor
XMLGetNodeType - Class in ortus.boxlang.runtime.bifs.global.xml
 
XMLGetNodeType() - Constructor for class ortus.boxlang.runtime.bifs.global.xml.XMLGetNodeType
Constructor
XMLName - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLNew - Class in ortus.boxlang.runtime.bifs.global.xml
 
XMLNew() - Constructor for class ortus.boxlang.runtime.bifs.global.xml.XMLNew
Constructor
XMLNode - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLNodes - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLNsPrefix - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLNsURI - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLParent - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLParse - Class in ortus.boxlang.runtime.bifs.global.xml
 
XMLParse() - Constructor for class ortus.boxlang.runtime.bifs.global.xml.XMLParse
Constructor
XMLRoot - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLSearch - Class in ortus.boxlang.runtime.bifs.global.xml
 
XMLSearch() - Constructor for class ortus.boxlang.runtime.bifs.global.xml.XMLSearch
Constructor
XMLText - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLTransform - Class in ortus.boxlang.runtime.bifs.global.xml
 
XMLTransform() - Constructor for class ortus.boxlang.runtime.bifs.global.xml.XMLTransform
Constructor
XMLType - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XMLValidate - Class in ortus.boxlang.runtime.bifs.global.xml
 
XMLValidate() - Constructor for class ortus.boxlang.runtime.bifs.global.xml.XMLValidate
Constructor
XMLValidationHandler - Class in ortus.boxlang.runtime.util.conversion
 
XMLValidationHandler(Struct) - Constructor for class ortus.boxlang.runtime.util.conversion.XMLValidationHandler
 
XMLValue - Static variable in class ortus.boxlang.runtime.scopes.Key
 
Xor - Enum constant in enum class ortus.boxlang.compiler.ast.expression.BoxBinaryOperator
 
XOR - Class in ortus.boxlang.runtime.operators
Performs logical XOR a = b XOR c
XOR() - Constructor for class ortus.boxlang.runtime.operators.XOR
 
xpath - Static variable in class ortus.boxlang.runtime.scopes.Key
 
XSL - Static variable in class ortus.boxlang.runtime.scopes.Key
 
xtask(String) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Register a new task in this scheduler but disable it immediately.
xtask(String, String) - Method in class ortus.boxlang.runtime.async.tasks.BaseScheduler
Register a new task in this scheduler but disable it immediately.

Y

year - Static variable in class ortus.boxlang.runtime.scopes.Key
 
YesNoFormat - Class in ortus.boxlang.runtime.bifs.global.string
 
YesNoFormat() - Constructor for class ortus.boxlang.runtime.bifs.global.string.YesNoFormat
Constructor

Z

ZIPCODE - Static variable in class ortus.boxlang.runtime.util.ValidationUtil
Regular expression Pattern to match a United States Postal Service (USPS) ZIP Code.
ZONE_ALIASES - Static variable in class ortus.boxlang.runtime.util.LocalizationUtil
A struct of ZoneID aliases ( e.g.

_

__functionName - Static variable in class ortus.boxlang.runtime.bifs.BIF
Used to indicate what is the name of the function being invoked just like getCalledFunctionName() but internally
__functionName - Static variable in class ortus.boxlang.runtime.scopes.Key
 
__isMemberExecution - Static variable in class ortus.boxlang.runtime.bifs.BIF
Used to indicate that the BIF is being invoked as a member function and it will replace the first argument with the object on which it is being invoked
__isMemberExecution - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_0 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_1 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_10 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_2 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_3 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_4 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_5 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_6 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_7 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_8 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_9 - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_ABSTRACT - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_ANY - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_ARRAY - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_BOOLEAN - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_CLASS - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_DATE - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_DATETIME - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_DEFAULT - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_EMPTY - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_EXTENDS - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_FILE - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_getbx() - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
_HASHCODE - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_IMPLEMENTS - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_inlvoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsNumeric
Determine whether a given value can be casted to numeric.
_invoke(double, double) - Static method in class ortus.boxlang.runtime.bifs.global.math.Max
Return larger of two numbers
_invoke(double, double) - Static method in class ortus.boxlang.runtime.bifs.global.math.Min
Return larger of two numbers
_invoke(Long) - Static method in class ortus.boxlang.runtime.bifs.global.math.Rand
Return a random double between 0 and 1
_invoke(String, Long) - Method in class ortus.boxlang.runtime.bifs.global.math.Rand
Return a random double between 0 and 1
_invoke(FunctionBoxContext) - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedGetter
Implement this method to invoke the actual function logic
_invoke(FunctionBoxContext) - Method in class ortus.boxlang.runtime.runnables.accessors.GeneratedSetter
Implement this method to invoke the actual function logic
_invoke(FunctionBoxContext) - Method in class ortus.boxlang.runtime.testing.Phase2Closure$closure1
 
_invoke(FunctionBoxContext) - Method in class ortus.boxlang.runtime.testing.Phase2Lambda$lambda1
 
_invoke(FunctionBoxContext) - Method in class ortus.boxlang.runtime.testing.Phase2UDF$greet
 
_invoke(FunctionBoxContext) - Method in class ortus.boxlang.runtime.types.AbstractFunction
Implement this method to invoke the actual function logic
_invoke(FunctionBoxContext) - Method in class ortus.boxlang.runtime.types.Function
Implement this method to invoke the actual function logic
_invoke(FunctionBoxContext) - Method in class ortus.boxlang.runtime.types.FunctionalBIFAccess
Implement this method to invoke the actual function logic
_invoke(FunctionBoxContext) - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccess
Implement this method to invoke the actual function logic
_invoke(FunctionBoxContext) - Method in class ortus.boxlang.runtime.types.FunctionalMemberAccessArgs
Implement this method to invoke the actual function logic
_invoke(FunctionBoxContext) - Method in class ortus.boxlang.runtime.types.JavaMethod
Implement this method to invoke the actual function logic
_invoke(IBoxContext) - Method in class ortus.boxlang.runtime.runnables.BoxScript
This method is called by the invoke method, it is the actual implementation of the source
_invoke(IBoxContext) - Method in class ortus.boxlang.runtime.runnables.BoxTemplate
This method is called by the invoke method, it is the actual implementation of the template
_invoke(IBoxContext) - Method in class ortus.boxlang.runtime.testing.Phase1
 
_invoke(IBoxContext) - Method in class ortus.boxlang.runtime.testing.Phase1Switch
 
_invoke(IBoxContext) - Method in class ortus.boxlang.runtime.testing.Phase1TryCatch
 
_invoke(IBoxContext) - Method in class ortus.boxlang.runtime.testing.Phase2Closure
 
_invoke(IBoxContext) - Method in class ortus.boxlang.runtime.testing.Phase2Lambda
 
_invoke(IBoxContext) - Method in class ortus.boxlang.runtime.testing.Phase2UDF
 
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.BIF
This is overridden by the concrete to provide the actual BIF implementation
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.BoxLangBIFProxy
 
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayAppend
Append a value to an array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayAvg
Return length of array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayClear
Clear all items from array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayDelete
Delete first occurance of item in array case sensitive
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayDeleteAt
Delete item at specified index in array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayEach
Used to iterate over an array and run the function closure for each item in the array.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayEvery
Returns true if every closure returns true, otherwise false
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayFilter
Used to filter an array to items for which the closure function returns true.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayFind
Array finders and contains functions with and without case sensitivity.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayFindAll
Return an array containing the indexes of matched values
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayFirst
Return first item in array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayGetMetadata
Gets metadata for items of an array and indicates the array type.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayIndexExists
Returns whether there exists an item in the array at the selected index.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayInsertAt
Append a value to an array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayIsEmpty
Determines whether an array contains data.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayLast
Return first item in array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayMap
Iterates over every entry of the array and calls the closure function to work on the element of the array.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayMax
Return length of array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayMedian
Return the median value of an array.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayMerge
This function creates a new array with data from the two passed arrays.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayMin
Return length of array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayNew
Return new array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayPop
Remove last item in array and return it
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayPrepend
Append a value to the start an array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayPush
Adds an element or an object to the end of an array, then returns the size of the modified array.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayRange
Build an array out of a range of numbers or using our range syntax: {start}..{end} or using the from and to arguments
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayReduce
Run the provided udf over the array to reduce the values to a single output
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayReduceRight
This function iterates over every element of the array and calls the closure to work on that element.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayResize
Resets an array to a specified minimum number of elements.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayReverse
Returns an array with all of the elements reversed.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArraySet
In a one-dimensional array, sets the elements in a specified index range to a value.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayShift
Removes the first element from an array and returns the removed element.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArraySlice
Extracts a sub array from an existing array.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArraySome
Calls a given closure/function with every element in a given array and returns true if one of the closure calls returns true
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArraySort
Sorts array elements.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArraySplice
Modifies an array by removing elements and adding new elements.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArraySum
Returns the sum of all values in an array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArraySwap
Swaps array values of an array at specified positions.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayToList
Used to iterate over an array and run the function closure for each item in the array.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayToStruct
Transform the array to a struct, the index of the array is the key of the struct
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.array.ArrayUnshift
This function adds one or more elements to the beginning of the original array and returns the length of the modified array.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.async.ExecutorGet
Get an executor by name
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.async.ExecutorHas
Verify if an executor exists
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.async.ExecutorList
Get's an array of all the executors registered in the system
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.async.ExecutorNew
Creates and registers a new executor by name and type.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.async.ExecutorShutdown
Shuts down an executor by name.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.async.ExecutorStatus
Get a struct map of a specific executor and its stats.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.async.FutureNew
Create a new BoxFuture object.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.async.IsInThread
Verifies if the calling execution code is running in a thread or not.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.async.RunAsync
Executes the given code asynchronously and returns to you a BoxFuture object that you can use to interact with the asynchronously executed code.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.async.ThreadJoin
Waits for the given thread object to finish running
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.async.ThreadNew
Creates a new thread of execution based on the passed closure/lambda.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.async.ThreadTerminate
Terminates the thread specified by the threadName parameter.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.binary.BinaryDecode
Encodes binary data to a string with the specified algorithm
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.binary.BinaryEncode
Encodes binary data to a string with the specified algorithm
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.binary.BitAnd
Performs a bitwise logical AND operation.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.binary.BitMaskClear
Performs a bitwise mask clear operation.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.binary.BitMaskRead
Performs a bitwise mask read operation.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.binary.BitMaskSet
Performs a bitwise mask set operation.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.binary.BitNot
Performs a bitwise logical NOT operation.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.binary.BitOr
Performs a bitwise logical OR operation.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.binary.BitSh
Performs a bitwise shift-left or shift-right, no-rotation operation.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.binary.BitXor
Performs a bitwise logical XOR operation.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.cache.GetBoxCache
The entry BIF into the BoxCache.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.cache.GetBoxCacheFilter
This method creates a cache filter that can be used to operate on a cache instance and its keys.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.cache.GetBoxCacheNames
Get an array of all the registered caches in BoxLang
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.cache.GetBoxCacheProviders
Get an array of all the registered cache providers in BoxLang
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.cache.GetBoxCacheService
Get access to the Box Cache services.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.conversion.DataNavigate
Constructs a fluent data navigator based on different types of data.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.conversion.JSONDeserialize
Converts a JSON (JavaScript Object Notation) string data representation into data, such as a structure or array.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.conversion.JSONPrettify
Prettifies a JSON string.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.conversion.JSONSerialize
Converts a BoxLang variable into a JSON (JavaScript Object Notation) string.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.conversion.ParseNumber
Converts a string to a number in the specified numeral system
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.conversion.ToBase64
Calculates the Base64 representation of a string or binary object.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.conversion.ToBinary
Calculates the binary representation of Base64-encoded data.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.conversion.ToImmutable
Convert an array, struct or query to its immutable counterpart.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.conversion.ToMutable
Convert an array, struct or query to its mutable counterpart.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.conversion.ToNumeric
Cast a value to a number.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.conversion.ToScript
 
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.conversion.ToString
Converts a value to a string.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.Attempt
Create an Attempt object with or without a given value so you can do fluent operations on the registered attempt value.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsArray
Determine whether a value is an array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsBinary
Determines whether a value is stored as binary data.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsBoolean
Determine whether a given object is a boolean
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsClosure
Determine whether a given object is a closure
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsCustomFunction
Determine whether a given object is a custom function.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsDate
Determine whether a given value is a date object or a date string.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsDateObject
Determine whether a given value or variable reference is a date or dateTime object.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsDebugMode
Determine whether the current BoxLang instance is running in debug mode.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsDefined
Determine whether a given variable reference exists.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsEmpty
Determine whether a given value is empty
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsFileObject
Determine whether the given object is a BoxLang File object.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsIPv6
Determine whether the given hostname supports IPv6.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsJSON
Evaluates whether a string is in valid JSON (JavaScript Object Notation) data interchange format.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsLeapYear
Determine whether a given integer value represents a leap year.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsLocalHost
Determine whether a given string value represents a loopback IP address, like `localhost`, `127.0.0.1` or `::1`.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsNull
Determine whether a given value or variable reference is null.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsNumeric
Tests whether a value is numeric
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsObject
Determines whether a value is an object.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsQuery
Determine whether the given value is a BoxLang Query object.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsSimpleValue
Determine whether the given value is a string, numeric, or date.Arrays, structs, queries, closures, classes and components, and other complex structures will return false.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsStruct
Determine whether a value is a struct
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsValid
Determine whether the given value is a string, numeric, or date.Arrays, structs, queries, closures, classes and components, and other complex structures will return false.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsXML
Determines whether a string is well-formed XML text.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsXmlAttribute
Determines whether the function parameter is an ATTRIBUTE node of an XML doc.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsXMLDoc
Determines whether the function parameter is an Extended Markup language (XML) document object.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsXMLElem
Determines whether the function parameter is an ELEMENT node of an XML doc.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsXMLNode
Determines whether the function parameter is a ANY node of an XML doc.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.decision.IsXMLRoot
Determines whether the function parameter is a root element node of an XML doc.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.encryption.Decrypt
Decrypts a provided encoded encrypted string using the specified algorithm and key
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.encryption.Encrypt
Encrypts an object using the specified algorithm and key
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.encryption.GenerateSecretKey
Generates an encoded encryption key using the specified algorithm and key size
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.encryption.Hash
Creates an algorithmic hash of an object
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.encryption.Hmac
Creates an algorithmic hash of an object
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.format.BooleanFormat
Returns the value formatted as a boolean string
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.format.DecimalFormat
Converts a number to a decimal-formatted string.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.format.NumberFormat
Formats a number with an optional format mask
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.i18n.ClearLocale
Clears the current request-level locale.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.i18n.GetLocale
Retrieves the the string representation of the current locale
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.i18n.GetLocaleDisplayName
Returns the Locale display name with an optional display language/locale
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.i18n.GetLocaleInfo
Retrieves a struct containin info on a locale, with an optional display locale
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.i18n.IsCurrency
Determines whether a value can be parsed to numeric in the given or default locale
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.i18n.ParseCurrency
Parses a currency value in to a numeric using the specified or context locale
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.i18n.SetLocale
Sets the current request-level locale.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.CreateTempDirectory
Creates a temporary directory in the specified directory with the specified prefix if passed.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.CreateTempFile
Creates a temporary file in the specified directory with the specified prefix and suffix if passed.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.DirectoryCopy
Copies a directory from one location to another
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.DirectoryCreate
Creates a directory
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.DirectoryDelete
Deletes a directory
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.DirectoryExists
Determines whether a directory exists
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.DirectoryList
List the contents of a directory.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.DirectoryMove
Moves a directory from one location to another
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.ExpandPath
Creates an absolute, platform-appropriate path that is equivalent to the value of 'path', appended to the base path.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileAppend
Appends new contents to a file starting at the last character in the file
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileClose
Closes an on-disk or in-memory file that is open.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileCopy
Copies a file from one location to another
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileDelete
Deletes the specified file on the server.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileExists
Determines whether a file exists
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileGetMimeType
Gets the MIME type for the file path/file object you have specified.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileInfo
Returns a struct of file information.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileIsEOF
Determines whether the end of the file has been reached while reading it.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileMove
Moves file from source to destination
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileOpen
Opens a file for reading or writing and returns a file object for future operations
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileRead
Reads the contents of a file and returns it as a string or binary object
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileReadLine
Returns the next line from the file object stream
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileSeek
Moves the buffer cursor position forward the number of characters specified by the position argument
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileSetAccessMode
Sets the Posix permissions on a file
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileSetAttribute
Sets a file access attribute
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileSetLastModified
Sets the last modified time of a file
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileWrite
Writes the contents of a string or binary data to a file
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.FileWriteLine
Writes a line of data to a file
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.GetCanonicalPath
Returns the canonical path of a file, resolving all relative path elements and symlinks
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.io.GetDirectoryFromPath
Retrieves the directory parent of a path
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.java.CreateDynamicProxy
Creates a dynamic proxy of the Box Class that is passed to a Java library.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.jdbc.IsInTransaction
Detect whether the current context is executing within a transaction
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.jdbc.QueryExecute
Execute an SQL query and returns the results.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.jdbc.TransactionCommit
Commit the current transaction and persist all stored queries.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.jdbc.TransactionRollback
Rollback the current transaction and discard all unpersisted queries.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.jdbc.TransactionSetSavepoint
Sets a savepoint in the current transaction.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.GetToken
Determines whether a token of the list in the delimiters parameter is present in a string.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListAppend
Appends an element to a list
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListAvg
Gets the average of all values in a list
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListChangeDelims
Converts the delimiters of a list to the new delimiter.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListCompact
Compacts a list by removing empty items from the start and end of the list
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListDeleteAt
Deletes an element from a list.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListEach
Used to iterate over a delimited list and run the function closure for each item in the list.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListEvery
Tests whether all items in a list meet the specified callback
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListFilter
Filters a delimted list and returns the values from the callback test
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListFind
Return int position of value in delimited list, case sensitive or case-insenstive variations
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListGetAt
Retrieves an item from a delimited list at the specified position
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListGetEndings
Returns the first or last item in a delimited list, according to the specified function name
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListIndexExists
Checks if a list has a given index
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListInsertAt
Filters a delimted list and returns the values from the callback test
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListItemTrim
Trims each item in the list.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListLen
Calculates the length of a list separated by the specified delimiter
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListMap
Used to iterate over a delimited list and run the function closure for each item in the list and create a new list from the returned values.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListPrepend
Filters a delimted list and returns the values from the callback test
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListQualify
Inserts a string at the beginning and end of list elements.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListReduceRight
Run the provided udf over a reversed delimited list to reduce the values to a single output
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListRemoveDuplicates
De-duplicates a delimited list - either case-sensitively or case-insenstively
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListRest
Returns the remainder of a list after removing the first item
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListSetAt
Retrieves an item in to a delimited list at the specified position
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListSome
Tests whether any item in a list meets the specified callback
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListSort
Sorts a delimited list and returns the result
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListToArray
Converts a delimited list to an array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.list.ListValueCount
returns a count of the number of occurrences of a value in a list
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Abs
Returns the absolute value of a number
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Acos
Returns the arccosine (inverse cosine) of a number
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Asin
Returns the arcsine (inverse sine) of a number
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Atn
Returns the arc tangent (inverse tangent) of a number
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Ceiling
Determines the closest integer that is greater than a specified floating point number.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Cos
Returns the cosine of an angle entered in radians
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.DecrementValue
Decrement the integer part of a number
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Exp
Calculates the exponent whose base is e that represents a number.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Fix
Converts a real number to an integer
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Floor
Returns the absolute value of a number
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.FormatBaseN
Converts a number to a string representation in the specified base.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.IncrementValue
Increment the integer part of a number
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.InputBaseN
Converts a string, using the base specified by radix, to an integer.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Int
Returns the closest integer that is smaller than the number
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Log
Returns the natural logarithm of a number.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Log10
Returns the logarithm of a number to base 10.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Max
Return larger of two numbers
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Min
Return larger of two numbers
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Pi
Returns the mathmatical constant Pi accurate to 15 digits
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.PrecisionEvaluate
Evaluates one or more string expressions using BigDecimal precision arithmetic.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Rand
Return a random double between 0 and 1
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Randomize
Seeds the pseudo-random number generator with an integer number, ensuring repeatable number patterns.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.RandRange
Return a random int between number1 and number 2
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Round
Rounds a number to the closest integer.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Sgn
Determine the sign of a number
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Sin
Returns the sine of a number
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Sqr
Returns the square root of a number
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.math.Tan
Returns the tangent of an angle that is entered in radians.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryAddColumn
Adds a column to a query and populates its rows with the contents of a one-dimensional array.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryAddRow
Return new query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryAppend
This function clears the query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryClear
This function clears the query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryColumnArray
This function returns the column array of a query.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryColumnCount
This function returns the number of columns in a query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryColumnData
Returns the data in a query column.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryColumnExists
This function returns true if the column exists in the query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryCurrentRow
Returns the current row number
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryDeleteColumn
Deletes a column within a query object.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryDeleteRow
This function deletes a row from the query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryEach
Iterates over query rows and passes each row per iteration to a callback function
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryEvery
Executes a callback/closure against every row in a query and returns true if the callback/closure returned true for every row.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryFilter
Filters query rows specified in filter criteria
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryGetCell
This function maps the query to a new query.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryGetResult
Returns the metadata of a query.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryInsertAt
Inserts a query data into another query at a specific position
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryKeyExists
This function returns true if the key exists in the query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryMap
This function maps the query to a new query.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryNew
Return new query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryPrepend
Adds a query to the beginning of another query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryRecordCount
This function returns the number of records in a query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryReduce
This function reduces the query to a single value.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryReverse
This function reverses the query data
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryRowData
Returns the cells of a query row as a structure
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QueryRowSwap
In a query object, swap the record in the sourceRow with the record from the destinationRow.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QuerySetCell
Sets a cell to a value.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QuerySetRow
Adds or updates a row in a query based on the provided row data and position.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QuerySlice
Returns a subset of rows from an existing query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QuerySome
This function calls a given closure/function with every element in a given query and returns true, if one of the closure calls returns true
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.query.QuerySort
Sorts array elements.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.stream.ToBXArray
Collect a Java stream into a BoxLang Array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.stream.ToBXList
Collect a Java stream into a BoxLang delimited list.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.stream.ToBXQuery
Collect a Java stream into a BoxLang Query.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.stream.ToBXStruct
Collect a Java stream into a BoxLang Struct.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Ascii
Determine the ASCII value of a character
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.CamelCase
Convert a string to camel case
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Char
Convert a numeric UCS-2 code to a character
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.CharsetDecode
Encodes a string to a binary representation
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.CharsetEncode
Encodes a binary string representation to an encoded string
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Compare
Performs a case-sensitive comparison of two strings.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.CompareNoCase
Performs a case-insensitive comparison of two strings.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Find
Finds the first occurrence of a substring in a string, from a specified start position.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.FindOneOf
Finds the first occurrence of any character in a set of characters, from a specified start position.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Insert
Inserts a substring into another string at a specified position.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Justify
Justifies characters in a string of a specified length, either left or right.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.KebabCase
Convert a string to kebab case
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.LCase
Uppercase a string
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Left
Extract the leftmost count characters from a string
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.ListReduce
Run the provided udf over a delimited list to reduce the values to a single output
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.LTrim
Trim leading whitespace from a string
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Mid
Extract a substring from a string
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.ParagraphFormat
Replaces characters in a string: Single newline characters (CR/LF sequences) with spaces and double newline characters with HTML paragraph tags
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.PascalCase
Convert a string to pascal case
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.QueryStringToStruct
Convert a query string to a struct.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.ReEscape
Escapes regular expression control characters within a string.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.ReFind
Uses a regular expression (RE) to search a string for a pattern, starting from a specified position.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.ReMatch
Uses a regular expression (RE) to search a string for a pattern, starting from a specified position.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.RemoveChars
Removes characters from a string.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.RepeatString
Create a string that contains a specified number of repetitions of the specified string.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Replace
Replaces occurrences of substring1 in a string with obj, in a specified scope.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.ReplaceList
Replaces occurrences of the elements from a delimited list, in a string with corresponding elements from another delimited list.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.ReplaceNoCase
Replaces occurrences of substring1 in a string with obj, in a specified scope.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.ReReplace
Uses a regular expression (regex) to search a string for a string pattern and replace it with another.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Reverse
Reverse the order of characters in a string
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Right
Extract the rightmost count characters from a string
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.RTrim
Trim trailing whitespace from a string
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Slugify
Slugify a string for URL safety
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.SnakeCase
Convert a string to snake case
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.SpanExcluding
Get characters from a string, from the beginning to a character that is in a specified set of characters.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.SpanIncluding
Gets characters from a string, from the beginning to a character that is NOT in a specified set of characters.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.SQLPrettify
Prettify a SQL string
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.StringBind
This BIF allows you to bind a string with placeholders to a set of values.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.StringEach
Iterates all the elements in a string and runs the passed callback on each character
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.StringEvery
Tests a string that all elements meet the specified criteria
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.StringFilter
Filters all the elements in a string according to a specified callback
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.StringMap
Iterates over all elements in a string and returns a new mapped string
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.StringReduce
Run the provided udf over all characters in a string to reduce the values to a single output
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.StringReduceRight
Run the provided udf over a reversed string to reduce the values to a single output
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.StringSome
Tests whether any item in a string meets the specified callback
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.StringSort
Sorts a string and returns the result
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.StripCR
Deletes return characters from a string.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Trim
Trim whitespace from the beginning and end of a string
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.TrueFalseFormat
Return Yes/No based on whether the input is true/false
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.UCase
Uppercase a string
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.UCFirst
Transform the first letter of a string to uppercase or the first letter of each word, and optionally lowercase uppercase characters.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Val
Converts numeric characters and the first period found that occur at the beginning of a string to a number.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.Wrap
 
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.string.YesNoFormat
Return Yes/No based on whether the input is true/false
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructAppend
Appends the contents of a second struct to the first struct either with or without overwrite
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructClear
Clear all items from struct
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructCopy
Creates a shallow copy of a struct.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructDelete
Deletes a key from a struct
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructEach
Used to iterate over a struct and run the function closure for each key/value pair.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructEquals
Tests equality between two structs
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructEvery
Used to iterate over a struct and test whether every item in the struct meets the test.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructFilter
Used to filter a struct and return a new struct containing the result
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructFind
Finds and retrieves a top-level key from a string in a struct
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructFindKey
Searches a struct for a given key and returns an array of values
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructFindValue
Searches a struct for a given value and returns an array of results
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructGet
Retrieves the value from a struct using a path based expression
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructGetMetadata
Gets Struct-specific metadata of the requested struct.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructInsert
Inserts a key/value pair in to a struct - with an optional overwrite argument
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructIsCaseSensitive
Returns whether the give struct is case sensitive
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructIsOrdered
Tests whether a struct is ordered ( e.g.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructKeyArray
Get keys of a struct as an array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructKeyExists
Tests whether a key exists in a struct and returns a boolean value
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructKeyList
Get keys of a struct as a string list
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructKeyTranslate
Converts a struct with dot-notated keys in to an unflattened version
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructMap
Used to map a struct to a new struct of the same type containing the result
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructNew
Creates a new struct of the specified type.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructReduce
Run the provided udf against struct to reduce the values to a single output
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructSome
Used to iterate over a struct and test whether any items meet the test callback.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructSort
Sorts a struct according to the specified arguments and returns an array of struct keys
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructToQueryString
Converts a struct to a query string using the specified delimiter.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructToSorted
Converts a struct to a sorted struct - using either a callback comparator or textual directives as the sort option
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructUpdate
Updates or sets a key/value pair in to a struct
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.struct.StructValueArray
Returns an array of all values of top level keys in a struct
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.ApplicationRestart
Restarts the currently running application
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.ApplicationStartTime
Get the start date/time of the running application
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.ApplicationStop
Stops the currently running application
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.BoxAnnounce
Announce a BoxLang event to the system
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.BoxAnnounceAsync
Announce a BoxLang event to the system asynchronously
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptor
Registers a global interceptor that can listen to global runtime events.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.BoxRegisterRequestInterceptor
Registers a request interceptor that can listen to application listener request runtime events.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.CallStackGet
Returns an array of structs by default of the current tag context.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.CreateGUID
Create a Globally Unique Identifier (UUID).
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.CreateObject
Creates a new object representation
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.CreateUUID
Create a Universally Unique Identifier (UUID).
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.DE
Delay evaluation of a string as an expression, when it is passed as a parameter to the IIf or Evaluate functions.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.DebugBoxContexts
A debug BIF that dumps out the current context hierarchy
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.Dump
Outputs the contents of a variable of any type for debugging purposes.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.Duplicate
Duplicates an object - either shallow or deep
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.EncodeForHTML
Encodes the input string for safe output in the body of a HTML tag.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetApplicationMetadata
Print a message with line break to the console
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetBaseTemplatePath
Gets the absolute server file system path of the requested file.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetBoxContext
Get the current Box Context
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetBoxRuntime
Get the current Box Runtime
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetBoxVersionInfo
Get's the version information of the current Box Runtime
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetClassMetadata
Returns the current value of an internal millisecond timer.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetComponentList
Get a collection of all the registered global components in the runtime.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetContextRoot
Gets the context root.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetCurrentTemplatePath
Gets the absolute server file system path of the file that calls this function.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetFileFromPath
Extracts a filename from an absolute path.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetFunctionCalledName
Get the name of the function that is being called.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetFunctionList
Get a collection of all the registered global functions in the runtime.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetModuleInfo
Get the module record for a loaded module in BoxLang.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetModuleList
Get a collection of all the registered global functions in the runtime.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetSystemSetting
Retrieve a Java System property or environment value by name.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetTempDirectory
Get the system's temporary directory.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.GetTickCount
Returns the current value of an internal millisecond timer.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.IIF
A boolean condition or value is passed into the first argument.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.Invoke
Invokes an object method and returns the result of the invoked method.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.IsInstanceOf
Determines whether an object is an instance of a BoxLang interface or component, or of a Java class.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.JavaCast
Cast a variable to a specified Java type
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.PagePoolClear
For Lucee compat right now.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.Print
Print a message with line break to the console
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.Println
Print a message with line break to the console
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.RunThreadInContext
Executes the code in the callback with a speciec parent context so a specific application name is visible and an optional sessionID, or a specific context can be provided from another request.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.SessionInvalidate
Clears session scope and makes the current session identifiers no longer valid.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.SessionRotate
Creates a new session (using new session ids) and copies session scope into this new session, then invalidates the old session.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.SessionStartTime
Provides information about the time when the current users session scope was created
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.Sleep
Sleeps the current thread for the specified duration in millisecons
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.SystemExecute
Executes a system process/command on the underlying OS.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.SystemOutput
Writes the given object to the output stream
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.Throw
Throws a developer-specified exception, which can be caught with a catch block.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.URLDecode
Decodes a URL-encoded string.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.URLEncodedFormat
Generates a URL-encoded string.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.WriteLog
Writes a log message out
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.system.WriteOutput
Print a message with line break to the buffer
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.ClearTimezone
Clears the current timezone in the request
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.CreateDateTime
Creates a date-time object.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.CreateODBCDateTime
Creates a DateTime object with the format set to ODBC Implicit format
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.CreateTimeSpan
Creates a timespan Duration
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.DateAdd
Modifies a date object by date part and integer time unit
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.DateCompare
Compares the difference between two dates - returning 0 if equal, -1 if date2 is less than date1 and 1 if the inverse
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.DateConvert
Converts local time to Coordinated Universal Time (UTC), or UTC to local time.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.DateDiff
Returns the numeric difference in the requested date part between two dates
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.DatePart
Extracts a part from a datetime value as a numeric.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormat
Formats a datetime, date or time
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.GetTimezoneInfo
Retrieves a struct of information about the timezone
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.LSDateTimeFormat
Formats a date in a locale-specific format
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.LSIsDate
Determines whether a string is avalid date/time string with either a specific locale or within the current system/application locale
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.LSParseDateTime
Parses a locale-specific datetime string or object
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.LSTimeUnits
Provides the Localized BIF and member functions for time units ( e.g.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.Now
Returns the current DateTimeObject representing the current zoned instance
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.ParseDateTime
Parses a datetime string or object
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.SetTimezone
Sets the timezone of the current request context
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.temporal.TimeUnits
Provides the BIF and member functions for all time unit request with no arguments
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.type.GetMetaData
Gets metadata (the methods, properties, and parameters of a component) associated with an object.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.type.Len
Returns the absolute value of a number
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.type.NullValue
Returns a null value.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.xml.XMLChildPos
Gets the position of a child element within an XML document object.
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.xml.XMLElemNew
Creates a new XML Element which can be appended to an XML document
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.xml.XMLFormat
Formats a string so that special XML characters can be used as text in XML
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.xml.XMLGetNodeType
Get XML values according to given xPath query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.xml.XMLNew
Creates a new empty XML Object
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.xml.XMLParse
Return new array
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.xml.XMLSearch
Get XML values according to given xPath query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.xml.XMLTransform
Get XML values according to given xPath query
_invoke(IBoxContext, ArgumentsScope) - Method in class ortus.boxlang.runtime.bifs.global.xml.XMLValidate
Uses a Document Type Definition (DTD) or XML Schema to validate an XML text document or an XML document object.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.async.Thread
The thread component enables multithreaded programming in BoxLang.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.cache.Cache
Component which provides caching functionality, including content, individual entries, and HTTP headers
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.Component
Invoke the Component with the given arguments.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.debug.Timer
Times a block of code and outputs the result in a specified format.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.io.Directory
Allows you to list, create, delete or rename a directory in the server file system.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.io.File
Manages interactions with server files.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.jdbc.DBInfo
Retrieve database metadata for a given datasource.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.jdbc.ProcParam
Provide a paramater to a stored procudure.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.jdbc.ProcResult
Register a result set variable for a stored procedure.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.jdbc.Query
 
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.jdbc.QueryParam
 
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.jdbc.StoredProc
Execute a stored procedure.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.jdbc.Transaction
 
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.net.HTTP
I make an HTTP call
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.net.HTTPParam
I add an HTTP param to an HTTP call.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Abort
Tests for a parameter's existence, tests its data type, and, if a default value is not assigned, optionally provides one.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Application
I define an application
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Associate
Allows subtag data to be saved with a base tag.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Dump
Outputs the contents of a variable of any type for debugging purposes.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Execute
Component variation of Execute function
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Exit
This component aborts processing of the currently executing custom tag, exits the page within the currently executing custom tag, or re-executes a section of code within the currently executing custom tag.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Flush
I include a template into the current template
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Include
I include a template into the current template
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Invoke
Invokes a method from within a template or class.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.InvokeArgument
Passes the name and value of an argument to a method.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Lock
Ensures the integrity of shared data.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Log
Logs information to the specified log file
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Loop
Different items are required based on loop type.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Module
Invokes a custom tag.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.ObjectComponent
Creates a new object representation
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Output
I capture the generated content from the body statements and save it into a variable
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Param
Tests for a parameter's existence, tests its data type, and, if a default value is not assigned, optionally provides one.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.ProcessingDirective
This tag does nothing for now.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.SaveContent
I capture the generated content from the body statements and save it into a variable
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Setting
Tests for a parameter's existence, tests its data type, and, if a default value is not assigned, optionally provides one.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Silent
Suppresses output produced by code within the body of the component.
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Sleep
Sleep for a specified number of milliseconds
_invoke(IBoxContext, IStruct, Component.ComponentBody, IStruct) - Method in class ortus.boxlang.runtime.components.system.Throw
Throws a developer-specified exception, which can be caught with a catch block.
_invoke(Array) - Static method in class ortus.boxlang.runtime.bifs.global.array.ArraySum
Return length of array
_LIST - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_name - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_NAME - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_NUMERIC - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_PACKAGE - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_pseudoConstructor(IBoxContext) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
_QUERY - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_setbx(BoxMeta) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
 
_setSuper(BoxInterface) - Method in class ortus.boxlang.runtime.runnables.BoxInterface
Set the actual static super var
_setSuper(IClassRunnable) - Method in interface ortus.boxlang.runtime.runnables.IClassRunnable
Set the super class.
_slash - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_STRING - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_STRUCT - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_super - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_throw - Static variable in class ortus.boxlang.runtime.scopes.Key
 
_UDF - Static variable in class ortus.boxlang.runtime.scopes.Key
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form