| Package | Description |
|---|---|
| com.github.javaparser.ast | |
| com.github.javaparser.ast.body |
| Modifier and Type | Method and Description |
|---|---|
static AccessSpecifier |
AccessSpecifier.valueOf(java.lang.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 |
|---|---|
static AccessSpecifier |
ModifierSet.getAccessSpecifier(int modifiers) |
Copyright © 2007-2015. All Rights Reserved.