proxygen
pump.ExpNode Class Reference

Public Member Functions

def __init__ (self, token, python_exp)
 
def __init__ (self, token, python_exp)
 
def __init__ (self, token, python_exp)
 

Public Attributes

 token
 
 python_exp
 

Detailed Description

Definition at line 437 of file pump.py.

Constructor & Destructor Documentation

def pump.ExpNode.__init__ (   self,
  token,
  python_exp 
)

Definition at line 438 of file pump.py.

Referenced by pump.ExpNode.__init__().

438  def __init__(self, token, python_exp):
439  self.token = token
440  self.python_exp = python_exp
441 
442 
def __init__(self, token, python_exp)
Definition: pump.py:438
def pump.ExpNode.__init__ (   self,
  token,
  python_exp 
)
def pump.ExpNode.__init__ (   self,
  token,
  python_exp 
)

Member Data Documentation

pump.ExpNode.python_exp

Definition at line 440 of file pump.py.

Referenced by pump.ExpNode.__init__().

pump.ExpNode.token

Definition at line 439 of file pump.py.

Referenced by pump.ExpNode.__init__().


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