JGR MSTS Editors and Tools
OperatorType Enumeration
NamespacesJgr.GrammarOperatorType

[This is preliminary documentation and is subject to change.]

Contains the possible operations found in an expression.
Declaration Syntax
C#Visual BasicVisual C++
public enum OperatorType
Public Enumeration OperatorType
public enum class OperatorType
Members
MemberDescription
Reference
A reference to something else, such as another expression.

String
A string literal.

Optional
A subexpression which may be used or skipped.

Repeat
A subexpression which may be used multiple times in a row.

LogicalOr
Two subexpressions of which only one may be used at a time.

LogicalAnd
Two subexpressions that must both be used in order.

Assembly: JGR.Grammar (Module: JGR.Grammar) Version: 0.5.4008.31681