Interface IResolvedFeature

    • Method Detail

      • getResolvedSignature

        java.lang.String getResolvedSignature()
        Returns the resolved signature of this feature. The resolved representation of List<String>.addAll(int, Collection<E>) is addAll(int,java.util.Collection<String>).
        Returns:
        the resolved signature.
      • getSimpleSignature

        java.lang.String getSimpleSignature()
        Returns the simple signature of this feature. The simple signature of List<String>.addAll(int, Collection<E>) is addAll(int, Collection<String>).
        Returns:
        the simple, human readable signature.
      • getResolvedErasureSignature

        java.lang.String getResolvedErasureSignature()
        Returns the resolved erased signature of this feature. The resolved representation of List<String>.addAll(int,java.util.Collection<E>) is addAll(int,Collection).
        Returns:
        the erased signature.
      • getDeclaration

        org.eclipse.xtext.common.types.JvmFeature getDeclaration()
        Returns the declared feature that is resolved.
        Returns:
        the declaration.