OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TableFunctionsFactory_node.PrimitiveNode Class Reference
+ Inheritance diagram for TableFunctionsFactory_node.PrimitiveNode:
+ Collaboration diagram for TableFunctionsFactory_node.PrimitiveNode:

Public Member Functions

def __init__
 
def accept
 
def __eq__
 
- Public Member Functions inherited from TableFunctionsFactory_node.TypeNode
def is_array
 
def is_column_any
 
def is_column
 
def is_column_list
 
def is_cursor
 
def is_output_buffer_sizer
 
def is_text_encoding_dict
 
def is_array_text_encoding_dict
 
def is_integer_scalar
 
def is_float_scalar
 
def is_boolean_scalar
 
def is_string_scalar
 
def is_scalar
 
- Public Member Functions inherited from TableFunctionsFactory_node.Node
def accept
 
def get_parent
 
def copy
 
- Public Member Functions inherited from TableFunctionsFactory_node.PrintNode
def __str__
 
def __repr__
 

Public Attributes

 type
 
- Public Attributes inherited from TableFunctionsFactory_node.TypeNode
 type
 

Detailed Description

Definition at line 178 of file TableFunctionsFactory_node.py.

Constructor & Destructor Documentation

def TableFunctionsFactory_node.PrimitiveNode.__init__ (   self,
  type 
)
Parameters
----------
type : str

Definition at line 180 of file TableFunctionsFactory_node.py.

181  def __init__(self, type):
182  """
183  Parameters
184  ----------
185  type : str
186  """
187  self.type = type

Member Function Documentation

def TableFunctionsFactory_node.PrimitiveNode.__eq__ (   self,
  other 
)
def TableFunctionsFactory_node.PrimitiveNode.accept (   self,
  visitor 
)

Definition at line 188 of file TableFunctionsFactory_node.py.

Referenced by TableFunctionsFactory_node.PrintNode.__str__().

189  def accept(self, visitor):
190  return visitor.visit_primitive_node(self)

+ Here is the caller graph for this function:

Member Data Documentation

TableFunctionsFactory_node.PrimitiveNode.type

Definition at line 186 of file TableFunctionsFactory_node.py.

Referenced by TableFunctionsFactory_parser.Token.__str__().


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