Package | Description |
---|---|
com.sun.source.tree |
Provides interfaces to represent source code as abstract syntax
trees (AST).
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExportsTree
A tree node for an 'exports' 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 and Description |
---|---|
List<? extends DirectiveTree> |
ModuleTree.getDirectives()
Returns the directives in the module declaration.
|
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-22-203349.buildd.src