Describes a specific position inside a source file.
Implements an expression that Deletes an object pointed to by BadObjectReference.
BadDeleteExpression(BadExpression expression, BadSourcePosition position)
Creates a new Delete Expression.
override IEnumerable< BadObject > InnerExecute(BadExecutionContext context)
readonly BadExpression Expression
The Key to delete.
override IEnumerable< BadExpression > GetDescendants()
Base Implementation for all Expressions used inside the Script.
IEnumerable< BadExpression > GetDescendantsAndSelf()
Returns all Descendants of the Expression and the Expression itself.
BadSourcePosition Position
The source Position of the Expression.
IEnumerable< BadObject > Execute(BadExecutionContext context)
Evaluates the Expression within the current Execution Context.
The Execution Context. Every execution of a script needs a context the script is running in....
Gets thrown by the runtime.
static BadRuntimeException Create(BadScope? scope, string message)
Creates a new BadScriptException.
The Base Class for all BadScript Objects.
static readonly BadObject Null
The Null Value for the BadScript Language.
Implements the base functionality for a BadScript Reference.
Contains Shared Data Structures and Functionality.
Contains the Expressions for the BadScript2 Language.
Contains the Error Objects for the BadScript2 Language.
Contains the Runtime Objects.
Contains the Runtime Implementation.