Analysis Software
Documentation for sPHENIX simulation software
|
Public Member Functions | |
def | __init__ |
def | __str__ |
Public Attributes | |
token_type | |
name | |
start | |
end | |
whence | |
Static Private Attributes | |
__repr__ __str__ | |
Data container to represent a C++ token. Tokens can be identifiers, syntax char(s), constants, or pre-processor directives. start contains the index of the first char of the token in the source end contains the index of the last char of the token in the source
Definition at line 64 of file tokenize.py.
View newest version in sPHENIX GitHub at line 64 of file tokenize.py
def cpp.tokenize.Token.__init__ | ( | self, | |
token_type, | |||
name, | |||
start, | |||
end | |||
) |
Definition at line 74 of file tokenize.py.
View newest version in sPHENIX GitHub at line 74 of file tokenize.py
def cpp.tokenize.Token.__str__ | ( | self | ) |
Definition at line 81 of file tokenize.py.
View newest version in sPHENIX GitHub at line 81 of file tokenize.py
References cpp.tokenize.Token.end, cpp.ast.Node.end, lin_res.name, sinfo.name, Acts::ParticleData.name, Object.name, ActsExamples::VolumeAssociationTest::Config.name, Acts::Experimental::MultiWireStructureBuilder::Config.name, Fatras::Test::Object.name, Acts::Experimental::DetectorBuilder::Config.name, Acts::Experimental::DetectorVolumeBuilder::Config.name, Acts::Svg::LayerConverter::Options.name, PHNode.name, Acts::Cuda::Info::Device.name, ActsExamples::MockupSectorBuilder::ChamberConfig.name, Acts::Experimental::DD4hepVolumeStructure::Options.name, ActsExamples::Geant4::Geant4Detector::Config.name, Acts::Experimental::DD4hepLayerStructure::Options.name, ActsExamples::DD4hep::DD4hepGeometryService::Config.name, PHG4Sector::Layer.name, Acts::ProtoVolume.name, cpp.tokenize.Token.name, Acts::Experimental::Blueprint::Node.name, rootfile.name, intt_pool.name, prdffile.name, Region.name, Acts::CuboidVolumeBuilder::VolumeConfig.name, Acts::FiniteStateMachine< Derived, States >::Terminated.name, Acts::Test::PlyElement.name, ActsExamples::TGeoDetector::Config::Volume.name, Acts::ProtoDetector.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, cpp.ast.Type.name, cpp.tokenize.Token.start, cpp.ast.Node.start, and ActsExamples::StopWatch.start.
|
staticprivate |
Definition at line 86 of file tokenize.py.
View newest version in sPHENIX GitHub at line 86 of file tokenize.py
cpp.tokenize.Token.end |
Definition at line 78 of file tokenize.py.
View newest version in sPHENIX GitHub at line 78 of file tokenize.py
Referenced by cpp.tokenize.Token.__str__().
cpp.tokenize.Token.name |
Definition at line 76 of file tokenize.py.
View newest version in sPHENIX GitHub at line 76 of file tokenize.py
Referenced by cpp.tokenize.Token.__str__().
cpp.tokenize.Token.start |
Definition at line 77 of file tokenize.py.
View newest version in sPHENIX GitHub at line 77 of file tokenize.py
Referenced by cpp.tokenize.Token.__str__(), and pump.Token.__str__().
cpp.tokenize.Token.token_type |
Definition at line 75 of file tokenize.py.
View newest version in sPHENIX GitHub at line 75 of file tokenize.py
Referenced by pump.Token.__str__(), and pump.Token.Clone().
cpp.tokenize.Token.whence |
Definition at line 79 of file tokenize.py.
View newest version in sPHENIX GitHub at line 79 of file tokenize.py