Interface MetaDataNode
- All Superinterfaces:
Node
- All Known Subinterfaces:
ComponentNode
- All Known Implementing Classes:
LibraryNode,ModuleHeadNode,ModuleNode,VarDecNode,VarDefNode
-
Method Summary
Modifier and TypeMethodDescriptiongetDoc()getMeta()booleanhasDoc()booleanhasMeta()setSourceInfo(SourceInfo sourceInfo) Methods inherited from interface com.twineworks.tweakflow.lang.ast.Node
accept, copy, getChildren, getScope, getSourceInfo, setScope
-
Method Details
-
getDoc
DocNode getDoc() -
getMeta
MetaNode getMeta() -
setDoc
-
setMeta
-
hasDoc
boolean hasDoc() -
hasMeta
boolean hasMeta() -
setSourceInfo
- Specified by:
setSourceInfoin interfaceNode
-