Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MS.Internal.Xml.XPath.Operator Class Referencesealed

Public Types

enum  Op {
  INVALID , OR , AND , EQ ,
  NE , LT , LE , GT ,
  GE , PLUS , MINUS , MUL ,
  DIV , MOD , UNION
}
 
enum  AstType {
  Axis , Operator , Filter , ConstantOperand ,
  Function , Group , Root , Variable ,
  Error
}
 

Public Member Functions

 Operator (Op op, AstNode opnd1, AstNode opnd2)
 

Static Public Member Functions

static Op InvertOperator (Op op)
 

Properties

override AstType Type [get]
 
override XPathResultType ReturnType [get]
 
Op OperatorType [get]
 
AstNode Operand1 [get]
 
AstNode Operand2 [get]
 

Private Attributes

readonly Op _opType
 
readonly AstNode _opnd1
 
readonly AstNode _opnd2
 

Static Private Attributes

static readonly Op[] s_invertOp
 

Detailed Description

Definition at line 5 of file Operator.cs.


The documentation for this class was generated from the following file: