qtil
advanced-security/qtil-csharp 0.0.3
Search

Member predicate LocalConstantDeclStmt::getVariableDeclExpr

Gets the nth local constant declaration. For example, the second (n = 1) declaration is y = 2 in

void M() {
  const int x = 1, y = 2;
}
LocalConstantDeclExpr getVariableDeclExpr(int n)