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

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

Classes

class  BadArrayExpression
 Implements the Array Expression. More...
 
class  BadBooleanExpression
 Implements the Boolean Expression. More...
 
class  BadConstantExpression
 Base Class of all Constant Expressions. More...
 
class  BadNullExpression
 Implements the Null Expression. More...
 
class  BadNumberExpression
 Implements the Number Expression. More...
 
class  BadStringExpression
 Implements the String Expression. More...
 
class  BadTableExpression
 Implements the Table Expression. More...
 
interface  IBadNativeExpression
 Gets implemented by all Constant/Native Expressions to provide fast access to the value without unwrapping it first. More...
 

Detailed Description

Contains the Constant Expressions for the BadScript2 Language.