Unit 'PasTree' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] [#fcl-passrc]

TOperatorType

Declaration

Source position: pastree.pp line 1163

type TOperatorType = (

  otUnknown,

  otImplicit,

  otExplicit,

  otMul,

  otPlus,

  otMinus,

  otDivision,

  otLessThan,

  otEqual,

  otGreaterThan,

  otAssign,

  otNotEqual,

  otLessEqualThan,

  otGreaterEqualThan,

  otPower,

  otSymmetricalDifference,

  otInc,

  otDec,

  otMod,

  otNegative,

  otPositive,

  otBitWiseOr,

  otDiv,

  otLeftShift,

  otLogicalOr,

  otBitwiseAnd,

  otbitwiseXor,

  otLogicalAnd,

  otLogicalNot,

  otLogicalXor,

  otRightShift,

  otEnumerator,

  otIn,

  otInitialize,

  otFinalize,

  otAddRef,

  otCopy

);


Documentation generated on: 2023-03-18