BadScript 2
Loading...
Searching...
No Matches
BadScript2.Parser.Expressions Namespace Reference

Contains the Expressions for the BadScript2 Language. More...

Namespaces

namespace  Access
 Contains the Access Expressions for the BadScript2 Language.
 
namespace  Binary
 Contains the Binary Expressions for the BadScript2 Language.
 
namespace  Block
 Contains the Block Expressions for the BadScript2 Language.
 
namespace  Constant
 Contains the Constant Expressions for the BadScript2 Language.
 
namespace  ControlFlow
 Contains the Controlflow Expressions for the BadScript2 Language.
 
namespace  Function
 Contains the Function Expressions for the BadScript2 Language.
 
namespace  Module
 
namespace  Types
 Contains the Type Expressions for the BadScript2 Language.
 
namespace  Variables
 Contains the Variable Expressions for the BadScript2 Language.
 

Classes

class  BadDeleteExpression
 Implements an expression that Deletes an object pointed to by BadObjectReference. More...
 
class  BadExpression
 Base Implementation for all Expressions used inside the Script. More...
 
class  BadInstanceOfExpression
 Implements the 'instanceof' operator. More...
 
class  BadTypeOfExpression
 Implements the 'typeof' operator. More...
 
interface  IBadNamedExpression
 Gets inherited by all Expressions that have a Name(e.g. Variable Definitions, Function Definitions, etc.) More...
 

Detailed Description

Contains the Expressions for the BadScript2 Language.