Class ModuleDeclaration

java.lang.Object
com.github.javaparser.ast.Node
com.github.javaparser.ast.modules.ModuleDeclaration
All Implemented Interfaces:
NodeWithAnnotations<ModuleDeclaration>, NodeWithName<ModuleDeclaration>, NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Cloneable

public class ModuleDeclaration extends Node implements NodeWithName<ModuleDeclaration>, NodeWithAnnotations<ModuleDeclaration>
A Java 9 Jigsaw module declaration. @Foo module com.github.abc { requires a.B; }