Interface CodeItemWithQualifiedName

All Superinterfaces:
CodeItem
All Known Subinterfaces:
CodeArrayType, CodeComposedType, CodeFile, CodeGenericType, CodeItemWithQualifiedNameAndParentPackage, CodeMutableItemWithQualifiedName, CodePackage, CodeParameterizedType, CodePathElement, CodeType, CodeTypePlaceholder, CodeTypeVariable, CodeTypeWildcard

public interface CodeItemWithQualifiedName extends CodeItem
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)
  • Method Details

    • getSimpleName

      String getSimpleName()
      Returns:
      the simple name of this element.
      See Also:
    • getQualifiedName

      String getQualifiedName()
      Returns:
      the qualified name of this element.