Interface CodeSourceDependencies<S extends CodeSource>
- Type Parameters:
S- the type of the containedCodeSources.
- All Superinterfaces:
CodeNode, CodeNodeContainer<S>, CodeWithContext, Iterable<S>
CodeNodeContainer containing CodeSources. It represents the parents- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
Method Summary
Methods inherited from interface CodeNodeContainer
getDeclared, isEmpty, iteratorMethods inherited from interface CodeWithContext
getContext, getSourceMethods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
getParent
CodeSource getParent()- Specified by:
getParentin interfaceCodeNode- Returns:
- the parent of this
CodeNode. May only benullfor instances ofCodeContext.
-