MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / getSerializationType

Method getSerializationType

ThirdParty/antlr4/runtime/src/atn/SetTransition.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18Transition::SerializationType SetTransition::getSerializationType() const {
19 return SET;
20}
21
22misc::IntervalSet SetTransition::label() const {
23 return set;

Callers 5

visitStateMethod · 0.45
_LOOKMethod · 0.45
getEpsilonTargetMethod · 0.45
getEpsilonTargetMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected