Interface ImportMemberNode
- All Superinterfaces:
Node,SymbolNode
- All Known Implementing Classes:
ModuleImportNode,NameImportNode
-
Method Summary
Modifier and TypeMethodDescriptioncopy()setImportedCompilationUnit(AnalysisUnit importedCompilationUnit) Methods inherited from interface com.twineworks.tweakflow.lang.ast.Node
getChildren, getScope, getSourceInfo, setScope, setSourceInfoMethods inherited from interface com.twineworks.tweakflow.lang.ast.SymbolNode
getSymbolName, setSymbolName
-
Method Details
-
accept
-
copy
ImportMemberNode copy() -
getImportedCompilationUnit
AnalysisUnit getImportedCompilationUnit() -
setImportedCompilationUnit
-
getSymbol
Symbol getSymbol()
-