qtil
advanced-security/qtil-cpp 0.0.4
Search

Member predicate GotoStmt::getName

Gets the name of the label this ‘goto’ statement refers to.

For example, for

goto someLabel;

the result is "someLabel".

string getName()