Unit 'httpd24' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#httpd24]

ap_expr_node_op_e

Declaration

Source position: ap_expr.inc line 37

type ap_expr_node_op_e = (

  op_NOP,

  op_True,

  op_False,

  op_Not,

  op_Or,

  op_And,

  op_Comp,

  op_EQ,

  op_NE,

  op_LT,

  op_LE,

  op_GT,

  op_GE,

  op_IN,

  op_REG,

  op_NRE,

  op_STR_EQ,

  op_STR_NE,

  op_STR_LT,

  op_STR_LE,

  op_STR_GT,

  op_STR_GE,

  op_Concat,

  op_Digit,

  op_String,

  op_Regex,

  op_RegexBackref,

  op_Var,

  op_ListElement,

  op_UnaryOpCall,

  op_UnaryOpInfo,

  op_BinaryOpCall,

  op_BinaryOpInfo,

  op_BinaryOpArgs,

  op_StringFuncCall,

  op_StringFuncInfo,

  op_ListFuncCall,

  op_ListFuncInfo

);


Documentation generated on: 2023-03-18