NodeWithAnnotations<ModuleDeclaration>, NodeWithName<ModuleDeclaration>, NodeWithRange<ModuleDeclaration>, NodeWithTokenRange<ModuleDeclaration>, Observable, Visitable, HasParentNode<ModuleDeclaration>, Cloneablepublic final class ModuleDeclaration extends Node implements NodeWithName<ModuleDeclaration>, NodeWithAnnotations<ModuleDeclaration>
@Foo module com.github.abc { requires a.B; }Node.ObserverRegistrationMode, Node.ParsednessABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration| Constructor | Description |
|---|---|
ModuleDeclaration() |
|
ModuleDeclaration(Name name,
boolean isOpen) |
|
ModuleDeclaration(NodeList<AnnotationExpr> annotations,
Name name,
boolean isOpen,
NodeList<ModuleStmt> moduleStmts) |
|
ModuleDeclaration(TokenRange tokenRange,
NodeList<AnnotationExpr> annotations,
Name name,
boolean isOpen,
NodeList<ModuleStmt> moduleStmts) |
This constructor is used by the parser and is considered private.
|
| Modifier and Type | Method | 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) |
|
boolean |
replace(Node node,
Node replacementNode) |
|
ModuleDeclaration |
setAnnotations(NodeList<AnnotationExpr> annotations) |
|
ModuleDeclaration |
setModuleStmts(NodeList<ModuleStmt> moduleStmts) |
|
ModuleDeclaration |
setName(Name name) |
|
ModuleDeclaration |
setOpen(boolean isOpen) |
getAncestorOfTypeaddOrphanComment, customInitialization, equals, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getRange, getTokenRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeForced, removeOrphanComment, replace, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, toString, toString, tryAddImportToParentCompilationUnit, unregisteraddAndGetAnnotation, addAndGetAnnotation, addAnnotation, addAnnotation, addAnnotation, addMarkerAnnotation, addMarkerAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, getAnnotation, getAnnotationByClass, getAnnotationByName, isAnnotationPresent, isAnnotationPresent, setAnnotation, tryAddImportToParentCompilationUnitgetNameAsString, setNamecontainsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBeforepublic ModuleDeclaration()
public ModuleDeclaration(Name name, boolean isOpen)
public ModuleDeclaration(NodeList<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList<ModuleStmt> moduleStmts)
@Generated("com.github.javaparser.generator.core.node.MainConstructorGenerator") public ModuleDeclaration(TokenRange tokenRange, 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)
Visitable@Generated("com.github.javaparser.generator.core.node.PropertyGenerator") public Name getName()
getName in interface NodeWithName<ModuleDeclaration>@Generated("com.github.javaparser.generator.core.node.PropertyGenerator") public ModuleDeclaration setName(Name name)
setName in interface NodeWithName<ModuleDeclaration>@Generated("com.github.javaparser.generator.core.node.PropertyGenerator") public NodeList<AnnotationExpr> getAnnotations()
getAnnotations in interface NodeWithAnnotations<ModuleDeclaration>@Generated("com.github.javaparser.generator.core.node.PropertyGenerator") public ModuleDeclaration setAnnotations(NodeList<AnnotationExpr> annotations)
setAnnotations in interface NodeWithAnnotations<ModuleDeclaration>@Generated("com.github.javaparser.generator.core.node.GetNodeListsGenerator") public List<NodeList<?>> getNodeLists()
NodegetNodeLists in class Node@Generated("com.github.javaparser.generator.core.node.RemoveMethodGenerator") public boolean remove(Node node)
@Generated("com.github.javaparser.generator.core.node.PropertyGenerator") public boolean isOpen()
@Generated("com.github.javaparser.generator.core.node.PropertyGenerator") public ModuleDeclaration setOpen(boolean isOpen)
@Generated("com.github.javaparser.generator.core.node.PropertyGenerator") public NodeList<ModuleStmt> getModuleStmts()
@Generated("com.github.javaparser.generator.core.node.PropertyGenerator") public ModuleDeclaration setModuleStmts(NodeList<ModuleStmt> moduleStmts)
@Generated("com.github.javaparser.generator.core.node.CloneGenerator") public ModuleDeclaration clone()
@Generated("com.github.javaparser.generator.core.node.GetMetaModelGenerator") public ModuleDeclarationMetaModel getMetaModel()
getMetaModel in class Node@Generated("com.github.javaparser.generator.core.node.ReplaceMethodGenerator") public boolean replace(Node node, Node replacementNode)
Copyright © 2007–2019. All rights reserved.