Class ResolvedField

    • Constructor Detail

      • ResolvedField

        public ResolvedField​(org.eclipse.xtext.common.types.JvmField field,
                             LightweightTypeReference contextType)
    • Method Detail

      • getResolvedSignature

        public java.lang.String getResolvedSignature()
        Description copied from interface: IResolvedFeature
        Returns the resolved signature of this feature. The resolved representation of List<String>.addAll(int, Collection<E>) is addAll(int,java.util.Collection<String>).
        Specified by:
        getResolvedSignature in interface IResolvedFeature
        Returns:
        the resolved signature.
      • getSimpleSignature

        public java.lang.String getSimpleSignature()
        Description copied from interface: IResolvedFeature
        Returns the simple signature of this feature. The simple signature of List<String>.addAll(int, Collection<E>) is addAll(int, Collection<String>).
        Specified by:
        getSimpleSignature in interface IResolvedFeature
        Returns:
        the simple, human readable signature.
      • getResolvedErasureSignature

        public java.lang.String getResolvedErasureSignature()
        Description copied from interface: IResolvedFeature
        Returns the resolved erased signature of this feature. The resolved representation of List<String>.addAll(int,java.util.Collection<E>) is addAll(int,Collection).
        Specified by:
        getResolvedErasureSignature in interface IResolvedFeature
        Returns:
        the erased signature.