public class ModuleDeclaration extends Node implements NodeWithName<ModuleDeclaration>, NodeWithAnnotations<ModuleDeclaration>
@Foo module com.github.abc { requires a.B; }
Node.ObserverRegistrationMode
ABSOLUTE_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)
This constructor is used by the parser and is considered private.
|
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, customInitialization, equals, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeForced, removeOrphanComment, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setRange, toString, toString, tryAddImportToParentCompilationUnit, unregister
finalize, getClass, notify, notifyAll, wait, wait, wait
getNameAsString, setName
addAndGetAnnotation, addAndGetAnnotation, addAnnotation, addAnnotation, addAnnotation, addMarkerAnnotation, addMarkerAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, getAnnotation, getAnnotationByClass, getAnnotationByName, isAnnotationPresent, isAnnotationPresent, setAnnotation, tryAddImportToParentCompilationUnit
getAncestorOfType, setAsParentNodeOf, setAsParentNodeOf
containsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBefore
public ModuleDeclaration()
public ModuleDeclaration(Name name, boolean isOpen)
public ModuleDeclaration(NodeList<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList<ModuleStmt> moduleStmts)
@Generated(value="com.github.javaparser.generator.core.node.MainConstructorGenerator") 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)
Visitable
accept
in interface Visitable
R
- 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(value="com.github.javaparser.generator.core.node.PropertyGenerator") public Name getName()
getName
in interface NodeWithName<ModuleDeclaration>
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public ModuleDeclaration setName(Name name)
setName
in interface NodeWithName<ModuleDeclaration>
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public NodeList<AnnotationExpr> getAnnotations()
getAnnotations
in interface NodeWithAnnotations<ModuleDeclaration>
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public ModuleDeclaration setAnnotations(NodeList<AnnotationExpr> annotations)
setAnnotations
in interface NodeWithAnnotations<ModuleDeclaration>
@Generated(value="com.github.javaparser.generator.core.node.GetNodeListsGenerator") public List<NodeList<?>> getNodeLists()
Node
getNodeLists
in class Node
@Generated(value="com.github.javaparser.generator.core.node.RemoveMethodGenerator") public boolean remove(Node node)
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public boolean isOpen()
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public ModuleDeclaration setOpen(boolean isOpen)
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public NodeList<ModuleStmt> getModuleStmts()
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public ModuleDeclaration setModuleStmts(NodeList<ModuleStmt> moduleStmts)
@Generated(value="com.github.javaparser.generator.core.node.CloneGenerator") public ModuleDeclaration clone()
@Generated(value="com.github.javaparser.generator.core.node.GetMetaModelGenerator") public ModuleDeclarationMetaModel getMetaModel()
getMetaModel
in class Node
Copyright © 2007–2017. All rights reserved.