createScope static method

StructScope createScope()

Create a new anonymous scope

Returns the created scope.

Implementation

static StructScope createScope() {
  return StructScope();
}