Interface CodeOperationArg
- All Superinterfaces:
CodeElement, CodeElementWithDeclaringType, CodeItem, CodeItemWithComment, CodeItemWithDeclaringType, CodeItemWithType, CodeMutable, CodeMutableItem, CodeMutableItemWithComment, CodeMutableItemWithType, CodeNode, CodeNodeItem, CodeNodeItemWithDeclaringOperation, CodeWithContext
- All Known Subinterfaces:
CodeException, CodeParameter, CodeReturn
public interface CodeOperationArg
extends CodeElementWithDeclaringType, CodeMutableItemWithType, CodeNodeItemWithDeclaringOperation
A
CodeMutableItemWithType representing a argument of a CodeOperation such as
CodeParameter, CodeException or CodeReturn.- 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 CodeElement
getAnnotations, getDoc, removeFromParentMethods inherited from interface CodeElementWithDeclaringType
copyMethods inherited from interface CodeItem
getLanguage, getSourceCode, write, write, write, write, write, writeMethods inherited from interface CodeItemWithComment
getCommentMethods inherited from interface CodeItemWithDeclaringType
getDeclaringTypeMethods inherited from interface CodeItemWithType
getTypeMethods inherited from interface CodeMutable
isImmutable, isMutableMethods inherited from interface CodeMutableItem
getReflectiveObject, setImmutableMethods inherited from interface CodeMutableItemWithComment
setCommentMethods inherited from interface CodeMutableItemWithType
setTypeMethods inherited from interface CodeNodeItem
copyMethods inherited from interface CodeNodeItemWithDeclaringOperation
getDeclaringOperationMethods inherited from interface CodeWithContext
getContext, getSource