Modifier and Type | Field and Description |
---|---|
private static java.util.EnumSet<JavaWriter.Scope> |
JavaWriter.METHOD_SCOPES |
private java.util.Deque<JavaWriter.Scope> |
JavaWriter.scopes |
Modifier and Type | Method and Description |
---|---|
static JavaWriter.Scope |
JavaWriter.Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavaWriter.Scope[] |
JavaWriter.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
JavaWriter.popScope(JavaWriter.Scope... expected) |