public class ModuleDeclaration extends Node implements NodeWithName<ModuleDeclaration>, NodeWithAnnotations<ModuleDeclaration>
@Foo module com.github.abc { requires a.B; }Node.ObserverRegistrationModeABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration| Constructor and Description |
|---|
ModuleDeclaration() |
ModuleDeclaration(Name name,
boolean isOpen) |
ModuleDeclaration(NodeList<AnnotationExpr> annotations,
Name name,
boolean isOpen,
NodeList<ModuleStmt> moduleStmts) |
ModuleDeclaration(Range range,
NodeList<AnnotationExpr> annotations,
Name name,
boolean isOpen,
NodeList<ModuleStmt> moduleStmts) |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
ModuleDeclaration |
clone() |
NodeList<AnnotationExpr> |
getAnnotations() |
ModuleDeclarationMetaModel |
getMetaModel() |
NodeList<ModuleStmt> |
getModuleStmts() |
Name |
getName() |
List<NodeList<?>> |
getNodeLists()
The list of NodeLists owned by this node.
|
boolean |
isOpen() |
boolean |
remove(Node node) |
ModuleDeclaration |
setAnnotations(NodeList<AnnotationExpr> annotations) |
ModuleDeclaration |
setModuleStmts(NodeList<ModuleStmt> moduleStmts) |
ModuleDeclaration |
setName(Name name) |
ModuleDeclaration |
setOpen(boolean isOpen) |
addOrphanComment, equals, getAllContainedComments, getChildNodes, getComment, getData, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeOrphanComment, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setRange, toString, toString, tryAddImportToParentCompilationUnit, unregisterfinalize, getClass, notify, notifyAll, wait, wait, waitgetNameAsString, setNameaddAndGetAnnotation, addAndGetAnnotation, addAnnotation, addAnnotation, addAnnotation, addMarkerAnnotation, addMarkerAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, getAnnotation, getAnnotationByClass, getAnnotationByName, isAnnotationPresent, isAnnotationPresent, setAnnotationgetAncestorOfType, setAsParentNodeOf, setAsParentNodeOfcontainsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBeforepublic ModuleDeclaration()
public ModuleDeclaration(Name name, boolean isOpen)
public ModuleDeclaration(NodeList<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList<ModuleStmt> moduleStmts)
public ModuleDeclaration(Range range, NodeList<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList<ModuleStmt> moduleStmts)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Visitableaccept in interface VisitableR - the type of the return value of the visitorA - the type the user argument passed to the visitorv - the visitor implementationarg - the argument passed to the visitor (of type A)public <A> void accept(VoidVisitor<A> v, A arg)
Visitablepublic Name getName()
getName in interface NodeWithName<ModuleDeclaration>public ModuleDeclaration setName(Name name)
setName in interface NodeWithName<ModuleDeclaration>public NodeList<AnnotationExpr> getAnnotations()
getAnnotations in interface NodeWithAnnotations<ModuleDeclaration>public ModuleDeclaration setAnnotations(NodeList<AnnotationExpr> annotations)
setAnnotations in interface NodeWithAnnotations<ModuleDeclaration>public List<NodeList<?>> getNodeLists()
NodegetNodeLists in class Nodepublic boolean isOpen()
public ModuleDeclaration setOpen(boolean isOpen)
public NodeList<ModuleStmt> getModuleStmts()
public ModuleDeclaration setModuleStmts(NodeList<ModuleStmt> moduleStmts)
public ModuleDeclaration clone()
public ModuleDeclarationMetaModel getMetaModel()
getMetaModel in class NodeCopyright © 2007–2017. All rights reserved.