| Interface | Description |
|---|---|
| NodeWithAbstractModifier<N extends Node> |
A node that can be abstract.
|
| NodeWithAccessModifiers<N extends Node> |
A node that can be public, protected, and/or private.
|
| NodeWithFinalModifier<N extends Node> |
A node that can be final.
|
| NodeWithPrivateModifier<N extends Node> |
A node that can be private.
|
| NodeWithProtectedModifier<N extends Node> |
A node that can be protected.
|
| NodeWithPublicModifier<N extends Node> |
A node that can be public.
|
| NodeWithStaticModifier<N extends Node> |
A node that can be static.
|
| NodeWithStrictfpModifier<N extends Node> |
A node that can be strictfp.
|
Copyright © 2007–2024. All rights reserved.