protected static class GroovyEngine.AccessRules
extends Object
Encapsulates access rules for code completion. Controls which members are visible during completion.
| Modifiers | Name | Description |
|---|---|---|
protected boolean |
allClasses |
Whether to include all classes (including non-public) in completion |
protected boolean |
allConstructors |
Whether to include all constructors (including non-public) in completion |
protected boolean |
allFields |
Whether to include all fields (including non-public) in completion |
protected boolean |
allMethods |
Whether to include all methods (including non-public) in completion |
| Constructor and description |
|---|
AccessRules()Constructs AccessRules with default values (all false). |
AccessRules(Map<String, Object> options)Constructs AccessRules from the given options map. |
Whether to include all classes (including non-public) in completion
Whether to include all constructors (including non-public) in completion
Whether to include all fields (including non-public) in completion
Whether to include all methods (including non-public) in completion
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.