Class ImportNode
java.lang.Object
com.twineworks.tweakflow.lang.ast.imports.ImportNode
- All Implemented Interfaces:
Node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()getScope()setImportedUnit(AnalysisUnit importedCompilationUnit) setMembers(List<ImportMemberNode> members) setModulePath(ExpressionNode modulePath) setSourceInfo(SourceInfo sourceInfo)
-
Constructor Details
-
ImportNode
public ImportNode()
-
-
Method Details
-
copy
-
getMembers
-
setMembers
-
getImportedUnit
-
setImportedUnit
-
getModulePath
-
setModulePath
-
getSourceInfo
- Specified by:
getSourceInfoin interfaceNode
-
setSourceInfo
- Specified by:
setSourceInfoin interfaceNode
-
getChildren
- Specified by:
getChildrenin interfaceNode
-
getScope
-
setScope
-
accept
-