Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cpp.ast.Goto Class Reference
+ Inheritance diagram for cpp.ast.Goto:
+ Collaboration diagram for cpp.ast.Goto:

Public Member Functions

def __init__
 
def __str__
 
- Public Member Functions inherited from cpp.ast.Node
def __init__
 
def IsDeclaration
 
def IsDefinition
 
def IsExportable
 
def Requires
 
def XXX__str__
 
def __repr__
 

Public Attributes

 label
 
- Public Attributes inherited from cpp.ast.Node
 start
 
 end
 

Detailed Description

Definition at line 168 of file ast.py.

View newest version in sPHENIX GitHub at line 168 of file ast.py

Constructor & Destructor Documentation

def cpp.ast.Goto.__init__ (   self,
  start,
  end,
  label 
)

Definition at line 169 of file ast.py.

View newest version in sPHENIX GitHub at line 169 of file ast.py

Member Function Documentation

def cpp.ast.Goto.__str__ (   self)

Definition at line 173 of file ast.py.

View newest version in sPHENIX GitHub at line 173 of file ast.py

References cpp.ast.Node._StringHelper(), Acts::Test::Cell1D.label, ActsExamples::ModuleValue.label, Acts::Test::Cell2D.label, cpp.ast.Goto.label, SingleHandle.label, and str.

+ Here is the call graph for this function:

Member Data Documentation

cpp.ast.Goto.label

Definition at line 171 of file ast.py.

View newest version in sPHENIX GitHub at line 171 of file ast.py

Referenced by cpp.ast.Goto.__str__().


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