public class ModuleRequiresStmt extends ModuleStmt implements NodeWithStaticModifier<ModuleRequiresStmt>, NodeWithName<ModuleRequiresStmt>
require a.b.C;Node.ObserverRegistrationModeABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration| Constructor and Description |
|---|
ModuleRequiresStmt() |
ModuleRequiresStmt(EnumSet<Modifier> modifiers,
Name name) |
ModuleRequiresStmt(Range range,
EnumSet<Modifier> modifiers,
Name name) |
| 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.
|
ModuleRequiresStmt |
clone() |
ModuleRequiresStmtMetaModel |
getMetaModel() |
EnumSet<Modifier> |
getModifiers()
Return the modifiers of this variable declaration.
|
Name |
getName() |
boolean |
isTransitive() |
boolean |
remove(Node node) |
ModuleRequiresStmt |
setModifiers(EnumSet<Modifier> modifiers) |
ModuleRequiresStmt |
setName(Name name) |
ModuleRequiresStmt |
setTransitive(boolean set) |
addOrphanComment, equals, getAllContainedComments, getChildNodes, getComment, getData, getNodeLists, 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, waitisStatic, setStaticaddModifier, removeModifier, setModifiergetNameAsString, setNamegetAncestorOfType, setAsParentNodeOf, setAsParentNodeOfcontainsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBeforepublic <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 EnumSet<Modifier> getModifiers()
NodeWithModifiersgetModifiers in interface NodeWithModifiers<ModuleRequiresStmt>Modifierpublic ModuleRequiresStmt setModifiers(EnumSet<Modifier> modifiers)
setModifiers in interface NodeWithModifiers<ModuleRequiresStmt>public Name getName()
getName in interface NodeWithName<ModuleRequiresStmt>public ModuleRequiresStmt setName(Name name)
setName in interface NodeWithName<ModuleRequiresStmt>public boolean isTransitive()
public ModuleRequiresStmt setTransitive(boolean set)
public boolean remove(Node node)
remove in class ModuleStmtpublic ModuleRequiresStmt clone()
clone in class ModuleStmtpublic ModuleRequiresStmtMetaModel getMetaModel()
getMetaModel in class ModuleStmtCopyright © 2007–2017. All rights reserved.