Interface CodeNodeItemWithDeclaringOperation
- All Superinterfaces:
CodeItem, CodeItemWithDeclaringType
- All Known Subinterfaces:
CodeException, CodeGenericTypeParameters<P>, CodeOperationArg, CodeParameter, CodeParameterizedType, CodeReturn, CodeTypeParameters, CodeTypeVariable, CodeTypeVariables
CodeItemWithDeclaringType that has an optional declaring
operation.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
Field Summary
Fields inherited from interface CodeItem
DEFAULT_INDENT, DEFAULT_NEWLINE -
Method Summary
Methods inherited from interface CodeItem
getLanguage, getSourceCode, write, write, write, write, write, writeMethods inherited from interface CodeItemWithDeclaringType
getDeclaringType
-
Method Details
-
getDeclaringOperation
CodeOperation getDeclaringOperation()- Returns:
- the
CodeOperationdeclaring this item ornullifdeclared by a type.
-