Interface CodeItemWithModifiers
- All Superinterfaces:
CodeItem
- All Known Subinterfaces:
CodeConstructor, CodeElementWithModifiers, CodeField, CodeLocalVariable, CodeMember, CodeMethod, CodeOperation, CodeProperty, CodeType
-
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
-
getModifiers
CodeModifiers getModifiers()- Returns:
- the
CodeModifiersof this element.
-