Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
Class Class Reference
Inheritance diagram for Class:
SymbolTable

Public Member Functions

def get_methods
 
- Public Member Functions inherited from SymbolTable
def __init__
 
def __repr__
 
def get_type
 
def get_id
 
def get_name
 
def get_lineno
 
def is_optimized
 
def is_nested
 
def has_children
 
def has_exec
 
def has_import_star
 
def get_identifiers
 
def lookup
 
def get_symbols
 
def get_children
 

Detailed Description

Definition at line 163 of file symtable.py.

Member Function Documentation

def get_methods (   self)

Definition at line 167 of file symtable.py.

References Class.__methods, and log_faction_ships.tuple.

168  def get_methods(self):
169  if self.__methods is None:
170  d = {}
171  for st in self._table.children:
172  d[st.name] = 1
173  self.__methods = tuple(d.keys())
174  return self.__methods

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