Module jdk.compiler

Interface ModuleTree

All Superinterfaces:
Tree

public interface ModuleTree
extends Tree
A tree node for a module declaration. For example:
    annotations
    [open] module module-name {
        directives
    }
 
Since:
9