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

Contains the Comparison Operators for the BadScript2 Language. More...

Namespaces

namespace  Validators
 Contains the Expression Validators for the BadScript2 Language.
 

Classes

class  BadExpressionValidator
 Base class for all expression validators. More...
 
struct  BadExpressionValidatorContext
 Implements a context for expression validation. More...
 
struct  BadExpressionValidatorMessage
 Models a message from a BadExpressionValidator. More...
 

Enumerations

enum  BadExpressionValidatorMessageType { Info , Warning , Error }
 Defines the type of a BadExpressionValidatorMessage. More...
 

Detailed Description

Contains the Comparison Operators for the BadScript2 Language.

Enumeration Type Documentation

◆ BadExpressionValidatorMessageType

Defines the type of a BadExpressionValidatorMessage.

Enumerator
Info 

Informational message.

Warning 

Warning message.

Error 

Error message.

Definition at line 6 of file BadExpressionValidatorMessageType.cs.

7{
11 Info,
12
16 Warning,
17
21 Error,
22}