Unit 'RLParser' Package
[Overview][Types][Classes][Index] [#pl_fortesreport]

TRLParserOperation

Declaration

Source position: rlparser.pas line 54

type TRLParserOperation = (

  opNull,

  

  opIdentifier,

  

  opValue,

  

  opLiteral,

  

  opSum,

  

  opSubtract,

  

  opMultiply,

  

  opDivide,

  

  opPower,

  

  opRoot,

  

  opPlus,

  

  opMinus,

  

  opNot,

  

  opGreater,

  

  opLess,

  

  opEqual,

  

  opInequal,

  

  opNotLess,

  

  opNotGreater,

  

  opOr,

  

  opAnd,

  

  opSet,

  

  opInline

  

);



CT Web help

CodeTyphon Studio