Class ASTTypeParameter

    • Method Detail

      • getParameterName

        public String getParameterName()
        Returns the name of the type variable introduced by this declaration.
      • hasTypeBound

        public final boolean hasTypeBound()
        Returns true if this type parameter is bounded, in which case getTypeBoundNode() doesn't return null.
      • getTypeBoundNode

        public final ASTTypeBound getTypeBoundNode()
        Returns the type bound node of this parameter, or null if it is not bounded.