Class OwnedConverter

    • Constructor Detail

      • OwnedConverter

        public OwnedConverter​(ITypeReferenceOwner owner)
        Deprecated.
        . * Creates a new owned converter with proper substitution of unbound wildcards. Equivalent to new OwnedConverter(owner, false).
      • OwnedConverter

        public OwnedConverter​(ITypeReferenceOwner owner,
                              boolean keepUnboundWildcards)
        Deprecated.
        Parameters:
        keepUnboundWildcards - true if unbound wildcards should be converted to ? extends Object. Unbound information is required to do proper cast validation. In other cases, the compiler should add the upper bound object.
        See Also:
        WildcardType.getUpperBounds()
    • Method Detail

      • apply

        public LightweightTypeReference apply​(org.eclipse.xtext.common.types.JvmTypeReference reference)
        Deprecated.
        Specified by:
        apply in interface com.google.common.base.Function<org.eclipse.xtext.common.types.JvmTypeReference,​LightweightTypeReference>
        Specified by:
        apply in interface java.util.function.Function<org.eclipse.xtext.common.types.JvmTypeReference,​LightweightTypeReference>
      • toRawLightweightReference

        public LightweightTypeReference toRawLightweightReference​(org.eclipse.xtext.common.types.JvmType type)
        Deprecated.