Interface CodeItemWithName
- All Superinterfaces:
CodeItem
- All Known Subinterfaces:
CodeConstructor, CodeElementWithName, CodeField, CodeLocalVariable, CodeMember, CodeMethod, CodeOperation, CodeParameter, CodeProperty, CodeTypePlaceholder, CodeTypeVariable, CodeTypeWildcard, CodeVariable, CodeVariableThis
-
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, write
-
Method Details
-
getName
String getName()- Returns:
- the simple name of this element.
- See Also:
-