Class ResolvedTypeParameterImpl

  • All Implemented Interfaces:
    org.eclipse.xtend.lib.macro.declaration.ResolvedTypeParameter

    public class ResolvedTypeParameterImpl
    extends java.lang.Object
    implements org.eclipse.xtend.lib.macro.declaration.ResolvedTypeParameter
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolvedTypeParameterImpl​(org.eclipse.xtend.lib.macro.declaration.TypeParameterDeclaration declaration, java.util.List<? extends org.eclipse.xtend.lib.macro.declaration.TypeReference> resolvedUpperBounds)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.xtend.lib.macro.declaration.TypeParameterDeclaration getDeclaration()  
      java.util.List<? extends org.eclipse.xtend.lib.macro.declaration.TypeReference> getResolvedUpperBounds()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResolvedTypeParameterImpl

        public ResolvedTypeParameterImpl​(org.eclipse.xtend.lib.macro.declaration.TypeParameterDeclaration declaration,
                                         java.util.List<? extends org.eclipse.xtend.lib.macro.declaration.TypeReference> resolvedUpperBounds)
    • Method Detail

      • getDeclaration

        public org.eclipse.xtend.lib.macro.declaration.TypeParameterDeclaration getDeclaration()
        Specified by:
        getDeclaration in interface org.eclipse.xtend.lib.macro.declaration.ResolvedTypeParameter
      • getResolvedUpperBounds

        public java.util.List<? extends org.eclipse.xtend.lib.macro.declaration.TypeReference> getResolvedUpperBounds()
        Specified by:
        getResolvedUpperBounds in interface org.eclipse.xtend.lib.macro.declaration.ResolvedTypeParameter