| Package | Description |
|---|---|
| com.github.javaparser.ast | |
| com.github.javaparser.ast.nodeTypes | |
| com.github.javaparser.resolution.declarations |
| Modifier and Type | Method and Description |
|---|---|
static AccessSpecifier |
AccessSpecifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessSpecifier[] |
AccessSpecifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default AccessSpecifier |
NodeWithModifiers.getAccessSpecifier() |
| Modifier and Type | Method and Description |
|---|---|
AccessSpecifier |
HasAccessSpecifier.accessSpecifier()
The access specifier of this element.
|
Copyright © 2007–2021. All rights reserved.