Package | Description |
---|---|
com.sun.source.tree |
Provides interfaces to represent source code as abstract syntax
trees (AST).
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ExportsTree |
A tree node for an 'exports' directive in a module declaration.
|
interface |
OpensTree |
A tree node for an 'opens' directive in a module declaration.
|
interface |
ProvidesTree |
A tree node for a 'provides' directive in a module declaration.
|
interface |
RequiresTree |
A tree node for a 'requires' directive in a module declaration.
|
interface |
UsesTree |
A tree node for a 'uses' directive in a module declaration.
|
Modifier and Type | Method | Description |
---|---|---|
List<? extends DirectiveTree> |
ModuleTree.getDirectives() |
Returns the directives in the module declaration.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b161-1